Share via


DkmRVASizePair(UInt32, UInt32) Constructor

Definition

Initialize a new DkmRVASizePair value.

public:
 DkmRVASizePair(System::UInt32 RVA, System::UInt32 Size);
public:
 DkmRVASizePair(unsigned int RVA, unsigned int Size);
 DkmRVASizePair(unsigned int RVA, unsigned int Size);
public DkmRVASizePair (uint RVA, uint Size);
new Microsoft.VisualStudio.Debugger.Symbols.DkmRVASizePair : uint32 * uint32 -> Microsoft.VisualStudio.Debugger.Symbols.DkmRVASizePair
Public Sub New (RVA As UInteger, Size As UInteger)

Parameters

RVA
UInt32

[In] The relative virtual address of a symbol.

Size
UInt32

[In] The size of a symbol.

Applies to