Compartilhar via


Método ICorDebugFunction::GetLocalVarSigToken

Obtém os metadados do token para a assinatura de variável local da função que é representada por este ICorDebugFunction instância.

HRESULT GetLocalVarSigToken (
    [out] mdSignature *pmdSig
);

Parâmetros

  • pmdSig
    [out] Um ponteiro para o mdSignature token para a assinatura de variável local dessa função, ou mdSignatureNil, se esta função não tem nenhuma variável local.

Requisitos

Plataformas: See Requisitos de sistema do .NET framework.

Cabeçalho: CorDebug.idl

Biblioteca: CorGuids.lib

.NET Framework Versions: 3.5 SP1, 3,5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

Consulte também

Referência

Interface ICorDebugFunction