C# Class Bike.Interpreter.ClrImportContext

Inheritance: ImportContext
Afficher le fichier Open project: buunguyen/bike Class Usage Examples

Méthodes publiques

Méthode Description
ClrImportContext ( string coreLibFolder, string addonLibFolders ) : System
ImportAssembly ( string currentFolder, string assemblyString ) : void
IsVisibleClrType ( string typeName ) : bool
LoadTypeFromDescriptor ( TypeDescriptor typeDescriptor ) : Type
LoadTypeFromName ( string typeName ) : Type
LoadTypeFromName ( string typeName, Type typeParams ) : Type

Private Methods

Méthode Description
ClrImportContext ( ) : System
ImportAssembly ( Assembly assembly ) : void
ImportTypes ( IEnumerable types ) : void
ResolveAssembly ( string currentFolder, string assemblyString ) : Assembly

Method Details

ClrImportContext() public méthode

public ClrImportContext ( string coreLibFolder, string addonLibFolders ) : System
coreLibFolder string
addonLibFolders string
Résultat System

ImportAssembly() public méthode

public ImportAssembly ( string currentFolder, string assemblyString ) : void
currentFolder string
assemblyString string
Résultat void

IsVisibleClrType() public méthode

public IsVisibleClrType ( string typeName ) : bool
typeName string
Résultat bool

LoadTypeFromDescriptor() public méthode

public LoadTypeFromDescriptor ( TypeDescriptor typeDescriptor ) : Type
typeDescriptor TypeDescriptor
Résultat System.Type

LoadTypeFromName() public méthode

public LoadTypeFromName ( string typeName ) : Type
typeName string
Résultat System.Type

LoadTypeFromName() public méthode

public LoadTypeFromName ( string typeName, Type typeParams ) : Type
typeName string
typeParams System.Type
Résultat System.Type