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

Syntax

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

Inheritance Hierarchy

System.Object
   PalmSens.Script.Body

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