C# Class AjScript.TypeUtilities

Mostrar archivo Open project: ajlopez/AjScript

Public Methods

Method Description
AsType ( string name ) : Type
GetType ( IContext 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 ( IContext context, string name ) : Type
context IContext
name string
return System.Type

GetType() public static method

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

InvokeTypeMember() public static method

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

IsNamespace() public static method

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