ExportFactory<T> Classe

Definição

Uma fábrica que cria novas instâncias de uma parte que fornece a exportação especificada.A factory that creates new instances of a part that provides the specified export.

generic <typename T>
public ref class ExportFactory
public class ExportFactory<T>
type ExportFactory<'T> = class
Public Class ExportFactory(Of T)

Parâmetros de tipo

T

O tipo de exportação.The type of the export.

Herança
ExportFactory<T>
Derivado

Construtores

ExportFactory<T>(Func<Tuple<T,Action>>)

Inicializa uma nova instância da classe ExportFactory<T>.Initializes a new instance of the ExportFactory<T> class.

Métodos

CreateExport()

Cria uma instância do tipo de exportação da fábrica.Creates an instance of the factory's export type.

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a