Udostępnij za pośrednictwem


ParameterBuilder.SetMarshal(UnmanagedMarshal) Metoda

Definicja

Przestroga

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

Określa marshaling dla tego parametru.

public:
 virtual void SetMarshal(System::Reflection::Emit::UnmanagedMarshal ^ unmanagedMarshal);
public virtual 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 virtual void SetMarshal (System.Reflection.Emit.UnmanagedMarshal unmanagedMarshal);
abstract member SetMarshal : System.Reflection.Emit.UnmanagedMarshal -> unit
override 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")>]
abstract member SetMarshal : System.Reflection.Emit.UnmanagedMarshal -> unit
override this.SetMarshal : System.Reflection.Emit.UnmanagedMarshal -> unit
Public Overridable Sub SetMarshal (unmanagedMarshal As UnmanagedMarshal)

Parametry

unmanagedMarshal
UnmanagedMarshal

Informacje dotyczące marshalingu dla tego parametru.

Atrybuty

Wyjątki

unmanagedMarshal to null.

Uwagi

Ta metoda powinna zgłosić następujący wyjątek, ale obecnie nie:

InvalidOperationException jeśli typ zawierający został utworzony przy użyciu typeBuilder.CreateType().

Dotyczy