The Packs class is used to allow extending Isolator with additional functionality.
Inheritance Hierarchy
TypeMock.IntegrationPacks
Namespace: TypeMock.Integration
Assembly: TypeMock.Integration (in TypeMock.Integration.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
The Packs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Packs |
Methods
Name | Description | |
---|---|---|
![]() ![]() | CheckLicense |
Checks the validity of the license and returns the license status as LicenseStatus enum
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Register |
Register a package. If you would like to build your own package for Typemock Isolator, contact us at www.typemock.com.
|
![]() ![]() | SetLicense |
Set a license key for a specific package
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | Unregister |
Unregister a package. If you would like to build your own package for Typemock Isolator, contact us at www.typemock.com.
|
Remarks
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