C# Class BooLangService.AssemblyHelper

Afficher le fichier Open project: jagregory/boolangstudio

Méthodes publiques

Méthode Description
FindAssemblyInCurrentAppDomain ( string path ) : Assembly
FindInCurrentAppDomainOrLoad ( string path ) : Assembly

Method Details

FindAssemblyInCurrentAppDomain() public static méthode

public static FindAssemblyInCurrentAppDomain ( string path ) : Assembly
path string
Résultat System.Reflection.Assembly

FindInCurrentAppDomainOrLoad() public static méthode

public static FindInCurrentAppDomainOrLoad ( string path ) : Assembly
path string
Résultat System.Reflection.Assembly