This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class Factory
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class Factory

The type exposes the following members.

Protected Constructors

  Name Description
Protected method Factory
Constructor

Public Methods

  Name Description
Public method ClearCache
Clears the assembly cache.
(Inherited from Factory.)
Public method CreateInstance
Creates the instance.
(Inherited from Factory.)
Public method CreateInstance
Creates the instance.
(Inherited from Factory.)
Public method CreateModule Overloaded.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetInstanceCreator
Returns the instance creator of the assembly or null if there is no instance creator.
(Inherited from Factory.)
Public method GetType (Inherited from Object.)
Public method LoadType
Loads a type from the given fully qualified type name.
(Inherited from Factory.)
Public method Static member SetCookieDefaults Overloaded.
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method LoadAssembly Overloaded.
Protected method MemberwiseClone (Inherited from Object.)

See Also

Advanced