Método RegistrationServices.UnregisterTypeForComClients (Int32)
Publicado: agosto de 2016
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Remove as referências a um tipo registrado com o método RegisterTypeForComClients.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
[SecurityCriticalAttribute]
[ComVisibleAttribute(false)]
public virtual void UnregisterTypeForComClients(
int cookie
)
public:
[SecurityCriticalAttribute]
[ComVisibleAttribute(false)]
virtual void UnregisterTypeForComClients(
int cookie
)
[<SecurityCriticalAttribute>]
[<ComVisibleAttribute(false)>]
abstract UnregisterTypeForComClients :
cookie:int -> unit
[<SecurityCriticalAttribute>]
[<ComVisibleAttribute(false)>]
override UnregisterTypeForComClients :
cookie:int -> unit
<SecurityCriticalAttribute>
<ComVisibleAttribute(False)>
Public Overridable Sub UnregisterTypeForComClients (
cookie As Integer
)
Parâmetros
cookie
Type: System.Int32O valor de cookie retornado por uma chamada anterior à sobrecarga do método RegisterTypeForComClients.
Comentários
Observe que usando invocação de plataforma para chamar não gerenciado CoRegisterClassObject e CoDisconnectObject não há suporte para métodos para registrar e cancelar o registro de objetos COM.
Segurança
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 2.0
Confira Também
Classe RegistrationServices
Namespace System.Runtime.InteropServices
Retornar ao início