MarshalUsingAttribute Constructors

Definitie

Overloads

Name Description
MarshalUsingAttribute()

Initialiseert een nieuwe instantie van MarshalUsingAttribute die alleen groottegegevens biedt.

MarshalUsingAttribute(Type)

Initialiseert een nieuw exemplaar van MarshalUsingAttribute dat een systeemeigen marshallingtype en eventueel groottegegevens biedt.

MarshalUsingAttribute()

Bron:
MarshalUsingAttribute.cs
Bron:
MarshalUsingAttribute.cs
Bron:
MarshalUsingAttribute.cs
Bron:
MarshalUsingAttribute.cs
Bron:
MarshalUsingAttribute.cs

Initialiseert een nieuwe instantie van MarshalUsingAttribute die alleen groottegegevens biedt.

public:
 MarshalUsingAttribute();
public MarshalUsingAttribute();
Public Sub New ()

Van toepassing op

MarshalUsingAttribute(Type)

Bron:
MarshalUsingAttribute.cs
Bron:
MarshalUsingAttribute.cs
Bron:
MarshalUsingAttribute.cs
Bron:
MarshalUsingAttribute.cs
Bron:
MarshalUsingAttribute.cs

Initialiseert een nieuw exemplaar van MarshalUsingAttribute dat een systeemeigen marshallingtype en eventueel groottegegevens biedt.

public:
 MarshalUsingAttribute(Type ^ nativeType);
public MarshalUsingAttribute(Type nativeType);
new System.Runtime.InteropServices.Marshalling.MarshalUsingAttribute : Type -> System.Runtime.InteropServices.Marshalling.MarshalUsingAttribute
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