System::Runtime::InteropServices
Contents
[
Hide
]Classes
| Class | Description |
|---|---|
| Details_ExternalException | The base exception type for all COM interop exceptions and structured exception handling (SEH) exceptions. Never create instances of this class manually. Use the ExternalException class instead. Never wrap the ExternalException class instances into System::SmartPtr. |
| Marshal | Provides marshalling implementation. For compatibility with translated code only, as no managed code is supported on C++ side. This is a static type with no instance services. You should never create instances of it by any means. |
Structures
| Struct | Description |
|---|---|
| FILETIME | Holds file time components. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. |
Enums
| Enum | Description |
|---|---|
| GCHandleType | Defines how handle is treated by garbage collector. |
| VarEnum | Defines how array elements should be marshalled. |
Typedefs
| Typedef | Description |
|---|---|
| ExternalException |