|
Last change
on this file since 681 was 560, checked in by dai, 17 years ago |
|
#183への対応。コンストラクタ、デストラクタが直接呼び出された場合はエラーとして扱うようにした。
(64bit版は後ほどコミットします)
|
|
File size:
324 bytes
|
| Line | |
|---|
| 1 | ' Classes/System/Threading/AutoResetEvent.ab
|
|---|
| 2 |
|
|---|
| 3 | NameSpace System
|
|---|
| 4 | NameSpace Threading
|
|---|
| 5 |
|
|---|
| 6 | Class AutoResetEvent
|
|---|
| 7 | Inherits System.Threading.EventWaitHandle
|
|---|
| 8 |
|
|---|
| 9 | Public
|
|---|
| 10 | Sub AutoResetEvent(initialState As Boolean)
|
|---|
| 11 | EventWaitHandle(initialState,EventResetMode.AutoReset)
|
|---|
| 12 | End Sub
|
|---|
| 13 |
|
|---|
| 14 | End Class
|
|---|
| 15 |
|
|---|
| 16 | End Namespace
|
|---|
| 17 | End Namespace
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.