ProcessThreadCollection
cs.system.collections.ReadOnlyCollectionBase → cs.system.diagnostics.ProcessThreadCollection (extern class)
Instance Members
Add(thread: ProcessThread): Int
Name | Type |
---|---|
thread |
ProcessThread |
Returns |
---|
Int |
Contains(thread: ProcessThread): Bool
Name | Type |
---|---|
thread |
ProcessThread |
Returns |
---|
Bool |
CopyTo(array: cs.NativeArray<ProcessThread>, index: Int): Void
Name | Type |
---|---|
array |
cs.NativeArray<ProcessThread> |
index |
Int |
IndexOf(thread: ProcessThread): Int
Name | Type |
---|---|
thread |
ProcessThread |
Returns |
---|
Int |
Insert(index: Int, thread: ProcessThread): Void
Name | Type |
---|---|
index |
Int |
thread |
ProcessThread |
Remove(thread: ProcessThread): Void
Name | Type |
---|---|
thread |
ProcessThread |
new(): Void
Metadata
Name | Parameters |
---|---|
:nativeGen |
- |
:libType |
- |
:csNative |
- |