ISymUnmanagedMethod::GetToken Method
Returns the metadata token for this method.
HRESULT GetToken(
[out, retval] mdMethodDef *pToken);
- pToken
[out] A pointer to a mdMethodDef that receives the size, in characters, of the buffer required to contain the metadata.
S_OK if the method succeeds; otherwise, E_FAIL or some other error code.
Header: CorSym.idl, CorSym.h