[]
        
(Showing Draft Content)

C1.Win.C1Chart.AppDomainProxy-1

AppDomainProxy<TAppClass> Class

This class creates a new domain and instantiates a wrapped class in the new domain. The class is the one specified by the generic, and is assumed to be a class in the executing assembly. Inherit from this class, and add calls to the match those of the generic, using the processor variable to make the calls across the AppDomain boundary.

Inheritance
AppDomainProxy<TAppClass>
Implements
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public class AppDomainProxy<TAppClass> : IDisposable
Type Parameters
Name Description
TAppClass

A specified type defined in the assembly.

Constructors

Name Description
AppDomainProxy(string)

Creates a new instance of AppDomainProxy<TAppClass> class.

AppDomainProxy(string, bool)

Creates a new instance of AppDomainProxy<TAppClass> class.

Fields

Name Description
Processor

A specified type defined in the assembly.

Methods

Name Description
Dispose()

Perform general cleanup.

~AppDomainProxy()

The destructor is used to destroy the class instance.