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 |
public ObjectCreator ( Assembly assembly, Type type ) : System | ||
assembly | Assembly | |
type | Type | |
return | System |
public ObjectCreator ( string className ) : System | ||
className | string | |
return | System |
public ObjectCreator ( string assemblyName, string className ) : System | ||
assemblyName | string | |
className | string | |
return | System |