[]
Creates a new instance of AppDomainProxy<TAppClass> class.
public AppDomainProxy(string AppName)
| Type | Name | Description |
|---|---|---|
| string | AppName | The name of the application. |
Creates a new instance of AppDomainProxy<TAppClass> class.
public AppDomainProxy(string AppName, bool FromFile)
| Type | Name | Description |
|---|---|---|
| string | AppName | The name of the application. |
| bool | FromFile | Whether to use the filename and assembly path that defines the requested type. |