C# 클래스 CrossDomainTester, mono

상속: MarshalByRefObject
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AssertFileLoadException() 공개 메소드

public AssertFileLoadException ( AssemblyName assemblyRef ) : bool
assemblyRef AssemblyName
리턴 bool

AssertFileNotFoundException() 공개 메소드

public AssertFileNotFoundException ( AssemblyName assemblyRef ) : bool
assemblyRef AssemblyName
리턴 bool

AssertLoad() 공개 메소드

public AssertLoad ( AssemblyName assemblyRef ) : bool
assemblyRef AssemblyName
리턴 bool

AssertLoad() 공개 메소드

public AssertLoad ( string assemblyString ) : bool
assemblyString string
리턴 bool

GenerateAssembly() 공개 메소드

public GenerateAssembly ( AssemblyName aname, string path ) : void
aname AssemblyName
path string
리턴 void

GetApplicationBase() 공개 메소드

public GetApplicationBase ( ) : string
리턴 string

GetConfigurationFile() 공개 메소드

public GetConfigurationFile ( ) : string
리턴 string

Load() 공개 메소드

public Load ( AssemblyName assemblyRef ) : void
assemblyRef AssemblyName
리턴 void

LoadFrom() 공개 메소드

public LoadFrom ( string assemblyFile ) : void
assemblyFile string
리턴 void