DkmClrCodePath.MetadataName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Optional] The name of the code path in metadata, if the language-specific name is not available.
This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).
public:
property System::String ^ MetadataName { System::String ^ get(); };
public:
property Platform::String ^ MetadataName { Platform::String ^ get(); };
public string MetadataName { get; }
public string? MetadataName { get; }
member this.MetadataName : string
Public ReadOnly Property MetadataName As String