System::Runtime::InteropServices::Marshal Member List

This is the complete list of members for System::Runtime::InteropServices::Marshal, including all inherited members.

AllocHGlobal(int32_t bytes_count)System::Runtime::InteropServices::Marshalstatic
AllocHGlobal(IntPtr bytes_count)System::Runtime::InteropServices::Marshalstatic
Copy(const IntPtr source, container &&destination, int startIndex, int length)System::Runtime::InteropServices::Marshalinlinestatic
Copy(const void *source, container &&destination, int startIndex, int length)System::Runtime::InteropServices::Marshalinlinestatic
Copy(const container &source, int startIndex, void *destination, int length)System::Runtime::InteropServices::Marshalinlinestatic
Copy(const container &source, int startIndex, IntPtr destination, int length)System::Runtime::InteropServices::Marshalinlinestatic
FreeHGlobal(IntPtr address)System::Runtime::InteropServices::Marshalstatic
GetHRForException(const System::Exception &exc)System::Runtime::InteropServices::Marshalinlinestatic
PtrToStringAnsi(IntPtr ptr)System::Runtime::InteropServices::Marshalstatic
PtrToStringAnsi(IntPtr ptr, int length)System::Runtime::InteropServices::Marshalstatic
PtrToStringAuto(IntPtr ptr)System::Runtime::InteropServices::Marshalstatic
PtrToStringAuto(IntPtr ptr, int length)System::Runtime::InteropServices::Marshalstatic
PtrToStringUni(IntPtr ptr)System::Runtime::InteropServices::Marshalstatic
PtrToStringUni(IntPtr ptr, int length)System::Runtime::InteropServices::Marshalstatic
PtrToStringUTF8(IntPtr ptr)System::Runtime::InteropServices::Marshalstatic
PtrToStringUTF8(IntPtr ptr, int length)System::Runtime::InteropServices::Marshalstatic
ReadByte(IntPtr ptr, int offset=0)System::Runtime::InteropServices::Marshalinlinestatic
ReadInt16(IntPtr ptr, int offset=0)System::Runtime::InteropServices::Marshalinlinestatic
ReadInt32(IntPtr ptr, int offset=0)System::Runtime::InteropServices::Marshalinlinestatic
SecureStringToGlobalAllocAnsi(const SharedPtr< Security::SecureString > &s)System::Runtime::InteropServices::Marshalstatic
SecureStringToGlobalAllocUnicode(const SharedPtr< Security::SecureString > &s)System::Runtime::InteropServices::Marshalstatic
StringToHGlobalAnsi(const String &s)System::Runtime::InteropServices::Marshalstatic
StringToHGlobalAuto(const String &s)System::Runtime::InteropServices::Marshalstatic
StringToHGlobalUni(const String &s)System::Runtime::InteropServices::Marshalstatic
WriteByte(IntPtr ptr, int offset, uint8_t value)System::Runtime::InteropServices::Marshalinlinestatic
WriteByte(IntPtr ptr, uint8_t value)System::Runtime::InteropServices::Marshalinlinestatic
WriteInt16(IntPtr ptr, int offset, int16_t value)System::Runtime::InteropServices::Marshalinlinestatic
WriteInt32(IntPtr ptr, int offset, int32_t value)System::Runtime::InteropServices::Marshalinlinestatic
WriteInt64(IntPtr ptr, int offset, int64_t value)System::Runtime::InteropServices::Marshalinlinestatic
ZeroFreeGlobalAllocAnsi(IntPtr s)System::Runtime::InteropServices::Marshalstatic
ZeroFreeGlobalAllocUnicode(IntPtr s)System::Runtime::InteropServices::Marshalstatic