Packs Class

Typemock Isolator Developer Guide
The Packs class is used to allow extending Isolator with additional functionality.
Inheritance Hierarchy

SystemObject
  TypeMock.IntegrationPacks

Namespace:  TypeMock.Integration
Assembly:  TypeMock.Integration (in TypeMock.Integration.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax

public class Packs

The Packs type exposes the following members.

Constructors

  NameDescription
Public methodPacks
Top
Methods

  NameDescription
Public methodStatic memberCheckLicense
Checks the validity of the license and returns the license status as LicenseStatus enum
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRegister
Register a package. If you would like to build your own package for Typemock Isolator, contact us at www.typemock.com.
Public methodStatic memberSetLicense
Set a license key for a specific package
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUnregister
Unregister a package. If you would like to build your own package for Typemock Isolator, contact us at www.typemock.com.
Top
Remarks

This class in the entry point for integrating Typemock Isolator with other applications. For example, it allows registering and unregistering new packages, set, check and remove licenses.

As this assembly is used for integration, it is version agnostic and is both backward and forward compatible. This assembly does not require other Typemock Isolator assemblies and can be deployed separately

See Also

Reference