C# Class System.Tests.AppDomainTests

Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
AppDomainTests ( ) : System

Private Methods

Method Description
AppendPrivatePath ( ) : void
ApplyPolicy ( ) : void
AssemblyLoad ( ) : void
AssemblyResolve ( ) : void
AssemblyResolve_RequestingAssembly ( ) : void
BaseDirectory_Same_As_AppContext ( ) : void
ClearPrivatePath ( ) : void
ClearShadowCopyPath ( ) : void
CreateDomain ( ) : void
CurrentDomain_Idempotent ( ) : void
CurrentDomain_Not_Null ( ) : void
DynamicDirectory_Null ( ) : void
ExecuteAssembly ( ) : void
ExecuteAssemblyByName ( ) : void
FirstChanceException_Add_Remove ( ) : void
FirstChanceException_Called ( ) : void
FriendlyName ( ) : void
GetAssemblies ( ) : void
GetCurrentThreadId ( ) : void
GetData_SetData ( ) : void
Id ( ) : void
IsCompatibilitySwitchSet ( ) : void
IsDefaultAppDomain ( ) : void
IsFinalizingForUnload ( ) : void
IsFullyTrusted ( ) : void
IsHomogenous ( ) : void
Load ( ) : void
MonitoringIsEnabled ( ) : void
MonitoringSurvivedMemorySize ( ) : void
MonitoringSurvivedProcessMemorySize ( ) : void
MonitoringTotalAllocatedMemorySize ( ) : void
MonitoringTotalProcessorTime ( ) : void
MyHandler ( object sender, UnhandledExceptionEventArgs args ) : void
NotExpectedToBeCalledHandler ( object sender, UnhandledExceptionEventArgs args ) : void
ProcessExit_Add_Remove ( ) : void
ProcessExit_Called ( ) : void
ReflectionOnlyGetAssemblies ( ) : void
RelativeSearchPath_Is_Null ( ) : void
ResourceResolve ( ) : void
SetCachePath ( ) : void
SetShadowCopyFiles ( ) : void
SetShadowCopyPath ( ) : void
SetThreadPrincipal ( ) : void
ShadowCopyFiles ( ) : void
TypeResolve ( ) : void
UnhandledException_Add_Remove ( ) : void
UnhandledException_Called ( ) : void
UnhandledException_NotCalled_When_Handled ( ) : void
Unload ( ) : void
toString ( ) : void

Method Details

AppDomainTests() public method

public AppDomainTests ( ) : System
return System