C# Class PanGu.Framework.Instance

Datei anzeigen Open project: xuld/AI-Robot

Public Methods

Method Description
CreateInstance ( Type type ) : object
CreateInstance ( Type type, string assemblyFile ) : object
CreateInstance ( string typeName ) : object
GetType ( string assemblyFile, string typeName ) : Type

Method Details

CreateInstance() public static method

public static CreateInstance ( Type type ) : object
type System.Type
return object

CreateInstance() public static method

public static CreateInstance ( Type type, string assemblyFile ) : object
type System.Type
assemblyFile string
return object

CreateInstance() public static method

public static CreateInstance ( string typeName ) : object
typeName string
return object

GetType() public static method

public static GetType ( string assemblyFile, string typeName ) : Type
assemblyFile string
typeName string
return System.Type