C# Class Axiom.Core.ObjectCreator

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

Public Methods

Method 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 method

public CreateInstance ( ) : T
return T

GetAssemblyTitle() public method

public GetAssemblyTitle ( ) : string
return string

ObjectCreator() public method

public ObjectCreator ( Assembly assembly, Type type ) : System
assembly Assembly
type Type
return System

ObjectCreator() public method

public ObjectCreator ( Type type ) : System
type Type
return System

ObjectCreator() public method

public ObjectCreator ( string className ) : System
className string
return System

ObjectCreator() public method

public ObjectCreator ( string assemblyName, string className ) : System
assemblyName string
className string
return System