C# Class PanGu.Framework.Instance

Afficher le fichier Open project: xuld/AI-Robot

Méthodes publiques

Méthode 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 méthode

public static CreateInstance ( Type type ) : object
type System.Type
Résultat object

CreateInstance() public static méthode

public static CreateInstance ( Type type, string assemblyFile ) : object
type System.Type
assemblyFile string
Résultat object

CreateInstance() public static méthode

public static CreateInstance ( string typeName ) : object
typeName string
Résultat object

GetType() public static méthode

public static GetType ( string assemblyFile, string typeName ) : Type
assemblyFile string
typeName string
Résultat System.Type