Method | Description | |
---|---|---|
DisposableAppDomain ( |
Initializes a new instance of the DisposableAppDomain class.
|
|
Dispose ( ) : void |
Method | Description | |
---|---|---|
OnDispose ( bool disposing ) : void |
Should be called when the object is being disposed.
|
public DisposableAppDomain ( |
||
domain | /// The domain to wrap. /// | |
return | System |