NativeMarshallingAttribute(Type) Constructor

Definition

Initializes a new instance of NativeMarshallingAttribute that provides a native marshalling type.

public:
 NativeMarshallingAttribute(Type ^ nativeType);
public NativeMarshallingAttribute (Type nativeType);
new System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute : Type -> System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute
Public Sub New (nativeType As Type)

Parameters

nativeType
Type

The marshaller type used to convert the attributed type from managed to native code.

Applies to