VsDebugTargetInfo.dlo Field
Specifies how this process should be launched or attached. Values are taken from the DEBUG_LAUNCH_OPERATION enumeration.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public dlo As DEBUG_LAUNCH_OPERATION
public DEBUG_LAUNCH_OPERATION dlo
public:
DEBUG_LAUNCH_OPERATION dlo
val mutable dlo: DEBUG_LAUNCH_OPERATION
public var dlo : DEBUG_LAUNCH_OPERATION
Remarks
COM Signature
From vsshell.idl:
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.