Click or drag to resize

DebuggerType Enumeration

Specifies the type of the debugger used by the host process to attach to Visual Studio.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public enum DebuggerType
Members
  Member nameValueDescription
Default0 Default debugger set in Visual Studio.
Native1 Native code debugging.
Managed2 Managed code debugging.
Mixed3 Mixed (i.e. Native+Managed) code debugging. With VS2008 only work for x86 host processes (therefore make sure your task environment HostArchitecture property returns CpuArchitecture.x86).
See Also

STK Parallel Computing Server 2.9 API for .NET