This topic has not yet been rated - Rate this topic

MarshalAsAttribute.MarshalType Field

Specifies the fully qualified name of a custom marshaler.

[Visual Basic]
Public MarshalType As String
[C#]
public string MarshalType;
[C++]
public: String* MarshalType;
[JScript]
public var MarshalType : String;

Remarks

You can use either the MarshalType or MarshalAsAttribute.MarshalTypeRef field specify a custom marshaler type for the attributed parameter, field, or return type. The MarshalType field enables you to specify a string representing the fully qualified name of a custom marshaler. It is useful for late-bound references, but is less preferred than MarshalTypeRef for specifying a custom marshaler. For additional information about creating and using custom marshalers, see Custom Marshaling.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Common Language Infrastructure (CLI) Standard

See Also

MarshalAsAttribute Class | MarshalAsAttribute Members | System.Runtime.InteropServices Namespace | MarshalTypeRef

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.