Line | |
---|
1 | ' Classes/System/misc.ab
|
---|
2 |
|
---|
3 | #ifndef __SYSTEM_MISC_AB__
|
---|
4 | #define __SYSTEM_MISC_AB__
|
---|
5 |
|
---|
6 | '#require <Classes/System/Threading/WaitHandle.ab>
|
---|
7 |
|
---|
8 | Namespace System
|
---|
9 |
|
---|
10 | Interface IAsyncResult
|
---|
11 | ' Properties
|
---|
12 | Function AsyncState() As Object
|
---|
13 | Function AsyncWaitHandle() As System.Threading.WaitHandle
|
---|
14 | Function CompletedSynchronously() As Boolean
|
---|
15 | Function IsCompleted() As Boolean
|
---|
16 | End Interface
|
---|
17 |
|
---|
18 | Interface IClonable
|
---|
19 | ' Method
|
---|
20 | Function Clone() As Object
|
---|
21 | End Interface
|
---|
22 |
|
---|
23 | Interface IComparable
|
---|
24 | ' Method
|
---|
25 | Function CompareTo(obj As Object) As Long
|
---|
26 | End Interface
|
---|
27 |
|
---|
28 | Interface IDisposable
|
---|
29 | ' Method
|
---|
30 | Sub Dispose()
|
---|
31 | End Interface
|
---|
32 |
|
---|
33 | Class EventArgs
|
---|
34 | Public
|
---|
35 | Static Empty = New EventArgs
|
---|
36 | End Class
|
---|
37 |
|
---|
38 | End Namespace 'System
|
---|
39 | #require <Classes/System/Threading/WaitHandle.ab>
|
---|
40 |
|
---|
41 | #endif '__SYSTEM_MISC_AB__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.