MarshalingType enumeration
Specifies the marshaling type for the class.
Syntax
Public Enumeration MarshalingType
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The MarshalingType enumeration has these members.
| Member | Value | Description |
|---|---|---|
| None | none | 1 |
The class prevents marshaling on all interfaces. |
| Agile | agile | 2 |
The class marshals and unmarshals to the same pointer value on all interfaces. |
| Standard | standard | 3 |
The class does not implement IMarshal or forwards to CoGetStandardMarshal on all interfaces. |
| InvalidMarshaling | invalidMarshaling | 0 |
The class can't be marshaled. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013
