Use this to change the current factory;
Namespace: Composite.Core.ImplementationAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public static ImplementationFactory CurrentFactory { get; set; } |
| Visual Basic |
|---|
Public Shared Property CurrentFactory As ImplementationFactory Get Set |
| Visual C++ |
|---|
public: static property ImplementationFactory^ CurrentFactory { ImplementationFactory^ get (); void set (ImplementationFactory^ value); } |