Compartilhar via


Método IRegistrationServices.RegisterTypeForComClients (Type, Guid)

 

Dica

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

Registra o tipo especificado com COM usando o GUID especificado.

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

Sintaxe

[SecurityCriticalAttribute]
void RegisterTypeForComClients(
    Type type,
    ref Guid g
)
[SecurityCriticalAttribute]
void RegisterTypeForComClients(
    Type^ type,
    Guid% g
)
[<SecurityCriticalAttribute>]
abstract RegisterTypeForComClients : 
        type:Type *
        g:Guid byref -> unit
<SecurityCriticalAttribute>
Sub RegisterTypeForComClients (
    type As Type,
    ByRef g As Guid
)

Parâmetros

  • type
    Type: System.Type

    O tipo a ser registrado para uso do COM.

  • g
    Type: System.Guid

    O GUID usado para registrar o tipo especificado.

Comentários

Esse método é equivalente a chamar CoRegisterClassObject em COM.

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

Interface IRegistrationServices
Namespace System.Runtime.InteropServices

Retornar ao início