IDkmClrFullNameProvider.GetClrValidIdentifier Method
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.
Get the identifier in a form valid in the language.
public:
System::String ^ GetClrValidIdentifier(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ inspectionContext, System::String ^ identifier);
public:
Platform::String ^ GetClrValidIdentifier(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ inspectionContext, Platform::String ^ identifier);
std::wstring GetClrValidIdentifier(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext const & inspectionContext, std::wstring const & identifier);
public string GetClrValidIdentifier (Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext inspectionContext, string identifier);
public string? GetClrValidIdentifier (Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext inspectionContext, string identifier);
abstract member GetClrValidIdentifier : Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext * string -> string
Public Function GetClrValidIdentifier (inspectionContext As DkmInspectionContext, identifier As String) As String
Parameters
- inspectionContext
- DkmInspectionContext
[In] Options and target context to use while performing the inspection operation.
- 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.