Método ICustomFactory.CreateInstance (Type)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Cria uma nova instância do tipo especificado.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
MarshalByRefObject CreateInstance(
Type serverType
)
MarshalByRefObject^ CreateInstance(
Type^ serverType
)
abstract CreateInstance :
serverType:Type -> MarshalByRefObject
Function CreateInstance (
serverType As Type
) As MarshalByRefObject
Parâmetros
serverType
Type: System.TypeO tipo a ativar.
Valor Retornado
Type: System.MarshalByRefObject
Um MarshalByRefObject associado ao tipo especificado.
Comentários
CreateInstanceé chamado pelo common language runtime quando um novo objeto do tipo especificado deve ser criada. Substitua este método para fornecer sua própria fábrica de classe personalizada.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface ICustomFactory
Namespace System.Runtime.InteropServices
Retornar ao início