C# Class CrossDomainTester, mono

Inheritance: MarshalByRefObject
Mostra file Open project: kumpera/mono Class Usage Examples

Public Methods

Method 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 method

public AssertFileLoadException ( AssemblyName assemblyRef ) : bool
assemblyRef AssemblyName
return bool

AssertFileNotFoundException() public method

public AssertFileNotFoundException ( AssemblyName assemblyRef ) : bool
assemblyRef AssemblyName
return bool

AssertLoad() public method

public AssertLoad ( AssemblyName assemblyRef ) : bool
assemblyRef AssemblyName
return bool

AssertLoad() public method

public AssertLoad ( string assemblyString ) : bool
assemblyString string
return bool

GenerateAssembly() public method

public GenerateAssembly ( AssemblyName aname, string path ) : void
aname AssemblyName
path string
return void

GetApplicationBase() public method

public GetApplicationBase ( ) : string
return string

GetConfigurationFile() public method

public GetConfigurationFile ( ) : string
return string

Load() public method

public Load ( AssemblyName assemblyRef ) : void
assemblyRef AssemblyName
return void

LoadFrom() public method

public LoadFrom ( string assemblyFile ) : void
assemblyFile string
return void