DkmModuleInstance.LoadContext Property

Definition

String description of the context under which this module has been loaded. ex: 'Win32' or 'CLR v2.0.50727: Default Domain'.

public:
 property System::String ^ LoadContext { System::String ^ get(); };
public:
 property Platform::String ^ LoadContext { Platform::String ^ get(); };
public string LoadContext { get; }
member this.LoadContext : string
Public ReadOnly Property LoadContext As String

Property Value

Returns String.

Applies to