Edit

Share via


IMetaDataEmit::SetRVA Method

Sets the relative virtual address of the specified method.

Syntax

HRESULT SetRVA (
    [in]  mdMethodDef  md,
    [in]  ULONG        ulRVA
);

Parameters

md [in] The token for the target method or method implementation.

ulRVA [in] The address of the code or data area.

Requirements

Platforms: See .NET supported operating systems.

Header: Cor.h

Library: CorGuids.lib

See also