C# Class CrossDomainTester, mono

Inheritance: MarshalByRefObject
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
AssertFileLoadException ( AssemblyName assemblyRef ) : bool
AssertFileNotFoundException ( AssemblyName assemblyRef ) : bool
AssertLoad ( AssemblyName assemblyRef ) : bool
AssertLoad ( string assemblyString ) : bool
GenerateAssembly ( AssemblyName aname, string path ) : void
GetApplicationBase ( ) : string
GetConfigurationFile ( ) : string
Load ( AssemblyName assemblyRef ) : void
LoadFrom ( string assemblyFile ) : void

Method Details

AssertFileLoadException() public méthode

public AssertFileLoadException ( AssemblyName assemblyRef ) : bool
assemblyRef AssemblyName
Résultat bool

AssertFileNotFoundException() public méthode

public AssertFileNotFoundException ( AssemblyName assemblyRef ) : bool
assemblyRef AssemblyName
Résultat bool

AssertLoad() public méthode

public AssertLoad ( AssemblyName assemblyRef ) : bool
assemblyRef AssemblyName
Résultat bool

AssertLoad() public méthode

public AssertLoad ( string assemblyString ) : bool
assemblyString string
Résultat bool

GenerateAssembly() public méthode

public GenerateAssembly ( AssemblyName aname, string path ) : void
aname AssemblyName
path string
Résultat void

GetApplicationBase() public méthode

public GetApplicationBase ( ) : string
Résultat string

GetConfigurationFile() public méthode

public GetConfigurationFile ( ) : string
Résultat string

Load() public méthode

public Load ( AssemblyName assemblyRef ) : void
assemblyRef AssemblyName
Résultat void

LoadFrom() public méthode

public LoadFrom ( string assemblyFile ) : void
assemblyFile string
Résultat void