Compartilhar via


Método UCOMITypeInfo.GetMops (Int32, String)

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Recupera informações de marshaling.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

void GetMops(
    int memid,
    out string pBstrMops
)
void GetMops(
    int memid,
    [OutAttribute] String^% pBstrMops
)
abstract GetMops : 
        memid:int *
        pBstrMops:string byref -> unit
Sub GetMops (
    memid As Integer,
    <OutAttribute> ByRef pBstrMops As String
)

Parâmetros

  • memid
    Type: System.Int32

    A ID de membro que indica quais informações de marshaling são necessárias.

  • pBstrMops
    Type: System.String

    Uma referência à cadeia de caracteres de opcode usada no marshaling dos campos da estrutura descrita pela descrição do tipo de referência ou retorna null se não houver informações para retornar.

Comentários

Para obter informações adicionais sobre ITypeInfo::GetMops, consulte a biblioteca MSDN.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Interface UCOMITypeInfo
Namespace System.Runtime.InteropServices

Retornar ao início