ITypeInfo2.GetMops(Int32, String) 메서드

정의

마샬링 정보를 검색합니다.

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)

매개 변수

memid
Int32

마샬링 정보가 필요함을 나타내는 멤버 ID입니다.

pBstrMops
String

이 메서드는 반환될 때 참조된 형식 설명에 설명된 구조체의 필드를 마샬링하는 데 사용한 opcode 문자열에 대한 참조를 포함합니다. 반환할 정보가 없으면 null을 반환합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

구현

설명

자세한 내용은 ITypeInfo::GetMops 메서드를 참조하세요.

적용 대상