C# Class DartSharp.TypeUtilities

ファイルを表示 Open project: ajlopez/DartSharp

Public Methods

Method Description
AsType ( string name ) : Type
GetType ( Context context, string name ) : Type
GetType ( string name ) : Type
InvokeTypeMember ( Type type, string name, object parameters ) : object
IsNamespace ( string name ) : bool

Private Methods

Method Description
GetNamespaces ( ) : ICollection
GetTypeFromLoadedAssemblies ( string name ) : Type
GetTypeFromPartialNamedAssembly ( string name ) : Type
LoadReferencedAssemblies ( ) : void
LoadReferencedAssemblies ( Assembly assembly, List loaded ) : void

Method Details

AsType() public static method

public static AsType ( string name ) : Type
name string
return System.Type

GetType() public static method

public static GetType ( Context context, string name ) : Type
context Context
name string
return Type

GetType() public static method

public static GetType ( string name ) : Type
name string
return Type

InvokeTypeMember() public static method

public static InvokeTypeMember ( Type type, string name, object parameters ) : object
type Type
name string
parameters object
return object

IsNamespace() public static method

public static IsNamespace ( string name ) : bool
name string
return bool