SectionLocation(Int32, Int32) Constructor

Definition

public:
 SectionLocation(int relativeVirtualAddress, int pointerToRawData);
public SectionLocation (int relativeVirtualAddress, int pointerToRawData);
new System.Reflection.PortableExecutable.SectionLocation : int * int -> System.Reflection.PortableExecutable.SectionLocation
Public Sub New (relativeVirtualAddress As Integer, pointerToRawData As Integer)

Parameters

relativeVirtualAddress
Int32
pointerToRawData
Int32

Applies to