[]
        
(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)
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)
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.