MethodBuilder.SetMarshal(UnmanagedMarshal) Methode

Definition

Achtung

An alternate API is available: Emit the MarshalAs custom attribute instead. http://go.microsoft.com/fwlink/?linkid=14202

Legt Marshallinginformationen für den Rückgabetyp dieser Methode fest.

public:
 void SetMarshal(System::Reflection::Emit::UnmanagedMarshal ^ unmanagedMarshal);
public void SetMarshal(System.Reflection.Emit.UnmanagedMarshal unmanagedMarshal);
[System.Obsolete("An alternate API is available: Emit the MarshalAs custom attribute instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public void SetMarshal(System.Reflection.Emit.UnmanagedMarshal unmanagedMarshal);
member this.SetMarshal : System.Reflection.Emit.UnmanagedMarshal -> unit
[<System.Obsolete("An alternate API is available: Emit the MarshalAs custom attribute instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.SetMarshal : System.Reflection.Emit.UnmanagedMarshal -> unit
Public Sub SetMarshal (unmanagedMarshal As UnmanagedMarshal)

Parameter

unmanagedMarshal
UnmanagedMarshal

Marshalling-Informationen für den Rückgabetyp dieser Methode.

Attribute

Ausnahmen

Der enthaltende Typ wurde zuvor mit CreateType().

-oder-

Für die aktuelle Methode ist die IsGenericMethod Eigenschaft , aber die true Eigenschaft ist IsGenericMethodDefinition.false

Gilt für: