Compartilhar via


Método IRegistrationServices.GetRegistrableTypesInAssembly (Assembly)

 

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 uma lista de classes em um assembly que seria registrado por uma chamada para RegisterAssembly.

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

Sintaxe

[SecurityCriticalAttribute]
Type[] GetRegistrableTypesInAssembly(
    Assembly assembly
)
[SecurityCriticalAttribute]
array<Type^>^ GetRegistrableTypesInAssembly(
    Assembly^ assembly
)
[<SecurityCriticalAttribute>]
abstract GetRegistrableTypesInAssembly : 
        assembly:Assembly -> Type[]
<SecurityCriticalAttribute>
Function GetRegistrableTypesInAssembly (
    assembly As Assembly
) As Type()

Parâmetros

Valor Retornado

Type: System.Type[]

Uma matriz Type que contém uma lista de classes em 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

Interface IRegistrationServices
Namespace System.Runtime.InteropServices

Retornar ao início