IDkmClrFullNameProvider.GetClrTypeName(DkmInspectionContext, DkmClrType, DkmClrCustomTypeInfo) Método

Definição

Obtenha o nome do tipo em um formato válido no idioma, se houver sintaxe válida. Esse método destina-se à construção de nomes completos válidos com a capacidade de escapar/retornar NULL se não houver uma sintaxe válida.

public:
 System::String ^ GetClrTypeName(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ inspectionContext, Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ clrType, Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrCustomTypeInfo ^ customTypeInfo);
public:
 Platform::String ^ GetClrTypeName(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ inspectionContext, Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ clrType, Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrCustomTypeInfo ^ customTypeInfo);
std::wstring GetClrTypeName(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext const & inspectionContext, Microsoft::VisualStudio::Debugger::Clr::DkmClrType const & clrType, Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrCustomTypeInfo const & customTypeInfo);
public string GetClrTypeName (Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext inspectionContext, Microsoft.VisualStudio.Debugger.Clr.DkmClrType clrType, Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrCustomTypeInfo customTypeInfo);
abstract member GetClrTypeName : Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext * Microsoft.VisualStudio.Debugger.Clr.DkmClrType * Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrCustomTypeInfo -> string
Public Function GetClrTypeName (inspectionContext As DkmInspectionContext, clrType As DkmClrType, customTypeInfo As DkmClrCustomTypeInfo) As String

Parâmetros

inspectionContext
DkmInspectionContext

No Opções e contexto de destino a serem usados ao executar a operação de inspeção.

clrType
DkmClrType

No O tipo para o qual obter o nome.

customTypeInfo
DkmClrCustomTypeInfo

[In, opcional] As informações fornecidas pelo compilador de expressão para identificar informações de tipo intrínseco do compilador.

Retornos

String

[Saída, opcional] O nome do tipo se o nome puder ser representado como uma sintaxe válida.

Aplica-se a