共用方式為


PexPointerSpace.Initialize Method

Definition

Overloads

Initialize(VirtualMemory)

Initializes the pointer space with a given virtual memory instance.

Initialize(UIntPtr, UIntPtr)

Initializes the pointer space at the specified base address with the specified size.

Initialize(VirtualMemory)

Initializes the pointer space with a given virtual memory instance.

public:
 static void Initialize(Microsoft::ExtendedReflection::Utilities::VirtualMemory ^ newVirtualMemory);
public static void Initialize (Microsoft.ExtendedReflection.Utilities.VirtualMemory newVirtualMemory);
static member Initialize : Microsoft.ExtendedReflection.Utilities.VirtualMemory -> unit
Public Shared Sub Initialize (newVirtualMemory As VirtualMemory)

Parameters

newVirtualMemory
Microsoft.ExtendedReflection.Utilities.VirtualMemory

The new virtual memory.

Applies to

Initialize(UIntPtr, UIntPtr)

Initializes the pointer space at the specified base address with the specified size.

public:
 static void Initialize(UIntPtr baseAddress, UIntPtr size);
public static void Initialize (UIntPtr baseAddress, UIntPtr size);
static member Initialize : unativeint * unativeint -> unit
Public Shared Sub Initialize (baseAddress As UIntPtr, size As UIntPtr)

Parameters

baseAddress
UIntPtr

unativeint

The base address.

size
UIntPtr

unativeint

The size.

Applies to