FreeHGlobal()

Marshal::FreeHGlobal(IntPtr) method

Frees unmanaged memory.

static void System::Runtime::InteropServices::Marshal::FreeHGlobal(IntPtr address)

Arguments

ParameterTypeDescription
addressIntPtrPointer to the allocated memory.

See Also