Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 905 Bytes

marshalingtype.md

File metadata and controls

34 lines (23 loc) · 905 Bytes
-api-id -api-type
T:Windows.Foundation.Metadata.MarshalingType
winrt enum

MarshalingType

-description

Specifies the marshaling type for the class.

-enum-fields

-field None:1

The class prevents marshaling on all interfaces.

-field Agile:2

The class marshals and unmarshals to the same pointer value on all interfaces.

-field Standard:3

The class does not implement IMarshal or forwards to CoGetStandardMarshal on all interfaces.

-field InvalidMarshaling:0

The class can't be marshaled.

-remarks

-examples

-see-also

MarshalingBehaviorAttribute.MarshalingBehaviorAttribute