ITypeInfo2.GetMops(Int32, String) Method

Definition

Retrieves marshaling information.

public:
 void GetMops(int memid, [Runtime::InteropServices::Out] System::String ^ % pBstrMops);
public void GetMops (int memid, out string pBstrMops);
public void GetMops (int memid, out string? pBstrMops);
abstract member GetMops : int * string -> unit
Public Sub GetMops (memid As Integer, ByRef pBstrMops As String)

Parameters

memid
Int32

The member ID that indicates which marshaling information is needed.

pBstrMops
String

When this method returns, contains a reference to the opcode string used in marshaling the fields of the structure described by the referenced type description, or returns null if there is no information to return. This parameter is passed uninitialized.

Implements

Remarks

For more information, see ITypeInfo::GetMops method.

Applies to