DkmRVASizePair(UInt32, UInt32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.