C# Class AjTalk.TypeUtilities

Mostrar archivo Open project: ajlopez/AjTalk

Public Methods

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

IsNamespace() public static method

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