PySimultan 0.5.9.6__py3-none-any.whl → 0.6.0.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- PySimultan2/CHANGELOG.md +9 -0
- PySimultan2/__about__.py +1 -1
- PySimultan2/data_model.py +12 -5
- PySimultan2/default_types.py +39 -8
- PySimultan2/files.py +1 -1
- PySimultan2/object_mapper.py +31 -3
- PySimultan2/resources/BruTile.dll +0 -0
- PySimultan2/resources/ComponentBuilder.dll +0 -0
- PySimultan2/resources/ComponentBuilder.xml +93 -15
- PySimultan2/resources/HelixToolkit.Core.Wpf.dll +0 -0
- PySimultan2/resources/HelixToolkit.SharpDX.Core.Wpf.dll +0 -0
- PySimultan2/resources/HelixToolkit.SharpDX.Core.dll +0 -0
- PySimultan2/resources/HelixToolkit.dll +0 -0
- PySimultan2/resources/Python.Runtime.dll +0 -0
- PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
- PySimultan2/resources/SIMULTAN.Lang.xml +62 -1
- PySimultan2/resources/SIMULTAN.UI.dll +0 -0
- PySimultan2/resources/SIMULTAN.UI.xml +57 -0
- PySimultan2/resources/SIMULTAN.dll +0 -0
- PySimultan2/resources/SIMULTAN.xml +73 -3
- PySimultan2/resources/System.Reflection.MetadataLoadContext.dll +0 -0
- PySimultan2/resources/defaultsettings.xml +0 -0
- PySimultan2/simultan_object.py +6 -1
- PySimultan2/taxonomy_maps.py +45 -27
- PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +616 -0
- PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +2538 -0
- PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +499 -0
- PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +2219 -0
- PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +682 -0
- PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +1654 -0
- PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +442 -0
- PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +193 -0
- PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +367 -0
- PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +116 -0
- PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +212 -0
- PySimultan2/typings/SIMULTAN/Data/__init__.pyi +232 -0
- PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +916 -0
- PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +15 -0
- PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +268 -0
- PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +32 -0
- PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +116 -0
- PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +433 -0
- PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +435 -0
- PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +103 -0
- PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +122 -0
- PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +1335 -0
- PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +48 -0
- PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +562 -0
- PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +21 -0
- PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +112 -0
- PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +5 -0
- PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +13 -0
- PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +54 -0
- PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +46 -0
- PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +22 -0
- PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +32 -0
- PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +43 -0
- PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +216 -0
- PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +66 -0
- PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +48 -0
- PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +59 -0
- PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +133 -0
- PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +570 -0
- PySimultan2/typings/System/Buffers/Binary/__init__.pyi +248 -0
- PySimultan2/typings/System/Buffers/Text/__init__.pyi +91 -0
- PySimultan2/typings/System/Buffers/__init__.pyi +192 -0
- PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +137 -0
- PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +47 -0
- PySimultan2/typings/System/Collections/Generic/__init__.pyi +1293 -0
- PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +166 -0
- PySimultan2/typings/System/Collections/Specialized/__init__.pyi +82 -0
- PySimultan2/typings/System/Collections/__init__.pyi +403 -0
- PySimultan2/typings/System/ComponentModel/__init__.pyi +582 -0
- PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +30 -0
- PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +315 -0
- PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +297 -0
- PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +9 -0
- PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +641 -0
- PySimultan2/typings/System/Diagnostics/__init__.pyi +1101 -0
- PySimultan2/typings/System/Globalization/__init__.pyi +1675 -0
- PySimultan2/typings/System/IO/Enumeration/__init__.pyi +125 -0
- PySimultan2/typings/System/IO/__init__.pyi +2747 -0
- PySimultan2/typings/System/Linq/Expressions/__init__.pyi +1815 -0
- PySimultan2/typings/System/Net/__init__.pyi +81 -0
- PySimultan2/typings/System/Numerics/__init__.pyi +2853 -0
- PySimultan2/typings/System/Reflection/Emit/__init__.pyi +1945 -0
- PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +24 -0
- PySimultan2/typings/System/Reflection/__init__.pyi +2724 -0
- PySimultan2/typings/System/Resources/__init__.pyi +205 -0
- PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +1926 -0
- PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +49 -0
- PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +34 -0
- PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +758 -0
- PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +461 -0
- PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +48 -0
- PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +2632 -0
- PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +4757 -0
- PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +844 -0
- PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +5642 -0
- PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +4504 -0
- PySimultan2/typings/System/Runtime/Loader/__init__.pyi +63 -0
- PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +7 -0
- PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +269 -0
- PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +200 -0
- PySimultan2/typings/System/Runtime/__init__.pyi +141 -0
- PySimultan2/typings/System/Security/Cryptography/__init__.pyi +39 -0
- PySimultan2/typings/System/Security/Permissions/__init__.pyi +163 -0
- PySimultan2/typings/System/Security/Principal/__init__.pyi +45 -0
- PySimultan2/typings/System/Security/__init__.pyi +347 -0
- PySimultan2/typings/System/Text/Unicode/__init__.pyi +62 -0
- PySimultan2/typings/System/Text/__init__.pyi +1590 -0
- PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +76 -0
- PySimultan2/typings/System/Threading/Tasks/__init__.pyi +1403 -0
- PySimultan2/typings/System/Threading/__init__.pyi +1788 -0
- PySimultan2/typings/System/Xml/Schema/__init__.pyi +1255 -0
- PySimultan2/typings/System/Xml/Serialization/__init__.pyi +16 -0
- PySimultan2/typings/System/Xml/XPath/__init__.pyi +474 -0
- PySimultan2/typings/System/Xml/__init__.pyi +2410 -0
- PySimultan2/typings/System/__init__.pyi +17821 -0
- PySimultan2/utils.py +10 -5
- {pysimultan-0.5.9.6.dist-info → pysimultan-0.6.0.1.dist-info}/METADATA +5 -1
- pysimultan-0.6.0.1.dist-info/RECORD +174 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll.config +0 -11
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll.config +0 -15
- PySimultan2/resources/SIMULTAN.Plugins.dll +0 -0
- PySimultan2/resources/SIMULTAN.Plugins.xml +0 -396
- pysimultan-0.5.9.6.dist-info/RECORD +0 -81
- {pysimultan-0.5.9.6.dist-info → pysimultan-0.6.0.1.dist-info}/WHEEL +0 -0
- {pysimultan-0.5.9.6.dist-info → pysimultan-0.6.0.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -0,0 +1,1101 @@
|
|
1
|
+
import typing, clr, abc
|
2
|
+
from System import Attribute, Array_1, ReadOnlySpan_1, DateTime, TimeSpan, Exception
|
3
|
+
from System.ComponentModel import Component, IContainer, ISite, ISynchronizeInvoke
|
4
|
+
from Microsoft.Win32.SafeHandles import SafeProcessHandle
|
5
|
+
from System.IO import StreamReader, StreamWriter
|
6
|
+
from System.Threading.Tasks import Task
|
7
|
+
from System.Threading import CancellationToken
|
8
|
+
from System.Collections.Generic import IEnumerable_1, IDictionary_2
|
9
|
+
from System.Security import SecureString
|
10
|
+
from System.Collections import ReadOnlyCollectionBase, IDictionary
|
11
|
+
from System.Collections.ObjectModel import Collection_1
|
12
|
+
from System.Collections.Specialized import StringDictionary
|
13
|
+
from System.Text import Encoding
|
14
|
+
from System.Reflection import MethodBase
|
15
|
+
|
16
|
+
class ConditionalAttribute(Attribute):
|
17
|
+
def __init__(self, conditionString: str) -> None: ...
|
18
|
+
@property
|
19
|
+
def ConditionString(self) -> str: ...
|
20
|
+
@property
|
21
|
+
def TypeId(self) -> typing.Any: ...
|
22
|
+
|
23
|
+
|
24
|
+
class Debug(abc.ABC):
|
25
|
+
@classmethod
|
26
|
+
@property
|
27
|
+
def AutoFlush(cls) -> bool: ...
|
28
|
+
@classmethod
|
29
|
+
@AutoFlush.setter
|
30
|
+
def AutoFlush(cls, value: bool) -> bool: ...
|
31
|
+
@classmethod
|
32
|
+
@property
|
33
|
+
def IndentLevel(cls) -> int: ...
|
34
|
+
@classmethod
|
35
|
+
@IndentLevel.setter
|
36
|
+
def IndentLevel(cls, value: int) -> int: ...
|
37
|
+
@classmethod
|
38
|
+
@property
|
39
|
+
def IndentSize(cls) -> int: ...
|
40
|
+
@classmethod
|
41
|
+
@IndentSize.setter
|
42
|
+
def IndentSize(cls, value: int) -> int: ...
|
43
|
+
@staticmethod
|
44
|
+
def Close() -> None: ...
|
45
|
+
@staticmethod
|
46
|
+
def Flush() -> None: ...
|
47
|
+
@staticmethod
|
48
|
+
def Indent() -> None: ...
|
49
|
+
@staticmethod
|
50
|
+
def SetProvider(provider: DebugProvider) -> DebugProvider: ...
|
51
|
+
@staticmethod
|
52
|
+
def Unindent() -> None: ...
|
53
|
+
# Skipped Assert due to it being static, abstract and generic.
|
54
|
+
|
55
|
+
Assert : Assert_MethodGroup
|
56
|
+
class Assert_MethodGroup:
|
57
|
+
@typing.overload
|
58
|
+
def __call__(self, condition: bool) -> None:...
|
59
|
+
@typing.overload
|
60
|
+
def __call__(self, condition: bool, message: str) -> None:...
|
61
|
+
@typing.overload
|
62
|
+
def __call__(self, condition: bool, message: clr.Reference[Debug.AssertInterpolatedStringHandler]) -> None:...
|
63
|
+
@typing.overload
|
64
|
+
def __call__(self, condition: bool, message: str, detailMessage: str) -> None:...
|
65
|
+
@typing.overload
|
66
|
+
def __call__(self, condition: bool, message: clr.Reference[Debug.AssertInterpolatedStringHandler], detailMessage: clr.Reference[Debug.AssertInterpolatedStringHandler]) -> None:...
|
67
|
+
@typing.overload
|
68
|
+
def __call__(self, condition: bool, message: str, detailMessageFormat: str, args: Array_1[typing.Any]) -> None:...
|
69
|
+
|
70
|
+
# Skipped Fail due to it being static, abstract and generic.
|
71
|
+
|
72
|
+
Fail : Fail_MethodGroup
|
73
|
+
class Fail_MethodGroup:
|
74
|
+
@typing.overload
|
75
|
+
def __call__(self, message: str) -> None:...
|
76
|
+
@typing.overload
|
77
|
+
def __call__(self, message: str, detailMessage: str) -> None:...
|
78
|
+
|
79
|
+
# Skipped Print due to it being static, abstract and generic.
|
80
|
+
|
81
|
+
Print : Print_MethodGroup
|
82
|
+
class Print_MethodGroup:
|
83
|
+
@typing.overload
|
84
|
+
def __call__(self, message: str) -> None:...
|
85
|
+
@typing.overload
|
86
|
+
def __call__(self, format: str, args: Array_1[typing.Any]) -> None:...
|
87
|
+
|
88
|
+
# Skipped Write due to it being static, abstract and generic.
|
89
|
+
|
90
|
+
Write : Write_MethodGroup
|
91
|
+
class Write_MethodGroup:
|
92
|
+
@typing.overload
|
93
|
+
def __call__(self, message: str) -> None:...
|
94
|
+
@typing.overload
|
95
|
+
def __call__(self, value: typing.Any) -> None:...
|
96
|
+
@typing.overload
|
97
|
+
def __call__(self, message: str, category: str) -> None:...
|
98
|
+
@typing.overload
|
99
|
+
def __call__(self, value: typing.Any, category: str) -> None:...
|
100
|
+
|
101
|
+
# Skipped WriteIf due to it being static, abstract and generic.
|
102
|
+
|
103
|
+
WriteIf : WriteIf_MethodGroup
|
104
|
+
class WriteIf_MethodGroup:
|
105
|
+
@typing.overload
|
106
|
+
def __call__(self, condition: bool, message: str) -> None:...
|
107
|
+
@typing.overload
|
108
|
+
def __call__(self, condition: bool, message: clr.Reference[Debug.WriteIfInterpolatedStringHandler]) -> None:...
|
109
|
+
@typing.overload
|
110
|
+
def __call__(self, condition: bool, value: typing.Any) -> None:...
|
111
|
+
@typing.overload
|
112
|
+
def __call__(self, condition: bool, message: str, category: str) -> None:...
|
113
|
+
@typing.overload
|
114
|
+
def __call__(self, condition: bool, message: clr.Reference[Debug.WriteIfInterpolatedStringHandler], category: str) -> None:...
|
115
|
+
@typing.overload
|
116
|
+
def __call__(self, condition: bool, value: typing.Any, category: str) -> None:...
|
117
|
+
|
118
|
+
# Skipped WriteLine due to it being static, abstract and generic.
|
119
|
+
|
120
|
+
WriteLine : WriteLine_MethodGroup
|
121
|
+
class WriteLine_MethodGroup:
|
122
|
+
@typing.overload
|
123
|
+
def __call__(self, message: str) -> None:...
|
124
|
+
@typing.overload
|
125
|
+
def __call__(self, value: typing.Any) -> None:...
|
126
|
+
@typing.overload
|
127
|
+
def __call__(self, format: str, args: Array_1[typing.Any]) -> None:...
|
128
|
+
@typing.overload
|
129
|
+
def __call__(self, message: str, category: str) -> None:...
|
130
|
+
@typing.overload
|
131
|
+
def __call__(self, value: typing.Any, category: str) -> None:...
|
132
|
+
|
133
|
+
# Skipped WriteLineIf due to it being static, abstract and generic.
|
134
|
+
|
135
|
+
WriteLineIf : WriteLineIf_MethodGroup
|
136
|
+
class WriteLineIf_MethodGroup:
|
137
|
+
@typing.overload
|
138
|
+
def __call__(self, condition: bool, message: str) -> None:...
|
139
|
+
@typing.overload
|
140
|
+
def __call__(self, condition: bool, message: clr.Reference[Debug.WriteIfInterpolatedStringHandler]) -> None:...
|
141
|
+
@typing.overload
|
142
|
+
def __call__(self, condition: bool, value: typing.Any) -> None:...
|
143
|
+
@typing.overload
|
144
|
+
def __call__(self, condition: bool, message: str, category: str) -> None:...
|
145
|
+
@typing.overload
|
146
|
+
def __call__(self, condition: bool, message: clr.Reference[Debug.WriteIfInterpolatedStringHandler], category: str) -> None:...
|
147
|
+
@typing.overload
|
148
|
+
def __call__(self, condition: bool, value: typing.Any, category: str) -> None:...
|
149
|
+
|
150
|
+
|
151
|
+
class AssertInterpolatedStringHandler:
|
152
|
+
def __init__(self, literalLength: int, formattedCount: int, condition: bool, shouldAppend: clr.Reference[bool]) -> None: ...
|
153
|
+
def AppendLiteral(self, value: str) -> None: ...
|
154
|
+
# Skipped AppendFormatted due to it being static, abstract and generic.
|
155
|
+
|
156
|
+
AppendFormatted : AppendFormatted_MethodGroup
|
157
|
+
class AppendFormatted_MethodGroup:
|
158
|
+
def __getitem__(self, t:typing.Type[AppendFormatted_1_T1]) -> AppendFormatted_1[AppendFormatted_1_T1]: ...
|
159
|
+
|
160
|
+
AppendFormatted_1_T1 = typing.TypeVar('AppendFormatted_1_T1')
|
161
|
+
class AppendFormatted_1(typing.Generic[AppendFormatted_1_T1]):
|
162
|
+
AppendFormatted_1_T = Debug.AssertInterpolatedStringHandler.AppendFormatted_MethodGroup.AppendFormatted_1_T1
|
163
|
+
@typing.overload
|
164
|
+
def __call__(self, value: AppendFormatted_1_T) -> None:...
|
165
|
+
@typing.overload
|
166
|
+
def __call__(self, value: AppendFormatted_1_T, alignment: int) -> None:...
|
167
|
+
@typing.overload
|
168
|
+
def __call__(self, value: AppendFormatted_1_T, format: str) -> None:...
|
169
|
+
@typing.overload
|
170
|
+
def __call__(self, value: AppendFormatted_1_T, alignment: int, format: str) -> None:...
|
171
|
+
|
172
|
+
@typing.overload
|
173
|
+
def __call__(self, value: ReadOnlySpan_1[str]) -> None:...
|
174
|
+
@typing.overload
|
175
|
+
def __call__(self, value: str) -> None:...
|
176
|
+
@typing.overload
|
177
|
+
def __call__(self, value: ReadOnlySpan_1[str], alignment: int = ..., format: str = ...) -> None:...
|
178
|
+
@typing.overload
|
179
|
+
def __call__(self, value: str, alignment: int = ..., format: str = ...) -> None:...
|
180
|
+
@typing.overload
|
181
|
+
def __call__(self, value: typing.Any, alignment: int = ..., format: str = ...) -> None:...
|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
class WriteIfInterpolatedStringHandler:
|
186
|
+
def __init__(self, literalLength: int, formattedCount: int, condition: bool, shouldAppend: clr.Reference[bool]) -> None: ...
|
187
|
+
def AppendLiteral(self, value: str) -> None: ...
|
188
|
+
# Skipped AppendFormatted due to it being static, abstract and generic.
|
189
|
+
|
190
|
+
AppendFormatted : AppendFormatted_MethodGroup
|
191
|
+
class AppendFormatted_MethodGroup:
|
192
|
+
def __getitem__(self, t:typing.Type[AppendFormatted_1_T1]) -> AppendFormatted_1[AppendFormatted_1_T1]: ...
|
193
|
+
|
194
|
+
AppendFormatted_1_T1 = typing.TypeVar('AppendFormatted_1_T1')
|
195
|
+
class AppendFormatted_1(typing.Generic[AppendFormatted_1_T1]):
|
196
|
+
AppendFormatted_1_T = Debug.WriteIfInterpolatedStringHandler.AppendFormatted_MethodGroup.AppendFormatted_1_T1
|
197
|
+
@typing.overload
|
198
|
+
def __call__(self, value: AppendFormatted_1_T) -> None:...
|
199
|
+
@typing.overload
|
200
|
+
def __call__(self, value: AppendFormatted_1_T, alignment: int) -> None:...
|
201
|
+
@typing.overload
|
202
|
+
def __call__(self, value: AppendFormatted_1_T, format: str) -> None:...
|
203
|
+
@typing.overload
|
204
|
+
def __call__(self, value: AppendFormatted_1_T, alignment: int, format: str) -> None:...
|
205
|
+
|
206
|
+
@typing.overload
|
207
|
+
def __call__(self, value: ReadOnlySpan_1[str]) -> None:...
|
208
|
+
@typing.overload
|
209
|
+
def __call__(self, value: str) -> None:...
|
210
|
+
@typing.overload
|
211
|
+
def __call__(self, value: ReadOnlySpan_1[str], alignment: int = ..., format: str = ...) -> None:...
|
212
|
+
@typing.overload
|
213
|
+
def __call__(self, value: str, alignment: int = ..., format: str = ...) -> None:...
|
214
|
+
@typing.overload
|
215
|
+
def __call__(self, value: typing.Any, alignment: int = ..., format: str = ...) -> None:...
|
216
|
+
|
217
|
+
|
218
|
+
|
219
|
+
|
220
|
+
class DebuggableAttribute(Attribute):
|
221
|
+
@typing.overload
|
222
|
+
def __init__(self, isJITTrackingEnabled: bool, isJITOptimizerDisabled: bool) -> None: ...
|
223
|
+
@typing.overload
|
224
|
+
def __init__(self, modes: DebuggableAttribute.DebuggingModes) -> None: ...
|
225
|
+
@property
|
226
|
+
def DebuggingFlags(self) -> DebuggableAttribute.DebuggingModes: ...
|
227
|
+
@property
|
228
|
+
def IsJITOptimizerDisabled(self) -> bool: ...
|
229
|
+
@property
|
230
|
+
def IsJITTrackingEnabled(self) -> bool: ...
|
231
|
+
@property
|
232
|
+
def TypeId(self) -> typing.Any: ...
|
233
|
+
|
234
|
+
class DebuggingModes(typing.SupportsInt):
|
235
|
+
@typing.overload
|
236
|
+
def __init__(self, value : int) -> None: ...
|
237
|
+
@typing.overload
|
238
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
239
|
+
def __int__(self) -> int: ...
|
240
|
+
|
241
|
+
# Values:
|
242
|
+
None_ : DebuggableAttribute.DebuggingModes # 0
|
243
|
+
Default : DebuggableAttribute.DebuggingModes # 1
|
244
|
+
IgnoreSymbolStoreSequencePoints : DebuggableAttribute.DebuggingModes # 2
|
245
|
+
EnableEditAndContinue : DebuggableAttribute.DebuggingModes # 4
|
246
|
+
DisableOptimizations : DebuggableAttribute.DebuggingModes # 256
|
247
|
+
|
248
|
+
|
249
|
+
|
250
|
+
class Debugger(abc.ABC):
|
251
|
+
DefaultCategory : str
|
252
|
+
@classmethod
|
253
|
+
@property
|
254
|
+
def IsAttached(cls) -> bool: ...
|
255
|
+
@staticmethod
|
256
|
+
def Break() -> None: ...
|
257
|
+
@staticmethod
|
258
|
+
def IsLogging() -> bool: ...
|
259
|
+
@staticmethod
|
260
|
+
def Launch() -> bool: ...
|
261
|
+
@staticmethod
|
262
|
+
def Log(level: int, category: str, message: str) -> None: ...
|
263
|
+
@staticmethod
|
264
|
+
def NotifyOfCrossThreadDependency() -> None: ...
|
265
|
+
|
266
|
+
|
267
|
+
class DebuggerBrowsableAttribute(Attribute):
|
268
|
+
def __init__(self, state: DebuggerBrowsableState) -> None: ...
|
269
|
+
@property
|
270
|
+
def State(self) -> DebuggerBrowsableState: ...
|
271
|
+
@property
|
272
|
+
def TypeId(self) -> typing.Any: ...
|
273
|
+
|
274
|
+
|
275
|
+
class DebuggerBrowsableState(typing.SupportsInt):
|
276
|
+
@typing.overload
|
277
|
+
def __init__(self, value : int) -> None: ...
|
278
|
+
@typing.overload
|
279
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
280
|
+
def __int__(self) -> int: ...
|
281
|
+
|
282
|
+
# Values:
|
283
|
+
Never : DebuggerBrowsableState # 0
|
284
|
+
Collapsed : DebuggerBrowsableState # 2
|
285
|
+
RootHidden : DebuggerBrowsableState # 3
|
286
|
+
|
287
|
+
|
288
|
+
class DebuggerDisplayAttribute(Attribute):
|
289
|
+
def __init__(self, value: str) -> None: ...
|
290
|
+
@property
|
291
|
+
def Name(self) -> str: ...
|
292
|
+
@Name.setter
|
293
|
+
def Name(self, value: str) -> str: ...
|
294
|
+
@property
|
295
|
+
def Target(self) -> typing.Type[typing.Any]: ...
|
296
|
+
@Target.setter
|
297
|
+
def Target(self, value: typing.Type[typing.Any]) -> typing.Type[typing.Any]: ...
|
298
|
+
@property
|
299
|
+
def TargetTypeName(self) -> str: ...
|
300
|
+
@TargetTypeName.setter
|
301
|
+
def TargetTypeName(self, value: str) -> str: ...
|
302
|
+
@property
|
303
|
+
def Type(self) -> str: ...
|
304
|
+
@Type.setter
|
305
|
+
def Type(self, value: str) -> str: ...
|
306
|
+
@property
|
307
|
+
def TypeId(self) -> typing.Any: ...
|
308
|
+
@property
|
309
|
+
def Value(self) -> str: ...
|
310
|
+
|
311
|
+
|
312
|
+
class DebuggerHiddenAttribute(Attribute):
|
313
|
+
def __init__(self) -> None: ...
|
314
|
+
@property
|
315
|
+
def TypeId(self) -> typing.Any: ...
|
316
|
+
|
317
|
+
|
318
|
+
class DebuggerNonUserCodeAttribute(Attribute):
|
319
|
+
def __init__(self) -> None: ...
|
320
|
+
@property
|
321
|
+
def TypeId(self) -> typing.Any: ...
|
322
|
+
|
323
|
+
|
324
|
+
class DebuggerStepperBoundaryAttribute(Attribute):
|
325
|
+
def __init__(self) -> None: ...
|
326
|
+
@property
|
327
|
+
def TypeId(self) -> typing.Any: ...
|
328
|
+
|
329
|
+
|
330
|
+
class DebuggerStepThroughAttribute(Attribute):
|
331
|
+
def __init__(self) -> None: ...
|
332
|
+
@property
|
333
|
+
def TypeId(self) -> typing.Any: ...
|
334
|
+
|
335
|
+
|
336
|
+
class DebuggerTypeProxyAttribute(Attribute):
|
337
|
+
@typing.overload
|
338
|
+
def __init__(self, type: typing.Type[typing.Any]) -> None: ...
|
339
|
+
@typing.overload
|
340
|
+
def __init__(self, typeName: str) -> None: ...
|
341
|
+
@property
|
342
|
+
def ProxyTypeName(self) -> str: ...
|
343
|
+
@property
|
344
|
+
def Target(self) -> typing.Type[typing.Any]: ...
|
345
|
+
@Target.setter
|
346
|
+
def Target(self, value: typing.Type[typing.Any]) -> typing.Type[typing.Any]: ...
|
347
|
+
@property
|
348
|
+
def TargetTypeName(self) -> str: ...
|
349
|
+
@TargetTypeName.setter
|
350
|
+
def TargetTypeName(self, value: str) -> str: ...
|
351
|
+
@property
|
352
|
+
def TypeId(self) -> typing.Any: ...
|
353
|
+
|
354
|
+
|
355
|
+
class DebuggerVisualizerAttribute(Attribute):
|
356
|
+
@typing.overload
|
357
|
+
def __init__(self, visualizer: typing.Type[typing.Any]) -> None: ...
|
358
|
+
@typing.overload
|
359
|
+
def __init__(self, visualizer: typing.Type[typing.Any], visualizerObjectSource: typing.Type[typing.Any]) -> None: ...
|
360
|
+
@typing.overload
|
361
|
+
def __init__(self, visualizer: typing.Type[typing.Any], visualizerObjectSourceTypeName: str) -> None: ...
|
362
|
+
@typing.overload
|
363
|
+
def __init__(self, visualizerTypeName: str) -> None: ...
|
364
|
+
@typing.overload
|
365
|
+
def __init__(self, visualizerTypeName: str, visualizerObjectSource: typing.Type[typing.Any]) -> None: ...
|
366
|
+
@typing.overload
|
367
|
+
def __init__(self, visualizerTypeName: str, visualizerObjectSourceTypeName: str) -> None: ...
|
368
|
+
@property
|
369
|
+
def Description(self) -> str: ...
|
370
|
+
@Description.setter
|
371
|
+
def Description(self, value: str) -> str: ...
|
372
|
+
@property
|
373
|
+
def Target(self) -> typing.Type[typing.Any]: ...
|
374
|
+
@Target.setter
|
375
|
+
def Target(self, value: typing.Type[typing.Any]) -> typing.Type[typing.Any]: ...
|
376
|
+
@property
|
377
|
+
def TargetTypeName(self) -> str: ...
|
378
|
+
@TargetTypeName.setter
|
379
|
+
def TargetTypeName(self, value: str) -> str: ...
|
380
|
+
@property
|
381
|
+
def TypeId(self) -> typing.Any: ...
|
382
|
+
@property
|
383
|
+
def VisualizerObjectSourceTypeName(self) -> str: ...
|
384
|
+
@property
|
385
|
+
def VisualizerTypeName(self) -> str: ...
|
386
|
+
|
387
|
+
|
388
|
+
class DebugProvider:
|
389
|
+
def __init__(self) -> None: ...
|
390
|
+
def Fail(self, message: str, detailMessage: str) -> None: ...
|
391
|
+
@staticmethod
|
392
|
+
def FailCore(stackTrace: str, message: str, detailMessage: str, errorSource: str) -> None: ...
|
393
|
+
def OnIndentLevelChanged(self, indentLevel: int) -> None: ...
|
394
|
+
def OnIndentSizeChanged(self, indentSize: int) -> None: ...
|
395
|
+
def Write(self, message: str) -> None: ...
|
396
|
+
@staticmethod
|
397
|
+
def WriteCore(message: str) -> None: ...
|
398
|
+
def WriteLine(self, message: str) -> None: ...
|
399
|
+
|
400
|
+
|
401
|
+
class FileVersionInfo:
|
402
|
+
@property
|
403
|
+
def Comments(self) -> str: ...
|
404
|
+
@property
|
405
|
+
def CompanyName(self) -> str: ...
|
406
|
+
@property
|
407
|
+
def FileBuildPart(self) -> int: ...
|
408
|
+
@property
|
409
|
+
def FileDescription(self) -> str: ...
|
410
|
+
@property
|
411
|
+
def FileMajorPart(self) -> int: ...
|
412
|
+
@property
|
413
|
+
def FileMinorPart(self) -> int: ...
|
414
|
+
@property
|
415
|
+
def FileName(self) -> str: ...
|
416
|
+
@property
|
417
|
+
def FilePrivatePart(self) -> int: ...
|
418
|
+
@property
|
419
|
+
def FileVersion(self) -> str: ...
|
420
|
+
@property
|
421
|
+
def InternalName(self) -> str: ...
|
422
|
+
@property
|
423
|
+
def IsDebug(self) -> bool: ...
|
424
|
+
@property
|
425
|
+
def IsPatched(self) -> bool: ...
|
426
|
+
@property
|
427
|
+
def IsPreRelease(self) -> bool: ...
|
428
|
+
@property
|
429
|
+
def IsPrivateBuild(self) -> bool: ...
|
430
|
+
@property
|
431
|
+
def IsSpecialBuild(self) -> bool: ...
|
432
|
+
@property
|
433
|
+
def Language(self) -> str: ...
|
434
|
+
@property
|
435
|
+
def LegalCopyright(self) -> str: ...
|
436
|
+
@property
|
437
|
+
def LegalTrademarks(self) -> str: ...
|
438
|
+
@property
|
439
|
+
def OriginalFilename(self) -> str: ...
|
440
|
+
@property
|
441
|
+
def PrivateBuild(self) -> str: ...
|
442
|
+
@property
|
443
|
+
def ProductBuildPart(self) -> int: ...
|
444
|
+
@property
|
445
|
+
def ProductMajorPart(self) -> int: ...
|
446
|
+
@property
|
447
|
+
def ProductMinorPart(self) -> int: ...
|
448
|
+
@property
|
449
|
+
def ProductName(self) -> str: ...
|
450
|
+
@property
|
451
|
+
def ProductPrivatePart(self) -> int: ...
|
452
|
+
@property
|
453
|
+
def ProductVersion(self) -> str: ...
|
454
|
+
@property
|
455
|
+
def SpecialBuild(self) -> str: ...
|
456
|
+
@staticmethod
|
457
|
+
def GetVersionInfo(fileName: str) -> FileVersionInfo: ...
|
458
|
+
def ToString(self) -> str: ...
|
459
|
+
|
460
|
+
|
461
|
+
class Process(Component):
|
462
|
+
def __init__(self) -> None: ...
|
463
|
+
@property
|
464
|
+
def BasePriority(self) -> int: ...
|
465
|
+
@property
|
466
|
+
def Container(self) -> IContainer: ...
|
467
|
+
@property
|
468
|
+
def EnableRaisingEvents(self) -> bool: ...
|
469
|
+
@EnableRaisingEvents.setter
|
470
|
+
def EnableRaisingEvents(self, value: bool) -> bool: ...
|
471
|
+
@property
|
472
|
+
def ExitCode(self) -> int: ...
|
473
|
+
@property
|
474
|
+
def ExitTime(self) -> DateTime: ...
|
475
|
+
@property
|
476
|
+
def Handle(self) -> int: ...
|
477
|
+
@property
|
478
|
+
def HandleCount(self) -> int: ...
|
479
|
+
@property
|
480
|
+
def HasExited(self) -> bool: ...
|
481
|
+
@property
|
482
|
+
def Id(self) -> int: ...
|
483
|
+
@property
|
484
|
+
def MachineName(self) -> str: ...
|
485
|
+
@property
|
486
|
+
def MainModule(self) -> ProcessModule: ...
|
487
|
+
@property
|
488
|
+
def MainWindowHandle(self) -> int: ...
|
489
|
+
@property
|
490
|
+
def MainWindowTitle(self) -> str: ...
|
491
|
+
@property
|
492
|
+
def MaxWorkingSet(self) -> int: ...
|
493
|
+
@MaxWorkingSet.setter
|
494
|
+
def MaxWorkingSet(self, value: int) -> int: ...
|
495
|
+
@property
|
496
|
+
def MinWorkingSet(self) -> int: ...
|
497
|
+
@MinWorkingSet.setter
|
498
|
+
def MinWorkingSet(self, value: int) -> int: ...
|
499
|
+
@property
|
500
|
+
def Modules(self) -> ProcessModuleCollection: ...
|
501
|
+
@property
|
502
|
+
def NonpagedSystemMemorySize(self) -> int: ...
|
503
|
+
@property
|
504
|
+
def NonpagedSystemMemorySize64(self) -> int: ...
|
505
|
+
@property
|
506
|
+
def PagedMemorySize(self) -> int: ...
|
507
|
+
@property
|
508
|
+
def PagedMemorySize64(self) -> int: ...
|
509
|
+
@property
|
510
|
+
def PagedSystemMemorySize(self) -> int: ...
|
511
|
+
@property
|
512
|
+
def PagedSystemMemorySize64(self) -> int: ...
|
513
|
+
@property
|
514
|
+
def PeakPagedMemorySize(self) -> int: ...
|
515
|
+
@property
|
516
|
+
def PeakPagedMemorySize64(self) -> int: ...
|
517
|
+
@property
|
518
|
+
def PeakVirtualMemorySize(self) -> int: ...
|
519
|
+
@property
|
520
|
+
def PeakVirtualMemorySize64(self) -> int: ...
|
521
|
+
@property
|
522
|
+
def PeakWorkingSet(self) -> int: ...
|
523
|
+
@property
|
524
|
+
def PeakWorkingSet64(self) -> int: ...
|
525
|
+
@property
|
526
|
+
def PriorityBoostEnabled(self) -> bool: ...
|
527
|
+
@PriorityBoostEnabled.setter
|
528
|
+
def PriorityBoostEnabled(self, value: bool) -> bool: ...
|
529
|
+
@property
|
530
|
+
def PriorityClass(self) -> ProcessPriorityClass: ...
|
531
|
+
@PriorityClass.setter
|
532
|
+
def PriorityClass(self, value: ProcessPriorityClass) -> ProcessPriorityClass: ...
|
533
|
+
@property
|
534
|
+
def PrivateMemorySize(self) -> int: ...
|
535
|
+
@property
|
536
|
+
def PrivateMemorySize64(self) -> int: ...
|
537
|
+
@property
|
538
|
+
def PrivilegedProcessorTime(self) -> TimeSpan: ...
|
539
|
+
@property
|
540
|
+
def ProcessName(self) -> str: ...
|
541
|
+
@property
|
542
|
+
def ProcessorAffinity(self) -> int: ...
|
543
|
+
@ProcessorAffinity.setter
|
544
|
+
def ProcessorAffinity(self, value: int) -> int: ...
|
545
|
+
@property
|
546
|
+
def Responding(self) -> bool: ...
|
547
|
+
@property
|
548
|
+
def SafeHandle(self) -> SafeProcessHandle: ...
|
549
|
+
@property
|
550
|
+
def SessionId(self) -> int: ...
|
551
|
+
@property
|
552
|
+
def Site(self) -> ISite: ...
|
553
|
+
@Site.setter
|
554
|
+
def Site(self, value: ISite) -> ISite: ...
|
555
|
+
@property
|
556
|
+
def StandardError(self) -> StreamReader: ...
|
557
|
+
@property
|
558
|
+
def StandardInput(self) -> StreamWriter: ...
|
559
|
+
@property
|
560
|
+
def StandardOutput(self) -> StreamReader: ...
|
561
|
+
@property
|
562
|
+
def StartInfo(self) -> ProcessStartInfo: ...
|
563
|
+
@StartInfo.setter
|
564
|
+
def StartInfo(self, value: ProcessStartInfo) -> ProcessStartInfo: ...
|
565
|
+
@property
|
566
|
+
def StartTime(self) -> DateTime: ...
|
567
|
+
@property
|
568
|
+
def SynchronizingObject(self) -> ISynchronizeInvoke: ...
|
569
|
+
@SynchronizingObject.setter
|
570
|
+
def SynchronizingObject(self, value: ISynchronizeInvoke) -> ISynchronizeInvoke: ...
|
571
|
+
@property
|
572
|
+
def Threads(self) -> ProcessThreadCollection: ...
|
573
|
+
@property
|
574
|
+
def TotalProcessorTime(self) -> TimeSpan: ...
|
575
|
+
@property
|
576
|
+
def UserProcessorTime(self) -> TimeSpan: ...
|
577
|
+
@property
|
578
|
+
def VirtualMemorySize(self) -> int: ...
|
579
|
+
@property
|
580
|
+
def VirtualMemorySize64(self) -> int: ...
|
581
|
+
@property
|
582
|
+
def WorkingSet(self) -> int: ...
|
583
|
+
@property
|
584
|
+
def WorkingSet64(self) -> int: ...
|
585
|
+
def BeginErrorReadLine(self) -> None: ...
|
586
|
+
def BeginOutputReadLine(self) -> None: ...
|
587
|
+
def CancelErrorRead(self) -> None: ...
|
588
|
+
def CancelOutputRead(self) -> None: ...
|
589
|
+
def Close(self) -> None: ...
|
590
|
+
def CloseMainWindow(self) -> bool: ...
|
591
|
+
@staticmethod
|
592
|
+
def EnterDebugMode() -> None: ...
|
593
|
+
@staticmethod
|
594
|
+
def GetCurrentProcess() -> Process: ...
|
595
|
+
@staticmethod
|
596
|
+
def LeaveDebugMode() -> None: ...
|
597
|
+
def Refresh(self) -> None: ...
|
598
|
+
def ToString(self) -> str: ...
|
599
|
+
def WaitForExitAsync(self, cancellationToken: CancellationToken = ...) -> Task: ...
|
600
|
+
# Skipped GetProcessById due to it being static, abstract and generic.
|
601
|
+
|
602
|
+
GetProcessById : GetProcessById_MethodGroup
|
603
|
+
class GetProcessById_MethodGroup:
|
604
|
+
@typing.overload
|
605
|
+
def __call__(self, processId: int) -> Process:...
|
606
|
+
@typing.overload
|
607
|
+
def __call__(self, processId: int, machineName: str) -> Process:...
|
608
|
+
|
609
|
+
# Skipped GetProcesses due to it being static, abstract and generic.
|
610
|
+
|
611
|
+
GetProcesses : GetProcesses_MethodGroup
|
612
|
+
class GetProcesses_MethodGroup:
|
613
|
+
@typing.overload
|
614
|
+
def __call__(self) -> Array_1[Process]:...
|
615
|
+
@typing.overload
|
616
|
+
def __call__(self, machineName: str) -> Array_1[Process]:...
|
617
|
+
|
618
|
+
# Skipped GetProcessesByName due to it being static, abstract and generic.
|
619
|
+
|
620
|
+
GetProcessesByName : GetProcessesByName_MethodGroup
|
621
|
+
class GetProcessesByName_MethodGroup:
|
622
|
+
@typing.overload
|
623
|
+
def __call__(self, processName: str) -> Array_1[Process]:...
|
624
|
+
@typing.overload
|
625
|
+
def __call__(self, processName: str, machineName: str) -> Array_1[Process]:...
|
626
|
+
|
627
|
+
# Skipped Kill due to it being static, abstract and generic.
|
628
|
+
|
629
|
+
Kill : Kill_MethodGroup
|
630
|
+
class Kill_MethodGroup:
|
631
|
+
@typing.overload
|
632
|
+
def __call__(self) -> None:...
|
633
|
+
@typing.overload
|
634
|
+
def __call__(self, entireProcessTree: bool) -> None:...
|
635
|
+
|
636
|
+
# Skipped Start due to it being static, abstract and generic.
|
637
|
+
|
638
|
+
Start : Start_MethodGroup
|
639
|
+
class Start_MethodGroup:
|
640
|
+
@typing.overload
|
641
|
+
def __call__(self) -> bool:...
|
642
|
+
@typing.overload
|
643
|
+
def __call__(self, fileName: str) -> Process:...
|
644
|
+
@typing.overload
|
645
|
+
def __call__(self, startInfo: ProcessStartInfo) -> Process:...
|
646
|
+
@typing.overload
|
647
|
+
def __call__(self, fileName: str, arguments: str) -> Process:...
|
648
|
+
@typing.overload
|
649
|
+
def __call__(self, fileName: str, arguments: IEnumerable_1[str]) -> Process:...
|
650
|
+
@typing.overload
|
651
|
+
def __call__(self, fileName: str, userName: str, password: SecureString, domain: str) -> Process:...
|
652
|
+
@typing.overload
|
653
|
+
def __call__(self, fileName: str, arguments: str, userName: str, password: SecureString, domain: str) -> Process:...
|
654
|
+
|
655
|
+
# Skipped WaitForExit due to it being static, abstract and generic.
|
656
|
+
|
657
|
+
WaitForExit : WaitForExit_MethodGroup
|
658
|
+
class WaitForExit_MethodGroup:
|
659
|
+
@typing.overload
|
660
|
+
def __call__(self) -> None:...
|
661
|
+
@typing.overload
|
662
|
+
def __call__(self, milliseconds: int) -> bool:...
|
663
|
+
@typing.overload
|
664
|
+
def __call__(self, timeout: TimeSpan) -> bool:...
|
665
|
+
|
666
|
+
# Skipped WaitForInputIdle due to it being static, abstract and generic.
|
667
|
+
|
668
|
+
WaitForInputIdle : WaitForInputIdle_MethodGroup
|
669
|
+
class WaitForInputIdle_MethodGroup:
|
670
|
+
@typing.overload
|
671
|
+
def __call__(self) -> bool:...
|
672
|
+
@typing.overload
|
673
|
+
def __call__(self, milliseconds: int) -> bool:...
|
674
|
+
@typing.overload
|
675
|
+
def __call__(self, timeout: TimeSpan) -> bool:...
|
676
|
+
|
677
|
+
|
678
|
+
|
679
|
+
class ProcessModule(Component):
|
680
|
+
@property
|
681
|
+
def BaseAddress(self) -> int: ...
|
682
|
+
@BaseAddress.setter
|
683
|
+
def BaseAddress(self, value: int) -> int: ...
|
684
|
+
@property
|
685
|
+
def Container(self) -> IContainer: ...
|
686
|
+
@property
|
687
|
+
def EntryPointAddress(self) -> int: ...
|
688
|
+
@EntryPointAddress.setter
|
689
|
+
def EntryPointAddress(self, value: int) -> int: ...
|
690
|
+
@property
|
691
|
+
def FileName(self) -> str: ...
|
692
|
+
@property
|
693
|
+
def FileVersionInfo(self) -> FileVersionInfo: ...
|
694
|
+
@property
|
695
|
+
def ModuleMemorySize(self) -> int: ...
|
696
|
+
@ModuleMemorySize.setter
|
697
|
+
def ModuleMemorySize(self, value: int) -> int: ...
|
698
|
+
@property
|
699
|
+
def ModuleName(self) -> str: ...
|
700
|
+
@property
|
701
|
+
def Site(self) -> ISite: ...
|
702
|
+
@Site.setter
|
703
|
+
def Site(self, value: ISite) -> ISite: ...
|
704
|
+
def ToString(self) -> str: ...
|
705
|
+
|
706
|
+
|
707
|
+
class ProcessModuleCollection(ReadOnlyCollectionBase):
|
708
|
+
def __init__(self, processModules: Array_1[ProcessModule]) -> None: ...
|
709
|
+
@property
|
710
|
+
def Count(self) -> int: ...
|
711
|
+
@property
|
712
|
+
def Item(self) -> ProcessModule: ...
|
713
|
+
def Contains(self, module: ProcessModule) -> bool: ...
|
714
|
+
def CopyTo(self, array: Array_1[ProcessModule], index: int) -> None: ...
|
715
|
+
def IndexOf(self, module: ProcessModule) -> int: ...
|
716
|
+
|
717
|
+
|
718
|
+
class ProcessPriorityClass(typing.SupportsInt):
|
719
|
+
@typing.overload
|
720
|
+
def __init__(self, value : int) -> None: ...
|
721
|
+
@typing.overload
|
722
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
723
|
+
def __int__(self) -> int: ...
|
724
|
+
|
725
|
+
# Values:
|
726
|
+
Normal : ProcessPriorityClass # 32
|
727
|
+
Idle : ProcessPriorityClass # 64
|
728
|
+
High : ProcessPriorityClass # 128
|
729
|
+
RealTime : ProcessPriorityClass # 256
|
730
|
+
BelowNormal : ProcessPriorityClass # 16384
|
731
|
+
AboveNormal : ProcessPriorityClass # 32768
|
732
|
+
|
733
|
+
|
734
|
+
class ProcessStartInfo:
|
735
|
+
@typing.overload
|
736
|
+
def __init__(self) -> None: ...
|
737
|
+
@typing.overload
|
738
|
+
def __init__(self, fileName: str) -> None: ...
|
739
|
+
@typing.overload
|
740
|
+
def __init__(self, fileName: str, arguments: str) -> None: ...
|
741
|
+
@typing.overload
|
742
|
+
def __init__(self, fileName: str, arguments: IEnumerable_1[str]) -> None: ...
|
743
|
+
@property
|
744
|
+
def ArgumentList(self) -> Collection_1[str]: ...
|
745
|
+
@property
|
746
|
+
def Arguments(self) -> str: ...
|
747
|
+
@Arguments.setter
|
748
|
+
def Arguments(self, value: str) -> str: ...
|
749
|
+
@property
|
750
|
+
def CreateNoWindow(self) -> bool: ...
|
751
|
+
@CreateNoWindow.setter
|
752
|
+
def CreateNoWindow(self, value: bool) -> bool: ...
|
753
|
+
@property
|
754
|
+
def Domain(self) -> str: ...
|
755
|
+
@Domain.setter
|
756
|
+
def Domain(self, value: str) -> str: ...
|
757
|
+
@property
|
758
|
+
def Environment(self) -> IDictionary_2[str, str]: ...
|
759
|
+
@property
|
760
|
+
def EnvironmentVariables(self) -> StringDictionary: ...
|
761
|
+
@property
|
762
|
+
def ErrorDialog(self) -> bool: ...
|
763
|
+
@ErrorDialog.setter
|
764
|
+
def ErrorDialog(self, value: bool) -> bool: ...
|
765
|
+
@property
|
766
|
+
def ErrorDialogParentHandle(self) -> int: ...
|
767
|
+
@ErrorDialogParentHandle.setter
|
768
|
+
def ErrorDialogParentHandle(self, value: int) -> int: ...
|
769
|
+
@property
|
770
|
+
def FileName(self) -> str: ...
|
771
|
+
@FileName.setter
|
772
|
+
def FileName(self, value: str) -> str: ...
|
773
|
+
@property
|
774
|
+
def LoadUserProfile(self) -> bool: ...
|
775
|
+
@LoadUserProfile.setter
|
776
|
+
def LoadUserProfile(self, value: bool) -> bool: ...
|
777
|
+
@property
|
778
|
+
def Password(self) -> SecureString: ...
|
779
|
+
@Password.setter
|
780
|
+
def Password(self, value: SecureString) -> SecureString: ...
|
781
|
+
@property
|
782
|
+
def PasswordInClearText(self) -> str: ...
|
783
|
+
@PasswordInClearText.setter
|
784
|
+
def PasswordInClearText(self, value: str) -> str: ...
|
785
|
+
@property
|
786
|
+
def RedirectStandardError(self) -> bool: ...
|
787
|
+
@RedirectStandardError.setter
|
788
|
+
def RedirectStandardError(self, value: bool) -> bool: ...
|
789
|
+
@property
|
790
|
+
def RedirectStandardInput(self) -> bool: ...
|
791
|
+
@RedirectStandardInput.setter
|
792
|
+
def RedirectStandardInput(self, value: bool) -> bool: ...
|
793
|
+
@property
|
794
|
+
def RedirectStandardOutput(self) -> bool: ...
|
795
|
+
@RedirectStandardOutput.setter
|
796
|
+
def RedirectStandardOutput(self, value: bool) -> bool: ...
|
797
|
+
@property
|
798
|
+
def StandardErrorEncoding(self) -> Encoding: ...
|
799
|
+
@StandardErrorEncoding.setter
|
800
|
+
def StandardErrorEncoding(self, value: Encoding) -> Encoding: ...
|
801
|
+
@property
|
802
|
+
def StandardInputEncoding(self) -> Encoding: ...
|
803
|
+
@StandardInputEncoding.setter
|
804
|
+
def StandardInputEncoding(self, value: Encoding) -> Encoding: ...
|
805
|
+
@property
|
806
|
+
def StandardOutputEncoding(self) -> Encoding: ...
|
807
|
+
@StandardOutputEncoding.setter
|
808
|
+
def StandardOutputEncoding(self, value: Encoding) -> Encoding: ...
|
809
|
+
@property
|
810
|
+
def UseCredentialsForNetworkingOnly(self) -> bool: ...
|
811
|
+
@UseCredentialsForNetworkingOnly.setter
|
812
|
+
def UseCredentialsForNetworkingOnly(self, value: bool) -> bool: ...
|
813
|
+
@property
|
814
|
+
def UserName(self) -> str: ...
|
815
|
+
@UserName.setter
|
816
|
+
def UserName(self, value: str) -> str: ...
|
817
|
+
@property
|
818
|
+
def UseShellExecute(self) -> bool: ...
|
819
|
+
@UseShellExecute.setter
|
820
|
+
def UseShellExecute(self, value: bool) -> bool: ...
|
821
|
+
@property
|
822
|
+
def Verb(self) -> str: ...
|
823
|
+
@Verb.setter
|
824
|
+
def Verb(self, value: str) -> str: ...
|
825
|
+
@property
|
826
|
+
def Verbs(self) -> Array_1[str]: ...
|
827
|
+
@property
|
828
|
+
def WindowStyle(self) -> ProcessWindowStyle: ...
|
829
|
+
@WindowStyle.setter
|
830
|
+
def WindowStyle(self, value: ProcessWindowStyle) -> ProcessWindowStyle: ...
|
831
|
+
@property
|
832
|
+
def WorkingDirectory(self) -> str: ...
|
833
|
+
@WorkingDirectory.setter
|
834
|
+
def WorkingDirectory(self, value: str) -> str: ...
|
835
|
+
|
836
|
+
|
837
|
+
class ProcessThread(Component):
|
838
|
+
@property
|
839
|
+
def BasePriority(self) -> int: ...
|
840
|
+
@property
|
841
|
+
def Container(self) -> IContainer: ...
|
842
|
+
@property
|
843
|
+
def CurrentPriority(self) -> int: ...
|
844
|
+
@property
|
845
|
+
def Id(self) -> int: ...
|
846
|
+
@property
|
847
|
+
def IdealProcessor(self) -> None: ...
|
848
|
+
@IdealProcessor.setter
|
849
|
+
def IdealProcessor(self, value: int) -> None: ...
|
850
|
+
@property
|
851
|
+
def PriorityBoostEnabled(self) -> bool: ...
|
852
|
+
@PriorityBoostEnabled.setter
|
853
|
+
def PriorityBoostEnabled(self, value: bool) -> bool: ...
|
854
|
+
@property
|
855
|
+
def PriorityLevel(self) -> ThreadPriorityLevel: ...
|
856
|
+
@PriorityLevel.setter
|
857
|
+
def PriorityLevel(self, value: ThreadPriorityLevel) -> ThreadPriorityLevel: ...
|
858
|
+
@property
|
859
|
+
def PrivilegedProcessorTime(self) -> TimeSpan: ...
|
860
|
+
@property
|
861
|
+
def ProcessorAffinity(self) -> None: ...
|
862
|
+
@ProcessorAffinity.setter
|
863
|
+
def ProcessorAffinity(self, value: int) -> None: ...
|
864
|
+
@property
|
865
|
+
def Site(self) -> ISite: ...
|
866
|
+
@Site.setter
|
867
|
+
def Site(self, value: ISite) -> ISite: ...
|
868
|
+
@property
|
869
|
+
def StartAddress(self) -> int: ...
|
870
|
+
@property
|
871
|
+
def StartTime(self) -> DateTime: ...
|
872
|
+
@property
|
873
|
+
def ThreadState(self) -> ThreadState: ...
|
874
|
+
@property
|
875
|
+
def TotalProcessorTime(self) -> TimeSpan: ...
|
876
|
+
@property
|
877
|
+
def UserProcessorTime(self) -> TimeSpan: ...
|
878
|
+
@property
|
879
|
+
def WaitReason(self) -> ThreadWaitReason: ...
|
880
|
+
def ResetIdealProcessor(self) -> None: ...
|
881
|
+
|
882
|
+
|
883
|
+
class ProcessThreadCollection(ReadOnlyCollectionBase):
|
884
|
+
def __init__(self, processThreads: Array_1[ProcessThread]) -> None: ...
|
885
|
+
@property
|
886
|
+
def Count(self) -> int: ...
|
887
|
+
@property
|
888
|
+
def Item(self) -> ProcessThread: ...
|
889
|
+
def Add(self, thread: ProcessThread) -> int: ...
|
890
|
+
def Contains(self, thread: ProcessThread) -> bool: ...
|
891
|
+
def CopyTo(self, array: Array_1[ProcessThread], index: int) -> None: ...
|
892
|
+
def IndexOf(self, thread: ProcessThread) -> int: ...
|
893
|
+
def Insert(self, index: int, thread: ProcessThread) -> None: ...
|
894
|
+
def Remove(self, thread: ProcessThread) -> None: ...
|
895
|
+
|
896
|
+
|
897
|
+
class ProcessWindowStyle(typing.SupportsInt):
|
898
|
+
@typing.overload
|
899
|
+
def __init__(self, value : int) -> None: ...
|
900
|
+
@typing.overload
|
901
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
902
|
+
def __int__(self) -> int: ...
|
903
|
+
|
904
|
+
# Values:
|
905
|
+
Normal : ProcessWindowStyle # 0
|
906
|
+
Hidden : ProcessWindowStyle # 1
|
907
|
+
Minimized : ProcessWindowStyle # 2
|
908
|
+
Maximized : ProcessWindowStyle # 3
|
909
|
+
|
910
|
+
|
911
|
+
class StackFrame:
|
912
|
+
# Constructor .ctor(skipFrames : Int32) was skipped since it collides with above method
|
913
|
+
@typing.overload
|
914
|
+
def __init__(self) -> None: ...
|
915
|
+
@typing.overload
|
916
|
+
def __init__(self, fileName: str, lineNumber: int) -> None: ...
|
917
|
+
@typing.overload
|
918
|
+
def __init__(self, fileName: str, lineNumber: int, colNumber: int) -> None: ...
|
919
|
+
@typing.overload
|
920
|
+
def __init__(self, needFileInfo: bool) -> None: ...
|
921
|
+
@typing.overload
|
922
|
+
def __init__(self, skipFrames: int, needFileInfo: bool) -> None: ...
|
923
|
+
OFFSET_UNKNOWN : int
|
924
|
+
def GetFileColumnNumber(self) -> int: ...
|
925
|
+
def GetFileLineNumber(self) -> int: ...
|
926
|
+
def GetFileName(self) -> str: ...
|
927
|
+
def GetILOffset(self) -> int: ...
|
928
|
+
def GetMethod(self) -> MethodBase: ...
|
929
|
+
def GetNativeOffset(self) -> int: ...
|
930
|
+
def ToString(self) -> str: ...
|
931
|
+
|
932
|
+
|
933
|
+
class StackFrameExtensions(abc.ABC):
|
934
|
+
@staticmethod
|
935
|
+
def GetNativeImageBase(stackFrame: StackFrame) -> int: ...
|
936
|
+
@staticmethod
|
937
|
+
def GetNativeIP(stackFrame: StackFrame) -> int: ...
|
938
|
+
@staticmethod
|
939
|
+
def HasILOffset(stackFrame: StackFrame) -> bool: ...
|
940
|
+
@staticmethod
|
941
|
+
def HasMethod(stackFrame: StackFrame) -> bool: ...
|
942
|
+
@staticmethod
|
943
|
+
def HasNativeImage(stackFrame: StackFrame) -> bool: ...
|
944
|
+
@staticmethod
|
945
|
+
def HasSource(stackFrame: StackFrame) -> bool: ...
|
946
|
+
|
947
|
+
|
948
|
+
class StackTrace:
|
949
|
+
# Constructor .ctor(e : Exception, skipFrames : Int32) was skipped since it collides with above method
|
950
|
+
# Constructor .ctor(skipFrames : Int32) was skipped since it collides with above method
|
951
|
+
@typing.overload
|
952
|
+
def __init__(self) -> None: ...
|
953
|
+
@typing.overload
|
954
|
+
def __init__(self, e: Exception) -> None: ...
|
955
|
+
@typing.overload
|
956
|
+
def __init__(self, e: Exception, fNeedFileInfo: bool) -> None: ...
|
957
|
+
@typing.overload
|
958
|
+
def __init__(self, e: Exception, skipFrames: int, fNeedFileInfo: bool) -> None: ...
|
959
|
+
@typing.overload
|
960
|
+
def __init__(self, fNeedFileInfo: bool) -> None: ...
|
961
|
+
@typing.overload
|
962
|
+
def __init__(self, frame: StackFrame) -> None: ...
|
963
|
+
@typing.overload
|
964
|
+
def __init__(self, frames: IEnumerable_1[StackFrame]) -> None: ...
|
965
|
+
@typing.overload
|
966
|
+
def __init__(self, skipFrames: int, fNeedFileInfo: bool) -> None: ...
|
967
|
+
METHODS_TO_SKIP : int
|
968
|
+
@property
|
969
|
+
def FrameCount(self) -> int: ...
|
970
|
+
def GetFrame(self, index: int) -> StackFrame: ...
|
971
|
+
def GetFrames(self) -> Array_1[StackFrame]: ...
|
972
|
+
def ToString(self) -> str: ...
|
973
|
+
|
974
|
+
|
975
|
+
class StackTraceHiddenAttribute(Attribute):
|
976
|
+
def __init__(self) -> None: ...
|
977
|
+
@property
|
978
|
+
def TypeId(self) -> typing.Any: ...
|
979
|
+
|
980
|
+
|
981
|
+
class Stopwatch:
|
982
|
+
def __init__(self) -> None: ...
|
983
|
+
Frequency : int
|
984
|
+
IsHighResolution : bool
|
985
|
+
@property
|
986
|
+
def Elapsed(self) -> TimeSpan: ...
|
987
|
+
@property
|
988
|
+
def ElapsedMilliseconds(self) -> int: ...
|
989
|
+
@property
|
990
|
+
def ElapsedTicks(self) -> int: ...
|
991
|
+
@property
|
992
|
+
def IsRunning(self) -> bool: ...
|
993
|
+
@staticmethod
|
994
|
+
def GetTimestamp() -> int: ...
|
995
|
+
def Reset(self) -> None: ...
|
996
|
+
def Restart(self) -> None: ...
|
997
|
+
def Start(self) -> None: ...
|
998
|
+
@staticmethod
|
999
|
+
def StartNew() -> Stopwatch: ...
|
1000
|
+
def Stop(self) -> None: ...
|
1001
|
+
def ToString(self) -> str: ...
|
1002
|
+
# Skipped GetElapsedTime due to it being static, abstract and generic.
|
1003
|
+
|
1004
|
+
GetElapsedTime : GetElapsedTime_MethodGroup
|
1005
|
+
class GetElapsedTime_MethodGroup:
|
1006
|
+
@typing.overload
|
1007
|
+
def __call__(self, startingTimestamp: int) -> TimeSpan:...
|
1008
|
+
@typing.overload
|
1009
|
+
def __call__(self, startingTimestamp: int, endingTimestamp: int) -> TimeSpan:...
|
1010
|
+
|
1011
|
+
|
1012
|
+
|
1013
|
+
class ThreadPriorityLevel(typing.SupportsInt):
|
1014
|
+
@typing.overload
|
1015
|
+
def __init__(self, value : int) -> None: ...
|
1016
|
+
@typing.overload
|
1017
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
1018
|
+
def __int__(self) -> int: ...
|
1019
|
+
|
1020
|
+
# Values:
|
1021
|
+
Normal : ThreadPriorityLevel # 0
|
1022
|
+
AboveNormal : ThreadPriorityLevel # 1
|
1023
|
+
Highest : ThreadPriorityLevel # 2
|
1024
|
+
TimeCritical : ThreadPriorityLevel # 15
|
1025
|
+
Idle : ThreadPriorityLevel # -15
|
1026
|
+
Lowest : ThreadPriorityLevel # -2
|
1027
|
+
BelowNormal : ThreadPriorityLevel # -1
|
1028
|
+
|
1029
|
+
|
1030
|
+
class ThreadState(typing.SupportsInt):
|
1031
|
+
@typing.overload
|
1032
|
+
def __init__(self, value : int) -> None: ...
|
1033
|
+
@typing.overload
|
1034
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
1035
|
+
def __int__(self) -> int: ...
|
1036
|
+
|
1037
|
+
# Values:
|
1038
|
+
Initialized : ThreadState # 0
|
1039
|
+
Ready : ThreadState # 1
|
1040
|
+
Running : ThreadState # 2
|
1041
|
+
Standby : ThreadState # 3
|
1042
|
+
Terminated : ThreadState # 4
|
1043
|
+
Wait : ThreadState # 5
|
1044
|
+
Transition : ThreadState # 6
|
1045
|
+
Unknown : ThreadState # 7
|
1046
|
+
|
1047
|
+
|
1048
|
+
class ThreadWaitReason(typing.SupportsInt):
|
1049
|
+
@typing.overload
|
1050
|
+
def __init__(self, value : int) -> None: ...
|
1051
|
+
@typing.overload
|
1052
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
1053
|
+
def __int__(self) -> int: ...
|
1054
|
+
|
1055
|
+
# Values:
|
1056
|
+
Executive : ThreadWaitReason # 0
|
1057
|
+
FreePage : ThreadWaitReason # 1
|
1058
|
+
PageIn : ThreadWaitReason # 2
|
1059
|
+
SystemAllocation : ThreadWaitReason # 3
|
1060
|
+
ExecutionDelay : ThreadWaitReason # 4
|
1061
|
+
Suspended : ThreadWaitReason # 5
|
1062
|
+
UserRequest : ThreadWaitReason # 6
|
1063
|
+
EventPairHigh : ThreadWaitReason # 7
|
1064
|
+
EventPairLow : ThreadWaitReason # 8
|
1065
|
+
LpcReceive : ThreadWaitReason # 9
|
1066
|
+
LpcReply : ThreadWaitReason # 10
|
1067
|
+
VirtualMemory : ThreadWaitReason # 11
|
1068
|
+
PageOut : ThreadWaitReason # 12
|
1069
|
+
Unknown : ThreadWaitReason # 13
|
1070
|
+
|
1071
|
+
|
1072
|
+
class UnreachableException(Exception):
|
1073
|
+
@typing.overload
|
1074
|
+
def __init__(self) -> None: ...
|
1075
|
+
@typing.overload
|
1076
|
+
def __init__(self, message: str) -> None: ...
|
1077
|
+
@typing.overload
|
1078
|
+
def __init__(self, message: str, innerException: Exception) -> None: ...
|
1079
|
+
@property
|
1080
|
+
def Data(self) -> IDictionary: ...
|
1081
|
+
@property
|
1082
|
+
def HelpLink(self) -> str: ...
|
1083
|
+
@HelpLink.setter
|
1084
|
+
def HelpLink(self, value: str) -> str: ...
|
1085
|
+
@property
|
1086
|
+
def HResult(self) -> int: ...
|
1087
|
+
@HResult.setter
|
1088
|
+
def HResult(self, value: int) -> int: ...
|
1089
|
+
@property
|
1090
|
+
def InnerException(self) -> Exception: ...
|
1091
|
+
@property
|
1092
|
+
def Message(self) -> str: ...
|
1093
|
+
@property
|
1094
|
+
def Source(self) -> str: ...
|
1095
|
+
@Source.setter
|
1096
|
+
def Source(self, value: str) -> str: ...
|
1097
|
+
@property
|
1098
|
+
def StackTrace(self) -> str: ...
|
1099
|
+
@property
|
1100
|
+
def TargetSite(self) -> MethodBase: ...
|
1101
|
+
|