DkmRVASizePair(UInt32, UInt32) Oluşturucu

Tanım

Yeni bir DkmRVASizePair değeri başlatın.

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)

Parametreler

RVA
UInt32

'Ndaki Bir simgenin göreli sanal adresi.

Size
UInt32

'Ndaki Bir simgenin boyutu.

Şunlara uygulanır