C# Class Axiom.Core.ObjectCreator

Used by configuration classes to store assembly/class names and instantiate objects from them.
Afficher le fichier Open project: axiom3d/axiom

Méthodes publiques

Méthode Description
CreateInstance ( ) : T
GetAssemblyTitle ( ) : string
ObjectCreator ( Assembly assembly, Type type ) : System
ObjectCreator ( Type type ) : System
ObjectCreator ( string className ) : System
ObjectCreator ( string assemblyName, string className ) : System

Method Details

CreateInstance() public méthode

public CreateInstance ( ) : T
Résultat T

GetAssemblyTitle() public méthode

public GetAssemblyTitle ( ) : string
Résultat string

ObjectCreator() public méthode

public ObjectCreator ( Assembly assembly, Type type ) : System
assembly Assembly
type Type
Résultat System

ObjectCreator() public méthode

public ObjectCreator ( Type type ) : System
type Type
Résultat System

ObjectCreator() public méthode

public ObjectCreator ( string className ) : System
className string
Résultat System

ObjectCreator() public méthode

public ObjectCreator ( string assemblyName, string className ) : System
assemblyName string
className string
Résultat System