Click or drag to resize
ModuleFactory Class
The factory of modules
Inheritance Hierarchy
SystemObject
  DrawerBackup.Native.ModulesModuleFactory

Namespace: DrawerBackup.Native.Modules
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public class ModuleFactory

The ModuleFactory type exposes the following members.

Constructors
  NameDescription
Public methodModuleFactory
Initializes a new instance of the ModuleFactory class
Top
Methods
  NameDescription
Public methodClear
Clear the current modules regiters
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetTModule
Get the module instance
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInstance
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegister(Type, Object)
Register a instance for a module
Public methodRegister(Type, String, Object)
Register a instance for the interface
Public methodRegister(Type, Type, Object)
Register a instance for the module
Public methodRegisterModuleType
Register a module type
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also