SectionLocation(Int32, Int32) コンストラクター

定義

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)

パラメーター

relativeVirtualAddress
Int32
pointerToRawData
Int32

適用対象