NativeMemory.Free(Void*) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Frees a block of memory.
public:
static void Free(void* ptr);
[System.CLSCompliant(false)]
public static void Free (void* ptr);
[<System.CLSCompliant(false)>]
static member Free : nativeptr<unit> -> unit
Parameters
- ptr
- Void*
A pointer to the block of memory that should be freed.
- Attributes
Remarks
This method does nothing if ptr
is null
.
This method is a thin wrapper over the C free
API.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.