Thread Class

Assembly
Db4objects.Db4o-2010.dll
Namespace
Sharpen.Lang
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IRunnable"] click Interface0 "/db4o-gpl-doc/output/api/Sharpen.Lang/IRunnable" Type["Thread"] class Type type-node

Syntax

public class Thread : IRunnable

Constructors

Methods

Name Value Summary
CurrentThread() Thread
static
Equals(Object) bool
GetHashCode() int
GetName() string
IsDaemon() bool
Join() void
Join(int) void
Run() void
SetDaemon(bool) void
SetName(string) void
Sleep(long) void
static
Start() void