DkmInspectionContext.GetClrValidIdentifier(String) Method

Definition

Get the identifier in a form valid in the language.

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

This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).

public:
 System::String ^ GetClrValidIdentifier(System::String ^ Identifier);
public:
 Platform::String ^ GetClrValidIdentifier(Platform::String ^ Identifier);
std::wstring GetClrValidIdentifier(std::wstring const & Identifier);
public string GetClrValidIdentifier (string Identifier);
public string? GetClrValidIdentifier (string Identifier);
member this.GetClrValidIdentifier : string -> string
Public Function GetClrValidIdentifier (Identifier As String) As String

Parameters

Identifier
String

[In] String to test if valid identifier in the EE language.

Returns

[Out,Optional] The identifier in the form valid in the given language or null if it cannot be represented as a valid identifier.

Applies to