[]
Creates a new instance of AppDomainProxy<TAppClass> class.
public AppDomainProxy(string AppName)
Public Sub New(AppName As String)
| Type | Name | Description |
|---|---|---|
| string | AppName | The name of the application. |
Creates a new instance of AppDomainProxy<TAppClass> class.
public AppDomainProxy(string AppName, bool FromFile)
Public Sub New(AppName As String, FromFile As Boolean)
| 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. |