NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MarshalAsAttribute Constructor

Initializes a new instance of the MarshalAsAttribute class.

[Visual Basic]
Public Sub New( _
   ByVal unmanagedType As UnmanagedType _
)
[C#]
public MarshalAsAttribute(
   UnmanagedType unmanagedType
);
[C++]
public: MarshalAsAttribute(
   UnmanagedType unmanagedType
);
[JScript]
public function MarshalAsAttribute(
   unmanagedType : UnmanagedType
);

Parameters

unmanagedType
[To be supplied.]

See Also

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