This topic has not yet been rated - Rate this topic

MarshalingType enumeration

Specifies the marshaling type for the class.

Syntax

Public Enumeration MarshalingType

Attributes

VersionAttribute(NTDDI_WIN8)

Members

The MarshalingType enumeration has these members.

MemberValueDescription
None | none1

The class prevents marshaling on all interfaces.

Agile | agile2

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

Standard | standard3

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

InvalidMarshaling | invalidMarshaling0

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

Windows.Foundation.Metadata
Windows::Foundation::Metadata [C++]

Metadata

Windows.winmd

See also

MarshalingBehaviorAttribute.MarshalingBehaviorAttribute

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.