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