DkmClrType.GetLmrType Method

Definition

[Required] Get the LMR type for this DkmClrType. An LMR Type looks and behaves like a System.Type, but represents a type that exists in the process being debugged.

Location constraint: API must be called from a Monitor component (component level < 100,000).

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 Microsoft::VisualStudio::Debugger::Metadata::Type ^ GetLmrType();
public:
 Microsoft::VisualStudio::Debugger::Metadata::Type ^ GetLmrType();
Microsoft::VisualStudio::Debugger::Metadata::Type GetLmrType();
public Microsoft.VisualStudio.Debugger.Metadata.Type GetLmrType ();
member this.GetLmrType : unit -> Microsoft.VisualStudio.Debugger.Metadata.Type
Public Function GetLmrType () As Type

Returns

Microsoft.VisualStudio.Debugger.Metadata.Type

Applies to