Provides functionality for uses count limited trial application


Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)

Syntax

Visual Basic (Declaration)
Public Class UsageBomb
Implements IDisposable
C#
public class UsageBomb : IDisposable
C++
ref class UsageBomb : IDisposable
J#
public class UsageBomb implements IDisposable
JScript
public class UsageBomb extends IDisposable

Inheritance Hierarchy

System.Object
SeriousBit.Ellipter.UsageBomb

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also