Namespace: PalmSens.Script
Assembly: PalmSens (in PalmSens.dll)

Syntax

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

Inheritance Hierarchy

System.Object
   PalmSens.Script.Instruction

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