Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the relative virtual address (RVA) and the implementation flags of the method or field represented by the specified token.
HRESULT GetRVA (
   [in]  mdToken     tk, 
   [out] ULONG       *pulCodeRVA, 
   [out]  DWORD      *pdwImplFlags
);
Parameters
tk
[in] A MethodDef or FieldDef metadata token that represents the code object to return the RVA for. If the token is a FieldDef, the field must be a global variable.pulCodeRVA
[out] A pointer to the relative virtual address of the code object represented by the token.pdwImplFlags
[out] A pointer to the implementation flags for the method. This value is a bitmask from the CorMethodImpl enumeration. The value of pdwImplFlags is valid only if tk is a MethodDef token.
Requirements
Platforms: See .NET Framework System Requirements.
Header: Cor.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0