Provides functionality for time limited trial application


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

Syntax

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

Inheritance Hierarchy

System.Object
   SeriousBit.Licensing.TimeBomb

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