C# Class AjTalk.TypeUtilities

Afficher le fichier Open project: ajlopez/AjTalk

Méthodes publiques

Méthode Description
AsType ( string name ) : Type
GetType ( string name ) : Type
IsNamespace ( string name ) : bool

Private Methods

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

Method Details

AsType() public static méthode

public static AsType ( string name ) : Type
name string
Résultat System.Type

GetType() public static méthode

public static GetType ( string name ) : Type
name string
Résultat System.Type

IsNamespace() public static méthode

public static IsNamespace ( string name ) : bool
name string
Résultat bool