PexPointerSpace.IsValid Method

Definition

Overloads

IsValid(Void*, UInt32)

Determines whether the specified pointer is valid.

IsValid(Void*, UInt64)

Determines whether the specified pointer is valid.

IsValid(Void*, UInt32)

Determines whether the specified pointer is valid.

public:
 static bool IsValid(void* pointer, System::UInt32 size);
public static bool IsValid (void* pointer, uint size);
static member IsValid : nativeptr<unit> * uint32 -> bool

Parameters

pointer
Void*

The pointer.

size
UInt32

The size.

Returns

true if the specified pointer is valid; otherwise, false.

Applies to

IsValid(Void*, UInt64)

Determines whether the specified pointer is valid.

public:
 static bool IsValid(void* pointer, System::UInt64 size);
public static bool IsValid (void* pointer, ulong size);
static member IsValid : nativeptr<unit> * uint64 -> bool

Parameters

pointer
Void*

The pointer.

size
UInt64

The size.

Returns

true if the specified pointer is valid; otherwise, false.

Applies to