Compartilhar via


Método _Assembly.GetObjectData (SerializationInfo, StreamingContext)

 

Dica

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

Fornece objetos COM com acesso independente de versão para o método GetObjectData.

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

Sintaxe

[SecurityCriticalAttribute]
void GetObjectData(
    SerializationInfo info,
    StreamingContext context
)
[SecurityCriticalAttribute]
void GetObjectData(
    SerializationInfo^ info,
    StreamingContext context
)
[<SecurityCriticalAttribute>]
abstract GetObjectData : 
        info:SerializationInfo *
        context:StreamingContext -> unit
<SecurityCriticalAttribute>
Sub GetObjectData (
    info As SerializationInfo,
    context As StreamingContext
)

Parâmetros

Comentários

Este método é para acesso a classes gerenciadas de código não gerenciado e não deve ser chamado em código gerenciado.

O GetObjectData método obtém informações de serialização com todos os dados necessários para reinstantiate este assembly.

Segurança

SecurityCriticalAttribute

requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

GetObjectData
Interface _Assembly
Namespace System.Runtime.InteropServices

Retornar ao início