NativeMarshallingAttribute(Type) Constructor

Definitie

Initialiseert een nieuw exemplaar van NativeMarshallingAttribute dat een systeemeigen marshallingtype biedt.

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

Het marshallertype dat wordt gebruikt om het toegewezen type te converteren van beheerd naar systeemeigen code.

Van toepassing op