[]
        
(Showing Draft Content)

C1.Win.C1Chart.AppDomainProxy-1.-ctor

AppDomainProxy Constructor

AppDomainProxy(string)

Creates a new instance of AppDomainProxy<TAppClass> class.

Declaration
public AppDomainProxy(string AppName)
Public Sub New(AppName As String)
Parameters
Type Name Description
string AppName

The name of the application.

AppDomainProxy(string, bool)

Creates a new instance of AppDomainProxy<TAppClass> class.

Declaration
public AppDomainProxy(string AppName, bool FromFile)
Public Sub New(AppName As String, FromFile As Boolean)
Parameters
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.