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,1590 @@
|
|
1
|
+
import typing, clr, abc
|
2
|
+
from System.Buffers import OperationStatus
|
3
|
+
from System import ReadOnlySpan_1, Span_1, Range, Array_1, ArgumentException, Exception, ICloneable, ISpanFormattable, IUtf8SpanFormattable, IEquatable_1, IComparable_1, IComparable, Decimal, ReadOnlyMemory_1, IFormatProvider
|
4
|
+
from System.Collections import IDictionary
|
5
|
+
from System.Reflection import MethodBase
|
6
|
+
from System.IO import Stream
|
7
|
+
from System.Collections.Generic import IEnumerable_1, IEnumerator_1
|
8
|
+
from System.Globalization import UnicodeCategory, CultureInfo
|
9
|
+
from System.Runtime.Serialization import ISerializable
|
10
|
+
|
11
|
+
class Ascii(abc.ABC):
|
12
|
+
@staticmethod
|
13
|
+
def FromUtf16(source: ReadOnlySpan_1[str], destination: Span_1[int], bytesWritten: clr.Reference[int]) -> OperationStatus: ...
|
14
|
+
@staticmethod
|
15
|
+
def ToUtf16(source: ReadOnlySpan_1[int], destination: Span_1[str], charsWritten: clr.Reference[int]) -> OperationStatus: ...
|
16
|
+
# Skipped Equals due to it being static, abstract and generic.
|
17
|
+
|
18
|
+
Equals : Equals_MethodGroup
|
19
|
+
class Equals_MethodGroup:
|
20
|
+
@typing.overload
|
21
|
+
def __call__(self, left: ReadOnlySpan_1[int], right: ReadOnlySpan_1[int]) -> bool:...
|
22
|
+
@typing.overload
|
23
|
+
def __call__(self, left: ReadOnlySpan_1[int], right: ReadOnlySpan_1[str]) -> bool:...
|
24
|
+
@typing.overload
|
25
|
+
def __call__(self, left: ReadOnlySpan_1[str], right: ReadOnlySpan_1[int]) -> bool:...
|
26
|
+
@typing.overload
|
27
|
+
def __call__(self, left: ReadOnlySpan_1[str], right: ReadOnlySpan_1[str]) -> bool:...
|
28
|
+
|
29
|
+
# Skipped EqualsIgnoreCase due to it being static, abstract and generic.
|
30
|
+
|
31
|
+
EqualsIgnoreCase : EqualsIgnoreCase_MethodGroup
|
32
|
+
class EqualsIgnoreCase_MethodGroup:
|
33
|
+
@typing.overload
|
34
|
+
def __call__(self, left: ReadOnlySpan_1[int], right: ReadOnlySpan_1[int]) -> bool:...
|
35
|
+
@typing.overload
|
36
|
+
def __call__(self, left: ReadOnlySpan_1[int], right: ReadOnlySpan_1[str]) -> bool:...
|
37
|
+
@typing.overload
|
38
|
+
def __call__(self, left: ReadOnlySpan_1[str], right: ReadOnlySpan_1[int]) -> bool:...
|
39
|
+
@typing.overload
|
40
|
+
def __call__(self, left: ReadOnlySpan_1[str], right: ReadOnlySpan_1[str]) -> bool:...
|
41
|
+
|
42
|
+
# Skipped IsValid due to it being static, abstract and generic.
|
43
|
+
|
44
|
+
IsValid : IsValid_MethodGroup
|
45
|
+
class IsValid_MethodGroup:
|
46
|
+
@typing.overload
|
47
|
+
def __call__(self, value: int) -> bool:...
|
48
|
+
@typing.overload
|
49
|
+
def __call__(self, value: str) -> bool:...
|
50
|
+
@typing.overload
|
51
|
+
def __call__(self, value: ReadOnlySpan_1[int]) -> bool:...
|
52
|
+
@typing.overload
|
53
|
+
def __call__(self, value: ReadOnlySpan_1[str]) -> bool:...
|
54
|
+
|
55
|
+
# Skipped ToLower due to it being static, abstract and generic.
|
56
|
+
|
57
|
+
ToLower : ToLower_MethodGroup
|
58
|
+
class ToLower_MethodGroup:
|
59
|
+
@typing.overload
|
60
|
+
def __call__(self, source: ReadOnlySpan_1[int], destination: Span_1[int], bytesWritten: clr.Reference[int]) -> OperationStatus:...
|
61
|
+
@typing.overload
|
62
|
+
def __call__(self, source: ReadOnlySpan_1[str], destination: Span_1[int], bytesWritten: clr.Reference[int]) -> OperationStatus:...
|
63
|
+
@typing.overload
|
64
|
+
def __call__(self, source: ReadOnlySpan_1[str], destination: Span_1[str], charsWritten: clr.Reference[int]) -> OperationStatus:...
|
65
|
+
@typing.overload
|
66
|
+
def __call__(self, source: ReadOnlySpan_1[int], destination: Span_1[str], charsWritten: clr.Reference[int]) -> OperationStatus:...
|
67
|
+
|
68
|
+
# Skipped ToLowerInPlace due to it being static, abstract and generic.
|
69
|
+
|
70
|
+
ToLowerInPlace : ToLowerInPlace_MethodGroup
|
71
|
+
class ToLowerInPlace_MethodGroup:
|
72
|
+
@typing.overload
|
73
|
+
def __call__(self, value: Span_1[int], bytesWritten: clr.Reference[int]) -> OperationStatus:...
|
74
|
+
@typing.overload
|
75
|
+
def __call__(self, value: Span_1[str], charsWritten: clr.Reference[int]) -> OperationStatus:...
|
76
|
+
|
77
|
+
# Skipped ToUpper due to it being static, abstract and generic.
|
78
|
+
|
79
|
+
ToUpper : ToUpper_MethodGroup
|
80
|
+
class ToUpper_MethodGroup:
|
81
|
+
@typing.overload
|
82
|
+
def __call__(self, source: ReadOnlySpan_1[int], destination: Span_1[int], bytesWritten: clr.Reference[int]) -> OperationStatus:...
|
83
|
+
@typing.overload
|
84
|
+
def __call__(self, source: ReadOnlySpan_1[str], destination: Span_1[int], bytesWritten: clr.Reference[int]) -> OperationStatus:...
|
85
|
+
@typing.overload
|
86
|
+
def __call__(self, source: ReadOnlySpan_1[str], destination: Span_1[str], charsWritten: clr.Reference[int]) -> OperationStatus:...
|
87
|
+
@typing.overload
|
88
|
+
def __call__(self, source: ReadOnlySpan_1[int], destination: Span_1[str], charsWritten: clr.Reference[int]) -> OperationStatus:...
|
89
|
+
|
90
|
+
# Skipped ToUpperInPlace due to it being static, abstract and generic.
|
91
|
+
|
92
|
+
ToUpperInPlace : ToUpperInPlace_MethodGroup
|
93
|
+
class ToUpperInPlace_MethodGroup:
|
94
|
+
@typing.overload
|
95
|
+
def __call__(self, value: Span_1[int], bytesWritten: clr.Reference[int]) -> OperationStatus:...
|
96
|
+
@typing.overload
|
97
|
+
def __call__(self, value: Span_1[str], charsWritten: clr.Reference[int]) -> OperationStatus:...
|
98
|
+
|
99
|
+
# Skipped Trim due to it being static, abstract and generic.
|
100
|
+
|
101
|
+
Trim : Trim_MethodGroup
|
102
|
+
class Trim_MethodGroup:
|
103
|
+
@typing.overload
|
104
|
+
def __call__(self, value: ReadOnlySpan_1[int]) -> Range:...
|
105
|
+
@typing.overload
|
106
|
+
def __call__(self, value: ReadOnlySpan_1[str]) -> Range:...
|
107
|
+
|
108
|
+
# Skipped TrimEnd due to it being static, abstract and generic.
|
109
|
+
|
110
|
+
TrimEnd : TrimEnd_MethodGroup
|
111
|
+
class TrimEnd_MethodGroup:
|
112
|
+
@typing.overload
|
113
|
+
def __call__(self, value: ReadOnlySpan_1[int]) -> Range:...
|
114
|
+
@typing.overload
|
115
|
+
def __call__(self, value: ReadOnlySpan_1[str]) -> Range:...
|
116
|
+
|
117
|
+
# Skipped TrimStart due to it being static, abstract and generic.
|
118
|
+
|
119
|
+
TrimStart : TrimStart_MethodGroup
|
120
|
+
class TrimStart_MethodGroup:
|
121
|
+
@typing.overload
|
122
|
+
def __call__(self, value: ReadOnlySpan_1[int]) -> Range:...
|
123
|
+
@typing.overload
|
124
|
+
def __call__(self, value: ReadOnlySpan_1[str]) -> Range:...
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
class ASCIIEncoding(Encoding):
|
129
|
+
def __init__(self) -> None: ...
|
130
|
+
@property
|
131
|
+
def BodyName(self) -> str: ...
|
132
|
+
@property
|
133
|
+
def CodePage(self) -> int: ...
|
134
|
+
@property
|
135
|
+
def DecoderFallback(self) -> DecoderFallback: ...
|
136
|
+
@DecoderFallback.setter
|
137
|
+
def DecoderFallback(self, value: DecoderFallback) -> DecoderFallback: ...
|
138
|
+
@property
|
139
|
+
def EncoderFallback(self) -> EncoderFallback: ...
|
140
|
+
@EncoderFallback.setter
|
141
|
+
def EncoderFallback(self, value: EncoderFallback) -> EncoderFallback: ...
|
142
|
+
@property
|
143
|
+
def EncodingName(self) -> str: ...
|
144
|
+
@property
|
145
|
+
def HeaderName(self) -> str: ...
|
146
|
+
@property
|
147
|
+
def IsBrowserDisplay(self) -> bool: ...
|
148
|
+
@property
|
149
|
+
def IsBrowserSave(self) -> bool: ...
|
150
|
+
@property
|
151
|
+
def IsMailNewsDisplay(self) -> bool: ...
|
152
|
+
@property
|
153
|
+
def IsMailNewsSave(self) -> bool: ...
|
154
|
+
@property
|
155
|
+
def IsReadOnly(self) -> bool: ...
|
156
|
+
@IsReadOnly.setter
|
157
|
+
def IsReadOnly(self, value: bool) -> bool: ...
|
158
|
+
@property
|
159
|
+
def IsSingleByte(self) -> bool: ...
|
160
|
+
@property
|
161
|
+
def Preamble(self) -> ReadOnlySpan_1[int]: ...
|
162
|
+
@property
|
163
|
+
def WebName(self) -> str: ...
|
164
|
+
@property
|
165
|
+
def WindowsCodePage(self) -> int: ...
|
166
|
+
def GetDecoder(self) -> Decoder: ...
|
167
|
+
def GetEncoder(self) -> Encoder: ...
|
168
|
+
def GetMaxByteCount(self, charCount: int) -> int: ...
|
169
|
+
def GetMaxCharCount(self, byteCount: int) -> int: ...
|
170
|
+
def GetString(self, bytes: Array_1[int], byteIndex: int, byteCount: int) -> str: ...
|
171
|
+
def TryGetBytes(self, chars: ReadOnlySpan_1[str], bytes: Span_1[int], bytesWritten: clr.Reference[int]) -> bool: ...
|
172
|
+
def TryGetChars(self, bytes: ReadOnlySpan_1[int], chars: Span_1[str], charsWritten: clr.Reference[int]) -> bool: ...
|
173
|
+
# Skipped GetByteCount due to it being static, abstract and generic.
|
174
|
+
|
175
|
+
GetByteCount : GetByteCount_MethodGroup
|
176
|
+
class GetByteCount_MethodGroup:
|
177
|
+
@typing.overload
|
178
|
+
def __call__(self, chars: ReadOnlySpan_1[str]) -> int:...
|
179
|
+
@typing.overload
|
180
|
+
def __call__(self, chars: str) -> int:...
|
181
|
+
@typing.overload
|
182
|
+
def __call__(self, chars: clr.Reference[str], count: int) -> int:...
|
183
|
+
@typing.overload
|
184
|
+
def __call__(self, chars: Array_1[str], index: int, count: int) -> int:...
|
185
|
+
|
186
|
+
# Skipped GetBytes due to it being static, abstract and generic.
|
187
|
+
|
188
|
+
GetBytes : GetBytes_MethodGroup
|
189
|
+
class GetBytes_MethodGroup:
|
190
|
+
@typing.overload
|
191
|
+
def __call__(self, chars: ReadOnlySpan_1[str], bytes: Span_1[int]) -> int:...
|
192
|
+
@typing.overload
|
193
|
+
def __call__(self, chars: clr.Reference[str], charCount: int, bytes: clr.Reference[int], byteCount: int) -> int:...
|
194
|
+
@typing.overload
|
195
|
+
def __call__(self, chars: Array_1[str], charIndex: int, charCount: int, bytes: Array_1[int], byteIndex: int) -> int:...
|
196
|
+
@typing.overload
|
197
|
+
def __call__(self, chars: str, charIndex: int, charCount: int, bytes: Array_1[int], byteIndex: int) -> int:...
|
198
|
+
|
199
|
+
# Skipped GetCharCount due to it being static, abstract and generic.
|
200
|
+
|
201
|
+
GetCharCount : GetCharCount_MethodGroup
|
202
|
+
class GetCharCount_MethodGroup:
|
203
|
+
@typing.overload
|
204
|
+
def __call__(self, bytes: ReadOnlySpan_1[int]) -> int:...
|
205
|
+
@typing.overload
|
206
|
+
def __call__(self, bytes: clr.Reference[int], count: int) -> int:...
|
207
|
+
@typing.overload
|
208
|
+
def __call__(self, bytes: Array_1[int], index: int, count: int) -> int:...
|
209
|
+
|
210
|
+
# Skipped GetChars due to it being static, abstract and generic.
|
211
|
+
|
212
|
+
GetChars : GetChars_MethodGroup
|
213
|
+
class GetChars_MethodGroup:
|
214
|
+
@typing.overload
|
215
|
+
def __call__(self, bytes: ReadOnlySpan_1[int], chars: Span_1[str]) -> int:...
|
216
|
+
@typing.overload
|
217
|
+
def __call__(self, bytes: clr.Reference[int], byteCount: int, chars: clr.Reference[str], charCount: int) -> int:...
|
218
|
+
@typing.overload
|
219
|
+
def __call__(self, bytes: Array_1[int], byteIndex: int, byteCount: int, chars: Array_1[str], charIndex: int) -> int:...
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
class CompositeFormat:
|
224
|
+
@property
|
225
|
+
def Format(self) -> str: ...
|
226
|
+
@property
|
227
|
+
def MinimumArgumentCount(self) -> int: ...
|
228
|
+
@staticmethod
|
229
|
+
def Parse(format: str) -> CompositeFormat: ...
|
230
|
+
|
231
|
+
|
232
|
+
class Decoder(abc.ABC):
|
233
|
+
@property
|
234
|
+
def Fallback(self) -> DecoderFallback: ...
|
235
|
+
@Fallback.setter
|
236
|
+
def Fallback(self, value: DecoderFallback) -> DecoderFallback: ...
|
237
|
+
@property
|
238
|
+
def FallbackBuffer(self) -> DecoderFallbackBuffer: ...
|
239
|
+
def Reset(self) -> None: ...
|
240
|
+
# Skipped Convert due to it being static, abstract and generic.
|
241
|
+
|
242
|
+
Convert : Convert_MethodGroup
|
243
|
+
class Convert_MethodGroup:
|
244
|
+
@typing.overload
|
245
|
+
def __call__(self, bytes: ReadOnlySpan_1[int], chars: Span_1[str], flush: bool, bytesUsed: clr.Reference[int], charsUsed: clr.Reference[int], completed: clr.Reference[bool]) -> None:...
|
246
|
+
@typing.overload
|
247
|
+
def __call__(self, bytes: clr.Reference[int], byteCount: int, chars: clr.Reference[str], charCount: int, flush: bool, bytesUsed: clr.Reference[int], charsUsed: clr.Reference[int], completed: clr.Reference[bool]) -> None:...
|
248
|
+
@typing.overload
|
249
|
+
def __call__(self, bytes: Array_1[int], byteIndex: int, byteCount: int, chars: Array_1[str], charIndex: int, charCount: int, flush: bool, bytesUsed: clr.Reference[int], charsUsed: clr.Reference[int], completed: clr.Reference[bool]) -> None:...
|
250
|
+
|
251
|
+
# Skipped GetCharCount due to it being static, abstract and generic.
|
252
|
+
|
253
|
+
GetCharCount : GetCharCount_MethodGroup
|
254
|
+
class GetCharCount_MethodGroup:
|
255
|
+
@typing.overload
|
256
|
+
def __call__(self, bytes: ReadOnlySpan_1[int], flush: bool) -> int:...
|
257
|
+
@typing.overload
|
258
|
+
def __call__(self, bytes: Array_1[int], index: int, count: int) -> int:...
|
259
|
+
@typing.overload
|
260
|
+
def __call__(self, bytes: clr.Reference[int], count: int, flush: bool) -> int:...
|
261
|
+
@typing.overload
|
262
|
+
def __call__(self, bytes: Array_1[int], index: int, count: int, flush: bool) -> int:...
|
263
|
+
|
264
|
+
# Skipped GetChars due to it being static, abstract and generic.
|
265
|
+
|
266
|
+
GetChars : GetChars_MethodGroup
|
267
|
+
class GetChars_MethodGroup:
|
268
|
+
@typing.overload
|
269
|
+
def __call__(self, bytes: ReadOnlySpan_1[int], chars: Span_1[str], flush: bool) -> int:...
|
270
|
+
@typing.overload
|
271
|
+
def __call__(self, bytes: Array_1[int], byteIndex: int, byteCount: int, chars: Array_1[str], charIndex: int) -> int:...
|
272
|
+
@typing.overload
|
273
|
+
def __call__(self, bytes: clr.Reference[int], byteCount: int, chars: clr.Reference[str], charCount: int, flush: bool) -> int:...
|
274
|
+
@typing.overload
|
275
|
+
def __call__(self, bytes: Array_1[int], byteIndex: int, byteCount: int, chars: Array_1[str], charIndex: int, flush: bool) -> int:...
|
276
|
+
|
277
|
+
|
278
|
+
|
279
|
+
class DecoderExceptionFallback(DecoderFallback):
|
280
|
+
def __init__(self) -> None: ...
|
281
|
+
@property
|
282
|
+
def MaxCharCount(self) -> int: ...
|
283
|
+
def CreateFallbackBuffer(self) -> DecoderFallbackBuffer: ...
|
284
|
+
def Equals(self, value: typing.Any) -> bool: ...
|
285
|
+
def GetHashCode(self) -> int: ...
|
286
|
+
|
287
|
+
|
288
|
+
class DecoderExceptionFallbackBuffer(DecoderFallbackBuffer):
|
289
|
+
def __init__(self) -> None: ...
|
290
|
+
@property
|
291
|
+
def Remaining(self) -> int: ...
|
292
|
+
def Fallback(self, bytesUnknown: Array_1[int], index: int) -> bool: ...
|
293
|
+
def GetNextChar(self) -> str: ...
|
294
|
+
def MovePrevious(self) -> bool: ...
|
295
|
+
|
296
|
+
|
297
|
+
class DecoderFallback(abc.ABC):
|
298
|
+
@classmethod
|
299
|
+
@property
|
300
|
+
def ExceptionFallback(cls) -> DecoderFallback: ...
|
301
|
+
@property
|
302
|
+
def MaxCharCount(self) -> int: ...
|
303
|
+
@classmethod
|
304
|
+
@property
|
305
|
+
def ReplacementFallback(cls) -> DecoderFallback: ...
|
306
|
+
@abc.abstractmethod
|
307
|
+
def CreateFallbackBuffer(self) -> DecoderFallbackBuffer: ...
|
308
|
+
|
309
|
+
|
310
|
+
class DecoderFallbackBuffer(abc.ABC):
|
311
|
+
@property
|
312
|
+
def Remaining(self) -> int: ...
|
313
|
+
@abc.abstractmethod
|
314
|
+
def Fallback(self, bytesUnknown: Array_1[int], index: int) -> bool: ...
|
315
|
+
@abc.abstractmethod
|
316
|
+
def GetNextChar(self) -> str: ...
|
317
|
+
@abc.abstractmethod
|
318
|
+
def MovePrevious(self) -> bool: ...
|
319
|
+
def Reset(self) -> None: ...
|
320
|
+
|
321
|
+
|
322
|
+
class DecoderFallbackException(ArgumentException):
|
323
|
+
@typing.overload
|
324
|
+
def __init__(self) -> None: ...
|
325
|
+
@typing.overload
|
326
|
+
def __init__(self, message: str) -> None: ...
|
327
|
+
@typing.overload
|
328
|
+
def __init__(self, message: str, bytesUnknown: Array_1[int], index: int) -> None: ...
|
329
|
+
@typing.overload
|
330
|
+
def __init__(self, message: str, innerException: Exception) -> None: ...
|
331
|
+
@property
|
332
|
+
def BytesUnknown(self) -> Array_1[int]: ...
|
333
|
+
@property
|
334
|
+
def Data(self) -> IDictionary: ...
|
335
|
+
@property
|
336
|
+
def HelpLink(self) -> str: ...
|
337
|
+
@HelpLink.setter
|
338
|
+
def HelpLink(self, value: str) -> str: ...
|
339
|
+
@property
|
340
|
+
def HResult(self) -> int: ...
|
341
|
+
@HResult.setter
|
342
|
+
def HResult(self, value: int) -> int: ...
|
343
|
+
@property
|
344
|
+
def Index(self) -> int: ...
|
345
|
+
@property
|
346
|
+
def InnerException(self) -> Exception: ...
|
347
|
+
@property
|
348
|
+
def Message(self) -> str: ...
|
349
|
+
@property
|
350
|
+
def ParamName(self) -> str: ...
|
351
|
+
@property
|
352
|
+
def Source(self) -> str: ...
|
353
|
+
@Source.setter
|
354
|
+
def Source(self, value: str) -> str: ...
|
355
|
+
@property
|
356
|
+
def StackTrace(self) -> str: ...
|
357
|
+
@property
|
358
|
+
def TargetSite(self) -> MethodBase: ...
|
359
|
+
|
360
|
+
|
361
|
+
class DecoderReplacementFallback(DecoderFallback):
|
362
|
+
@typing.overload
|
363
|
+
def __init__(self) -> None: ...
|
364
|
+
@typing.overload
|
365
|
+
def __init__(self, replacement: str) -> None: ...
|
366
|
+
@property
|
367
|
+
def DefaultString(self) -> str: ...
|
368
|
+
@property
|
369
|
+
def MaxCharCount(self) -> int: ...
|
370
|
+
def CreateFallbackBuffer(self) -> DecoderFallbackBuffer: ...
|
371
|
+
def Equals(self, value: typing.Any) -> bool: ...
|
372
|
+
def GetHashCode(self) -> int: ...
|
373
|
+
|
374
|
+
|
375
|
+
class DecoderReplacementFallbackBuffer(DecoderFallbackBuffer):
|
376
|
+
def __init__(self, fallback: DecoderReplacementFallback) -> None: ...
|
377
|
+
@property
|
378
|
+
def Remaining(self) -> int: ...
|
379
|
+
def Fallback(self, bytesUnknown: Array_1[int], index: int) -> bool: ...
|
380
|
+
def GetNextChar(self) -> str: ...
|
381
|
+
def MovePrevious(self) -> bool: ...
|
382
|
+
def Reset(self) -> None: ...
|
383
|
+
|
384
|
+
|
385
|
+
class Encoder(abc.ABC):
|
386
|
+
@property
|
387
|
+
def Fallback(self) -> EncoderFallback: ...
|
388
|
+
@Fallback.setter
|
389
|
+
def Fallback(self, value: EncoderFallback) -> EncoderFallback: ...
|
390
|
+
@property
|
391
|
+
def FallbackBuffer(self) -> EncoderFallbackBuffer: ...
|
392
|
+
def Reset(self) -> None: ...
|
393
|
+
# Skipped Convert due to it being static, abstract and generic.
|
394
|
+
|
395
|
+
Convert : Convert_MethodGroup
|
396
|
+
class Convert_MethodGroup:
|
397
|
+
@typing.overload
|
398
|
+
def __call__(self, chars: ReadOnlySpan_1[str], bytes: Span_1[int], flush: bool, charsUsed: clr.Reference[int], bytesUsed: clr.Reference[int], completed: clr.Reference[bool]) -> None:...
|
399
|
+
@typing.overload
|
400
|
+
def __call__(self, chars: clr.Reference[str], charCount: int, bytes: clr.Reference[int], byteCount: int, flush: bool, charsUsed: clr.Reference[int], bytesUsed: clr.Reference[int], completed: clr.Reference[bool]) -> None:...
|
401
|
+
@typing.overload
|
402
|
+
def __call__(self, chars: Array_1[str], charIndex: int, charCount: int, bytes: Array_1[int], byteIndex: int, byteCount: int, flush: bool, charsUsed: clr.Reference[int], bytesUsed: clr.Reference[int], completed: clr.Reference[bool]) -> None:...
|
403
|
+
|
404
|
+
# Skipped GetByteCount due to it being static, abstract and generic.
|
405
|
+
|
406
|
+
GetByteCount : GetByteCount_MethodGroup
|
407
|
+
class GetByteCount_MethodGroup:
|
408
|
+
@typing.overload
|
409
|
+
def __call__(self, chars: ReadOnlySpan_1[str], flush: bool) -> int:...
|
410
|
+
@typing.overload
|
411
|
+
def __call__(self, chars: clr.Reference[str], count: int, flush: bool) -> int:...
|
412
|
+
@typing.overload
|
413
|
+
def __call__(self, chars: Array_1[str], index: int, count: int, flush: bool) -> int:...
|
414
|
+
|
415
|
+
# Skipped GetBytes due to it being static, abstract and generic.
|
416
|
+
|
417
|
+
GetBytes : GetBytes_MethodGroup
|
418
|
+
class GetBytes_MethodGroup:
|
419
|
+
@typing.overload
|
420
|
+
def __call__(self, chars: ReadOnlySpan_1[str], bytes: Span_1[int], flush: bool) -> int:...
|
421
|
+
@typing.overload
|
422
|
+
def __call__(self, chars: clr.Reference[str], charCount: int, bytes: clr.Reference[int], byteCount: int, flush: bool) -> int:...
|
423
|
+
@typing.overload
|
424
|
+
def __call__(self, chars: Array_1[str], charIndex: int, charCount: int, bytes: Array_1[int], byteIndex: int, flush: bool) -> int:...
|
425
|
+
|
426
|
+
|
427
|
+
|
428
|
+
class EncoderExceptionFallback(EncoderFallback):
|
429
|
+
def __init__(self) -> None: ...
|
430
|
+
@property
|
431
|
+
def MaxCharCount(self) -> int: ...
|
432
|
+
def CreateFallbackBuffer(self) -> EncoderFallbackBuffer: ...
|
433
|
+
def Equals(self, value: typing.Any) -> bool: ...
|
434
|
+
def GetHashCode(self) -> int: ...
|
435
|
+
|
436
|
+
|
437
|
+
class EncoderExceptionFallbackBuffer(EncoderFallbackBuffer):
|
438
|
+
def __init__(self) -> None: ...
|
439
|
+
@property
|
440
|
+
def Remaining(self) -> int: ...
|
441
|
+
def GetNextChar(self) -> str: ...
|
442
|
+
def MovePrevious(self) -> bool: ...
|
443
|
+
# Skipped Fallback due to it being static, abstract and generic.
|
444
|
+
|
445
|
+
Fallback : Fallback_MethodGroup
|
446
|
+
class Fallback_MethodGroup:
|
447
|
+
@typing.overload
|
448
|
+
def __call__(self, charUnknown: str, index: int) -> bool:...
|
449
|
+
@typing.overload
|
450
|
+
def __call__(self, charUnknownHigh: str, charUnknownLow: str, index: int) -> bool:...
|
451
|
+
|
452
|
+
|
453
|
+
|
454
|
+
class EncoderFallback(abc.ABC):
|
455
|
+
@classmethod
|
456
|
+
@property
|
457
|
+
def ExceptionFallback(cls) -> EncoderFallback: ...
|
458
|
+
@property
|
459
|
+
def MaxCharCount(self) -> int: ...
|
460
|
+
@classmethod
|
461
|
+
@property
|
462
|
+
def ReplacementFallback(cls) -> EncoderFallback: ...
|
463
|
+
@abc.abstractmethod
|
464
|
+
def CreateFallbackBuffer(self) -> EncoderFallbackBuffer: ...
|
465
|
+
|
466
|
+
|
467
|
+
class EncoderFallbackBuffer(abc.ABC):
|
468
|
+
@property
|
469
|
+
def Remaining(self) -> int: ...
|
470
|
+
@abc.abstractmethod
|
471
|
+
def GetNextChar(self) -> str: ...
|
472
|
+
@abc.abstractmethod
|
473
|
+
def MovePrevious(self) -> bool: ...
|
474
|
+
def Reset(self) -> None: ...
|
475
|
+
# Skipped Fallback due to it being static, abstract and generic.
|
476
|
+
|
477
|
+
Fallback : Fallback_MethodGroup
|
478
|
+
class Fallback_MethodGroup:
|
479
|
+
@typing.overload
|
480
|
+
def __call__(self, charUnknown: str, index: int) -> bool:...
|
481
|
+
@typing.overload
|
482
|
+
def __call__(self, charUnknownHigh: str, charUnknownLow: str, index: int) -> bool:...
|
483
|
+
|
484
|
+
|
485
|
+
|
486
|
+
class EncoderFallbackException(ArgumentException):
|
487
|
+
@typing.overload
|
488
|
+
def __init__(self) -> None: ...
|
489
|
+
@typing.overload
|
490
|
+
def __init__(self, message: str) -> None: ...
|
491
|
+
@typing.overload
|
492
|
+
def __init__(self, message: str, innerException: Exception) -> None: ...
|
493
|
+
@property
|
494
|
+
def CharUnknown(self) -> str: ...
|
495
|
+
@property
|
496
|
+
def CharUnknownHigh(self) -> str: ...
|
497
|
+
@property
|
498
|
+
def CharUnknownLow(self) -> str: ...
|
499
|
+
@property
|
500
|
+
def Data(self) -> IDictionary: ...
|
501
|
+
@property
|
502
|
+
def HelpLink(self) -> str: ...
|
503
|
+
@HelpLink.setter
|
504
|
+
def HelpLink(self, value: str) -> str: ...
|
505
|
+
@property
|
506
|
+
def HResult(self) -> int: ...
|
507
|
+
@HResult.setter
|
508
|
+
def HResult(self, value: int) -> int: ...
|
509
|
+
@property
|
510
|
+
def Index(self) -> int: ...
|
511
|
+
@property
|
512
|
+
def InnerException(self) -> Exception: ...
|
513
|
+
@property
|
514
|
+
def Message(self) -> str: ...
|
515
|
+
@property
|
516
|
+
def ParamName(self) -> str: ...
|
517
|
+
@property
|
518
|
+
def Source(self) -> str: ...
|
519
|
+
@Source.setter
|
520
|
+
def Source(self, value: str) -> str: ...
|
521
|
+
@property
|
522
|
+
def StackTrace(self) -> str: ...
|
523
|
+
@property
|
524
|
+
def TargetSite(self) -> MethodBase: ...
|
525
|
+
def IsUnknownSurrogate(self) -> bool: ...
|
526
|
+
|
527
|
+
|
528
|
+
class EncoderReplacementFallback(EncoderFallback):
|
529
|
+
@typing.overload
|
530
|
+
def __init__(self) -> None: ...
|
531
|
+
@typing.overload
|
532
|
+
def __init__(self, replacement: str) -> None: ...
|
533
|
+
@property
|
534
|
+
def DefaultString(self) -> str: ...
|
535
|
+
@property
|
536
|
+
def MaxCharCount(self) -> int: ...
|
537
|
+
def CreateFallbackBuffer(self) -> EncoderFallbackBuffer: ...
|
538
|
+
def Equals(self, value: typing.Any) -> bool: ...
|
539
|
+
def GetHashCode(self) -> int: ...
|
540
|
+
|
541
|
+
|
542
|
+
class EncoderReplacementFallbackBuffer(EncoderFallbackBuffer):
|
543
|
+
def __init__(self, fallback: EncoderReplacementFallback) -> None: ...
|
544
|
+
@property
|
545
|
+
def Remaining(self) -> int: ...
|
546
|
+
def GetNextChar(self) -> str: ...
|
547
|
+
def MovePrevious(self) -> bool: ...
|
548
|
+
def Reset(self) -> None: ...
|
549
|
+
# Skipped Fallback due to it being static, abstract and generic.
|
550
|
+
|
551
|
+
Fallback : Fallback_MethodGroup
|
552
|
+
class Fallback_MethodGroup:
|
553
|
+
@typing.overload
|
554
|
+
def __call__(self, charUnknown: str, index: int) -> bool:...
|
555
|
+
@typing.overload
|
556
|
+
def __call__(self, charUnknownHigh: str, charUnknownLow: str, index: int) -> bool:...
|
557
|
+
|
558
|
+
|
559
|
+
|
560
|
+
class Encoding(ICloneable, abc.ABC):
|
561
|
+
@classmethod
|
562
|
+
@property
|
563
|
+
def ASCII(cls) -> Encoding: ...
|
564
|
+
@classmethod
|
565
|
+
@property
|
566
|
+
def BigEndianUnicode(cls) -> Encoding: ...
|
567
|
+
@property
|
568
|
+
def BodyName(self) -> str: ...
|
569
|
+
@property
|
570
|
+
def CodePage(self) -> int: ...
|
571
|
+
@property
|
572
|
+
def DecoderFallback(self) -> DecoderFallback: ...
|
573
|
+
@DecoderFallback.setter
|
574
|
+
def DecoderFallback(self, value: DecoderFallback) -> DecoderFallback: ...
|
575
|
+
@classmethod
|
576
|
+
@property
|
577
|
+
def Default(cls) -> Encoding: ...
|
578
|
+
@property
|
579
|
+
def EncoderFallback(self) -> EncoderFallback: ...
|
580
|
+
@EncoderFallback.setter
|
581
|
+
def EncoderFallback(self, value: EncoderFallback) -> EncoderFallback: ...
|
582
|
+
@property
|
583
|
+
def EncodingName(self) -> str: ...
|
584
|
+
@property
|
585
|
+
def HeaderName(self) -> str: ...
|
586
|
+
@property
|
587
|
+
def IsBrowserDisplay(self) -> bool: ...
|
588
|
+
@property
|
589
|
+
def IsBrowserSave(self) -> bool: ...
|
590
|
+
@property
|
591
|
+
def IsMailNewsDisplay(self) -> bool: ...
|
592
|
+
@property
|
593
|
+
def IsMailNewsSave(self) -> bool: ...
|
594
|
+
@property
|
595
|
+
def IsReadOnly(self) -> bool: ...
|
596
|
+
@IsReadOnly.setter
|
597
|
+
def IsReadOnly(self, value: bool) -> bool: ...
|
598
|
+
@property
|
599
|
+
def IsSingleByte(self) -> bool: ...
|
600
|
+
@classmethod
|
601
|
+
@property
|
602
|
+
def Latin1(cls) -> Encoding: ...
|
603
|
+
@property
|
604
|
+
def Preamble(self) -> ReadOnlySpan_1[int]: ...
|
605
|
+
@classmethod
|
606
|
+
@property
|
607
|
+
def Unicode(cls) -> Encoding: ...
|
608
|
+
@classmethod
|
609
|
+
@property
|
610
|
+
def UTF32(cls) -> Encoding: ...
|
611
|
+
@classmethod
|
612
|
+
@property
|
613
|
+
def UTF7(cls) -> Encoding: ...
|
614
|
+
@classmethod
|
615
|
+
@property
|
616
|
+
def UTF8(cls) -> Encoding: ...
|
617
|
+
@property
|
618
|
+
def WebName(self) -> str: ...
|
619
|
+
@property
|
620
|
+
def WindowsCodePage(self) -> int: ...
|
621
|
+
def Clone(self) -> typing.Any: ...
|
622
|
+
@staticmethod
|
623
|
+
def CreateTranscodingStream(innerStream: Stream, innerStreamEncoding: Encoding, outerStreamEncoding: Encoding, leaveOpen: bool = ...) -> Stream: ...
|
624
|
+
def Equals(self, value: typing.Any) -> bool: ...
|
625
|
+
def GetDecoder(self) -> Decoder: ...
|
626
|
+
def GetEncoder(self) -> Encoder: ...
|
627
|
+
@staticmethod
|
628
|
+
def GetEncodings() -> Array_1[EncodingInfo]: ...
|
629
|
+
def GetHashCode(self) -> int: ...
|
630
|
+
@abc.abstractmethod
|
631
|
+
def GetMaxByteCount(self, charCount: int) -> int: ...
|
632
|
+
@abc.abstractmethod
|
633
|
+
def GetMaxCharCount(self, byteCount: int) -> int: ...
|
634
|
+
def GetPreamble(self) -> Array_1[int]: ...
|
635
|
+
@staticmethod
|
636
|
+
def RegisterProvider(provider: EncodingProvider) -> None: ...
|
637
|
+
def TryGetBytes(self, chars: ReadOnlySpan_1[str], bytes: Span_1[int], bytesWritten: clr.Reference[int]) -> bool: ...
|
638
|
+
def TryGetChars(self, bytes: ReadOnlySpan_1[int], chars: Span_1[str], charsWritten: clr.Reference[int]) -> bool: ...
|
639
|
+
# Skipped Convert due to it being static, abstract and generic.
|
640
|
+
|
641
|
+
Convert : Convert_MethodGroup
|
642
|
+
class Convert_MethodGroup:
|
643
|
+
@typing.overload
|
644
|
+
def __call__(self, srcEncoding: Encoding, dstEncoding: Encoding, bytes: Array_1[int]) -> Array_1[int]:...
|
645
|
+
@typing.overload
|
646
|
+
def __call__(self, srcEncoding: Encoding, dstEncoding: Encoding, bytes: Array_1[int], index: int, count: int) -> Array_1[int]:...
|
647
|
+
|
648
|
+
# Skipped GetByteCount due to it being static, abstract and generic.
|
649
|
+
|
650
|
+
GetByteCount : GetByteCount_MethodGroup
|
651
|
+
class GetByteCount_MethodGroup:
|
652
|
+
@typing.overload
|
653
|
+
def __call__(self, chars: Array_1[str]) -> int:...
|
654
|
+
@typing.overload
|
655
|
+
def __call__(self, chars: ReadOnlySpan_1[str]) -> int:...
|
656
|
+
@typing.overload
|
657
|
+
def __call__(self, s: str) -> int:...
|
658
|
+
@typing.overload
|
659
|
+
def __call__(self, chars: clr.Reference[str], count: int) -> int:...
|
660
|
+
@typing.overload
|
661
|
+
def __call__(self, chars: Array_1[str], index: int, count: int) -> int:...
|
662
|
+
@typing.overload
|
663
|
+
def __call__(self, s: str, index: int, count: int) -> int:...
|
664
|
+
|
665
|
+
# Skipped GetBytes due to it being static, abstract and generic.
|
666
|
+
|
667
|
+
GetBytes : GetBytes_MethodGroup
|
668
|
+
class GetBytes_MethodGroup:
|
669
|
+
@typing.overload
|
670
|
+
def __call__(self, chars: Array_1[str]) -> Array_1[int]:...
|
671
|
+
@typing.overload
|
672
|
+
def __call__(self, s: str) -> Array_1[int]:...
|
673
|
+
@typing.overload
|
674
|
+
def __call__(self, chars: ReadOnlySpan_1[str], bytes: Span_1[int]) -> int:...
|
675
|
+
@typing.overload
|
676
|
+
def __call__(self, chars: Array_1[str], index: int, count: int) -> Array_1[int]:...
|
677
|
+
@typing.overload
|
678
|
+
def __call__(self, s: str, index: int, count: int) -> Array_1[int]:...
|
679
|
+
@typing.overload
|
680
|
+
def __call__(self, chars: clr.Reference[str], charCount: int, bytes: clr.Reference[int], byteCount: int) -> int:...
|
681
|
+
@typing.overload
|
682
|
+
def __call__(self, chars: Array_1[str], charIndex: int, charCount: int, bytes: Array_1[int], byteIndex: int) -> int:...
|
683
|
+
@typing.overload
|
684
|
+
def __call__(self, s: str, charIndex: int, charCount: int, bytes: Array_1[int], byteIndex: int) -> int:...
|
685
|
+
|
686
|
+
# Skipped GetCharCount due to it being static, abstract and generic.
|
687
|
+
|
688
|
+
GetCharCount : GetCharCount_MethodGroup
|
689
|
+
class GetCharCount_MethodGroup:
|
690
|
+
@typing.overload
|
691
|
+
def __call__(self, bytes: Array_1[int]) -> int:...
|
692
|
+
@typing.overload
|
693
|
+
def __call__(self, bytes: ReadOnlySpan_1[int]) -> int:...
|
694
|
+
@typing.overload
|
695
|
+
def __call__(self, bytes: clr.Reference[int], count: int) -> int:...
|
696
|
+
@typing.overload
|
697
|
+
def __call__(self, bytes: Array_1[int], index: int, count: int) -> int:...
|
698
|
+
|
699
|
+
# Skipped GetChars due to it being static, abstract and generic.
|
700
|
+
|
701
|
+
GetChars : GetChars_MethodGroup
|
702
|
+
class GetChars_MethodGroup:
|
703
|
+
@typing.overload
|
704
|
+
def __call__(self, bytes: Array_1[int]) -> Array_1[str]:...
|
705
|
+
@typing.overload
|
706
|
+
def __call__(self, bytes: ReadOnlySpan_1[int], chars: Span_1[str]) -> int:...
|
707
|
+
@typing.overload
|
708
|
+
def __call__(self, bytes: Array_1[int], index: int, count: int) -> Array_1[str]:...
|
709
|
+
@typing.overload
|
710
|
+
def __call__(self, bytes: clr.Reference[int], byteCount: int, chars: clr.Reference[str], charCount: int) -> int:...
|
711
|
+
@typing.overload
|
712
|
+
def __call__(self, bytes: Array_1[int], byteIndex: int, byteCount: int, chars: Array_1[str], charIndex: int) -> int:...
|
713
|
+
|
714
|
+
# Skipped GetEncoding due to it being static, abstract and generic.
|
715
|
+
|
716
|
+
GetEncoding : GetEncoding_MethodGroup
|
717
|
+
class GetEncoding_MethodGroup:
|
718
|
+
@typing.overload
|
719
|
+
def __call__(self, codepage: int) -> Encoding:...
|
720
|
+
@typing.overload
|
721
|
+
def __call__(self, name: str) -> Encoding:...
|
722
|
+
@typing.overload
|
723
|
+
def __call__(self, codepage: int, encoderFallback: EncoderFallback, decoderFallback: DecoderFallback) -> Encoding:...
|
724
|
+
@typing.overload
|
725
|
+
def __call__(self, name: str, encoderFallback: EncoderFallback, decoderFallback: DecoderFallback) -> Encoding:...
|
726
|
+
|
727
|
+
# Skipped GetString due to it being static, abstract and generic.
|
728
|
+
|
729
|
+
GetString : GetString_MethodGroup
|
730
|
+
class GetString_MethodGroup:
|
731
|
+
@typing.overload
|
732
|
+
def __call__(self, bytes: Array_1[int]) -> str:...
|
733
|
+
@typing.overload
|
734
|
+
def __call__(self, bytes: ReadOnlySpan_1[int]) -> str:...
|
735
|
+
@typing.overload
|
736
|
+
def __call__(self, bytes: clr.Reference[int], byteCount: int) -> str:...
|
737
|
+
@typing.overload
|
738
|
+
def __call__(self, bytes: Array_1[int], index: int, count: int) -> str:...
|
739
|
+
|
740
|
+
# Skipped IsAlwaysNormalized due to it being static, abstract and generic.
|
741
|
+
|
742
|
+
IsAlwaysNormalized : IsAlwaysNormalized_MethodGroup
|
743
|
+
class IsAlwaysNormalized_MethodGroup:
|
744
|
+
@typing.overload
|
745
|
+
def __call__(self) -> bool:...
|
746
|
+
@typing.overload
|
747
|
+
def __call__(self, form: NormalizationForm) -> bool:...
|
748
|
+
|
749
|
+
|
750
|
+
|
751
|
+
class EncodingInfo:
|
752
|
+
def __init__(self, provider: EncodingProvider, codePage: int, name: str, displayName: str) -> None: ...
|
753
|
+
@property
|
754
|
+
def CodePage(self) -> int: ...
|
755
|
+
@property
|
756
|
+
def DisplayName(self) -> str: ...
|
757
|
+
@property
|
758
|
+
def Name(self) -> str: ...
|
759
|
+
def Equals(self, value: typing.Any) -> bool: ...
|
760
|
+
def GetEncoding(self) -> Encoding: ...
|
761
|
+
def GetHashCode(self) -> int: ...
|
762
|
+
|
763
|
+
|
764
|
+
class EncodingProvider(abc.ABC):
|
765
|
+
def __init__(self) -> None: ...
|
766
|
+
def GetEncodings(self) -> IEnumerable_1[EncodingInfo]: ...
|
767
|
+
# Skipped GetEncoding due to it being static, abstract and generic.
|
768
|
+
|
769
|
+
GetEncoding : GetEncoding_MethodGroup
|
770
|
+
class GetEncoding_MethodGroup:
|
771
|
+
@typing.overload
|
772
|
+
def __call__(self, codepage: int) -> Encoding:...
|
773
|
+
@typing.overload
|
774
|
+
def __call__(self, name: str) -> Encoding:...
|
775
|
+
@typing.overload
|
776
|
+
def __call__(self, codepage: int, encoderFallback: EncoderFallback, decoderFallback: DecoderFallback) -> Encoding:...
|
777
|
+
@typing.overload
|
778
|
+
def __call__(self, name: str, encoderFallback: EncoderFallback, decoderFallback: DecoderFallback) -> Encoding:...
|
779
|
+
|
780
|
+
|
781
|
+
|
782
|
+
class NormalizationForm(typing.SupportsInt):
|
783
|
+
@typing.overload
|
784
|
+
def __init__(self, value : int) -> None: ...
|
785
|
+
@typing.overload
|
786
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
787
|
+
def __int__(self) -> int: ...
|
788
|
+
|
789
|
+
# Values:
|
790
|
+
FormC : NormalizationForm # 1
|
791
|
+
FormD : NormalizationForm # 2
|
792
|
+
FormKC : NormalizationForm # 5
|
793
|
+
FormKD : NormalizationForm # 6
|
794
|
+
|
795
|
+
|
796
|
+
class Rune(ISpanFormattable, IUtf8SpanFormattable, IEquatable_1[Rune], IComparable_1[Rune], IComparable_0):
|
797
|
+
# Constructor .ctor(value : UInt32) was skipped since it collides with above method
|
798
|
+
@typing.overload
|
799
|
+
def __init__(self, ch: str) -> None: ...
|
800
|
+
@typing.overload
|
801
|
+
def __init__(self, highSurrogate: str, lowSurrogate: str) -> None: ...
|
802
|
+
@typing.overload
|
803
|
+
def __init__(self, value: int) -> None: ...
|
804
|
+
@property
|
805
|
+
def IsAscii(self) -> bool: ...
|
806
|
+
@property
|
807
|
+
def IsBmp(self) -> bool: ...
|
808
|
+
@property
|
809
|
+
def Plane(self) -> int: ...
|
810
|
+
@classmethod
|
811
|
+
@property
|
812
|
+
def ReplacementChar(cls) -> Rune: ...
|
813
|
+
@property
|
814
|
+
def Utf16SequenceLength(self) -> int: ...
|
815
|
+
@property
|
816
|
+
def Utf8SequenceLength(self) -> int: ...
|
817
|
+
@property
|
818
|
+
def Value(self) -> int: ...
|
819
|
+
def CompareTo(self, other: Rune) -> int: ...
|
820
|
+
@staticmethod
|
821
|
+
def DecodeFromUtf16(source: ReadOnlySpan_1[str], result: clr.Reference[Rune], charsConsumed: clr.Reference[int]) -> OperationStatus: ...
|
822
|
+
@staticmethod
|
823
|
+
def DecodeFromUtf8(source: ReadOnlySpan_1[int], result: clr.Reference[Rune], bytesConsumed: clr.Reference[int]) -> OperationStatus: ...
|
824
|
+
@staticmethod
|
825
|
+
def DecodeLastFromUtf16(source: ReadOnlySpan_1[str], result: clr.Reference[Rune], charsConsumed: clr.Reference[int]) -> OperationStatus: ...
|
826
|
+
@staticmethod
|
827
|
+
def DecodeLastFromUtf8(source: ReadOnlySpan_1[int], value: clr.Reference[Rune], bytesConsumed: clr.Reference[int]) -> OperationStatus: ...
|
828
|
+
def EncodeToUtf16(self, destination: Span_1[str]) -> int: ...
|
829
|
+
def EncodeToUtf8(self, destination: Span_1[int]) -> int: ...
|
830
|
+
def GetHashCode(self) -> int: ...
|
831
|
+
@staticmethod
|
832
|
+
def GetNumericValue(value: Rune) -> float: ...
|
833
|
+
@staticmethod
|
834
|
+
def GetRuneAt(input: str, index: int) -> Rune: ...
|
835
|
+
@staticmethod
|
836
|
+
def GetUnicodeCategory(value: Rune) -> UnicodeCategory: ...
|
837
|
+
@staticmethod
|
838
|
+
def IsControl(value: Rune) -> bool: ...
|
839
|
+
@staticmethod
|
840
|
+
def IsDigit(value: Rune) -> bool: ...
|
841
|
+
@staticmethod
|
842
|
+
def IsLetter(value: Rune) -> bool: ...
|
843
|
+
@staticmethod
|
844
|
+
def IsLetterOrDigit(value: Rune) -> bool: ...
|
845
|
+
@staticmethod
|
846
|
+
def IsLower(value: Rune) -> bool: ...
|
847
|
+
@staticmethod
|
848
|
+
def IsNumber(value: Rune) -> bool: ...
|
849
|
+
@staticmethod
|
850
|
+
def IsPunctuation(value: Rune) -> bool: ...
|
851
|
+
@staticmethod
|
852
|
+
def IsSeparator(value: Rune) -> bool: ...
|
853
|
+
@staticmethod
|
854
|
+
def IsSymbol(value: Rune) -> bool: ...
|
855
|
+
@staticmethod
|
856
|
+
def IsUpper(value: Rune) -> bool: ...
|
857
|
+
@staticmethod
|
858
|
+
def IsWhiteSpace(value: Rune) -> bool: ...
|
859
|
+
def __eq__(self, left: Rune, right: Rune) -> bool: ...
|
860
|
+
# Operator not supported op_Explicit(ch: Char)
|
861
|
+
# Operator not supported op_Explicit(value: UInt32)
|
862
|
+
# Operator not supported op_Explicit(value: Int32)
|
863
|
+
def __gt__(self, left: Rune, right: Rune) -> bool: ...
|
864
|
+
def __ge__(self, left: Rune, right: Rune) -> bool: ...
|
865
|
+
def __ne__(self, left: Rune, right: Rune) -> bool: ...
|
866
|
+
def __lt__(self, left: Rune, right: Rune) -> bool: ...
|
867
|
+
def __le__(self, left: Rune, right: Rune) -> bool: ...
|
868
|
+
@staticmethod
|
869
|
+
def ToLower(value: Rune, culture: CultureInfo) -> Rune: ...
|
870
|
+
@staticmethod
|
871
|
+
def ToLowerInvariant(value: Rune) -> Rune: ...
|
872
|
+
def ToString(self) -> str: ...
|
873
|
+
@staticmethod
|
874
|
+
def ToUpper(value: Rune, culture: CultureInfo) -> Rune: ...
|
875
|
+
@staticmethod
|
876
|
+
def ToUpperInvariant(value: Rune) -> Rune: ...
|
877
|
+
def TryEncodeToUtf16(self, destination: Span_1[str], charsWritten: clr.Reference[int]) -> bool: ...
|
878
|
+
def TryEncodeToUtf8(self, destination: Span_1[int], bytesWritten: clr.Reference[int]) -> bool: ...
|
879
|
+
@staticmethod
|
880
|
+
def TryGetRuneAt(input: str, index: int, value: clr.Reference[Rune]) -> bool: ...
|
881
|
+
# Skipped Equals due to it being static, abstract and generic.
|
882
|
+
|
883
|
+
Equals : Equals_MethodGroup
|
884
|
+
class Equals_MethodGroup:
|
885
|
+
@typing.overload
|
886
|
+
def __call__(self, other: Rune) -> bool:...
|
887
|
+
@typing.overload
|
888
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
889
|
+
|
890
|
+
# Skipped IsValid due to it being static, abstract and generic.
|
891
|
+
|
892
|
+
IsValid : IsValid_MethodGroup
|
893
|
+
class IsValid_MethodGroup:
|
894
|
+
def __call__(self, value: int) -> bool:...
|
895
|
+
# Method IsValid(value : UInt32) was skipped since it collides with above method
|
896
|
+
|
897
|
+
# Skipped TryCreate due to it being static, abstract and generic.
|
898
|
+
|
899
|
+
TryCreate : TryCreate_MethodGroup
|
900
|
+
class TryCreate_MethodGroup:
|
901
|
+
@typing.overload
|
902
|
+
def __call__(self, ch: str, result: clr.Reference[Rune]) -> bool:...
|
903
|
+
@typing.overload
|
904
|
+
def __call__(self, value: int, result: clr.Reference[Rune]) -> bool:...
|
905
|
+
# Method TryCreate(value : UInt32, result : Rune&) was skipped since it collides with above method
|
906
|
+
@typing.overload
|
907
|
+
def __call__(self, highSurrogate: str, lowSurrogate: str, result: clr.Reference[Rune]) -> bool:...
|
908
|
+
|
909
|
+
|
910
|
+
|
911
|
+
class SpanLineEnumerator:
|
912
|
+
@property
|
913
|
+
def Current(self) -> ReadOnlySpan_1[str]: ...
|
914
|
+
def GetEnumerator(self) -> SpanLineEnumerator: ...
|
915
|
+
def MoveNext(self) -> bool: ...
|
916
|
+
|
917
|
+
|
918
|
+
class SpanRuneEnumerator:
|
919
|
+
@property
|
920
|
+
def Current(self) -> Rune: ...
|
921
|
+
def GetEnumerator(self) -> SpanRuneEnumerator: ...
|
922
|
+
def MoveNext(self) -> bool: ...
|
923
|
+
|
924
|
+
|
925
|
+
class StringBuilder(ISerializable):
|
926
|
+
@typing.overload
|
927
|
+
def __init__(self) -> None: ...
|
928
|
+
@typing.overload
|
929
|
+
def __init__(self, capacity: int) -> None: ...
|
930
|
+
@typing.overload
|
931
|
+
def __init__(self, capacity: int, maxCapacity: int) -> None: ...
|
932
|
+
@typing.overload
|
933
|
+
def __init__(self, value: str) -> None: ...
|
934
|
+
@typing.overload
|
935
|
+
def __init__(self, value: str, capacity: int) -> None: ...
|
936
|
+
@typing.overload
|
937
|
+
def __init__(self, value: str, startIndex: int, length: int, capacity: int) -> None: ...
|
938
|
+
@property
|
939
|
+
def Capacity(self) -> int: ...
|
940
|
+
@Capacity.setter
|
941
|
+
def Capacity(self, value: int) -> int: ...
|
942
|
+
@property
|
943
|
+
def Chars(self) -> str: ...
|
944
|
+
@Chars.setter
|
945
|
+
def Chars(self, value: str) -> str: ...
|
946
|
+
@property
|
947
|
+
def Length(self) -> int: ...
|
948
|
+
@Length.setter
|
949
|
+
def Length(self, value: int) -> int: ...
|
950
|
+
@property
|
951
|
+
def MaxCapacity(self) -> int: ...
|
952
|
+
def Clear(self) -> StringBuilder: ...
|
953
|
+
def EnsureCapacity(self, capacity: int) -> int: ...
|
954
|
+
def GetChunks(self) -> StringBuilder.ChunkEnumerator: ...
|
955
|
+
def Remove(self, startIndex: int, length: int) -> StringBuilder: ...
|
956
|
+
# Skipped Append due to it being static, abstract and generic.
|
957
|
+
|
958
|
+
Append : Append_MethodGroup
|
959
|
+
class Append_MethodGroup:
|
960
|
+
@typing.overload
|
961
|
+
def __call__(self, value: float) -> StringBuilder:...
|
962
|
+
# Method Append(value : Double) was skipped since it collides with above method
|
963
|
+
@typing.overload
|
964
|
+
def __call__(self, value: str) -> StringBuilder:...
|
965
|
+
# Method Append(value : SByte) was skipped since it collides with above method
|
966
|
+
# Method Append(value : Byte) was skipped since it collides with above method
|
967
|
+
# Method Append(value : Int16) was skipped since it collides with above method
|
968
|
+
# Method Append(value : Int32) was skipped since it collides with above method
|
969
|
+
# Method Append(value : Int64) was skipped since it collides with above method
|
970
|
+
# Method Append(value : UInt16) was skipped since it collides with above method
|
971
|
+
# Method Append(value : UInt32) was skipped since it collides with above method
|
972
|
+
# Method Append(value : UInt64) was skipped since it collides with above method
|
973
|
+
@typing.overload
|
974
|
+
def __call__(self, value: Decimal) -> StringBuilder:...
|
975
|
+
@typing.overload
|
976
|
+
def __call__(self, value: Array_1[str]) -> StringBuilder:...
|
977
|
+
@typing.overload
|
978
|
+
def __call__(self, value: ReadOnlySpan_1[str]) -> StringBuilder:...
|
979
|
+
@typing.overload
|
980
|
+
def __call__(self, value: ReadOnlyMemory_1[str]) -> StringBuilder:...
|
981
|
+
# Method Append(value : String) was skipped since it collides with above method
|
982
|
+
# Method Append(value : Boolean) was skipped since it collides with above method
|
983
|
+
@typing.overload
|
984
|
+
def __call__(self, value: StringBuilder) -> StringBuilder:...
|
985
|
+
@typing.overload
|
986
|
+
def __call__(self, handler: clr.Reference[StringBuilder.AppendInterpolatedStringHandler]) -> StringBuilder:...
|
987
|
+
@typing.overload
|
988
|
+
def __call__(self, value: typing.Any) -> StringBuilder:...
|
989
|
+
@typing.overload
|
990
|
+
def __call__(self, value: str, repeatCount: int) -> StringBuilder:...
|
991
|
+
@typing.overload
|
992
|
+
def __call__(self, value: clr.Reference[str], valueCount: int) -> StringBuilder:...
|
993
|
+
@typing.overload
|
994
|
+
def __call__(self, provider: IFormatProvider, handler: clr.Reference[StringBuilder.AppendInterpolatedStringHandler]) -> StringBuilder:...
|
995
|
+
@typing.overload
|
996
|
+
def __call__(self, value: Array_1[str], startIndex: int, charCount: int) -> StringBuilder:...
|
997
|
+
@typing.overload
|
998
|
+
def __call__(self, value: str, startIndex: int, count: int) -> StringBuilder:...
|
999
|
+
@typing.overload
|
1000
|
+
def __call__(self, value: StringBuilder, startIndex: int, count: int) -> StringBuilder:...
|
1001
|
+
|
1002
|
+
# Skipped AppendFormat due to it being static, abstract and generic.
|
1003
|
+
|
1004
|
+
AppendFormat : AppendFormat_MethodGroup
|
1005
|
+
class AppendFormat_MethodGroup:
|
1006
|
+
@typing.overload
|
1007
|
+
def __getitem__(self, t:typing.Type[AppendFormat_1_T1]) -> AppendFormat_1[AppendFormat_1_T1]: ...
|
1008
|
+
|
1009
|
+
AppendFormat_1_T1 = typing.TypeVar('AppendFormat_1_T1')
|
1010
|
+
class AppendFormat_1(typing.Generic[AppendFormat_1_T1]):
|
1011
|
+
AppendFormat_1_TArg0 = StringBuilder.AppendFormat_MethodGroup.AppendFormat_1_T1
|
1012
|
+
def __call__(self, provider: IFormatProvider, format: CompositeFormat, arg0: AppendFormat_1_TArg0) -> StringBuilder:...
|
1013
|
+
|
1014
|
+
@typing.overload
|
1015
|
+
def __getitem__(self, t:typing.Tuple[typing.Type[AppendFormat_2_T1], typing.Type[AppendFormat_2_T2]]) -> AppendFormat_2[AppendFormat_2_T1, AppendFormat_2_T2]: ...
|
1016
|
+
|
1017
|
+
AppendFormat_2_T1 = typing.TypeVar('AppendFormat_2_T1')
|
1018
|
+
AppendFormat_2_T2 = typing.TypeVar('AppendFormat_2_T2')
|
1019
|
+
class AppendFormat_2(typing.Generic[AppendFormat_2_T1, AppendFormat_2_T2]):
|
1020
|
+
AppendFormat_2_TArg0 = StringBuilder.AppendFormat_MethodGroup.AppendFormat_2_T1
|
1021
|
+
AppendFormat_2_TArg1 = StringBuilder.AppendFormat_MethodGroup.AppendFormat_2_T2
|
1022
|
+
def __call__(self, provider: IFormatProvider, format: CompositeFormat, arg0: AppendFormat_2_TArg0, arg1: AppendFormat_2_TArg1) -> StringBuilder:...
|
1023
|
+
|
1024
|
+
@typing.overload
|
1025
|
+
def __getitem__(self, t:typing.Tuple[typing.Type[AppendFormat_3_T1], typing.Type[AppendFormat_3_T2], typing.Type[AppendFormat_3_T3]]) -> AppendFormat_3[AppendFormat_3_T1, AppendFormat_3_T2, AppendFormat_3_T3]: ...
|
1026
|
+
|
1027
|
+
AppendFormat_3_T1 = typing.TypeVar('AppendFormat_3_T1')
|
1028
|
+
AppendFormat_3_T2 = typing.TypeVar('AppendFormat_3_T2')
|
1029
|
+
AppendFormat_3_T3 = typing.TypeVar('AppendFormat_3_T3')
|
1030
|
+
class AppendFormat_3(typing.Generic[AppendFormat_3_T1, AppendFormat_3_T2, AppendFormat_3_T3]):
|
1031
|
+
AppendFormat_3_TArg0 = StringBuilder.AppendFormat_MethodGroup.AppendFormat_3_T1
|
1032
|
+
AppendFormat_3_TArg1 = StringBuilder.AppendFormat_MethodGroup.AppendFormat_3_T2
|
1033
|
+
AppendFormat_3_TArg2 = StringBuilder.AppendFormat_MethodGroup.AppendFormat_3_T3
|
1034
|
+
def __call__(self, provider: IFormatProvider, format: CompositeFormat, arg0: AppendFormat_3_TArg0, arg1: AppendFormat_3_TArg1, arg2: AppendFormat_3_TArg2) -> StringBuilder:...
|
1035
|
+
|
1036
|
+
@typing.overload
|
1037
|
+
def __call__(self, format: str, args: Array_1[typing.Any]) -> StringBuilder:...
|
1038
|
+
@typing.overload
|
1039
|
+
def __call__(self, format: str, arg0: typing.Any) -> StringBuilder:...
|
1040
|
+
@typing.overload
|
1041
|
+
def __call__(self, format: str, arg0: typing.Any, arg1: typing.Any) -> StringBuilder:...
|
1042
|
+
@typing.overload
|
1043
|
+
def __call__(self, provider: IFormatProvider, format: str, args: Array_1[typing.Any]) -> StringBuilder:...
|
1044
|
+
@typing.overload
|
1045
|
+
def __call__(self, provider: IFormatProvider, format: str, arg0: typing.Any) -> StringBuilder:...
|
1046
|
+
@typing.overload
|
1047
|
+
def __call__(self, provider: IFormatProvider, format: CompositeFormat, args: Array_1[typing.Any]) -> StringBuilder:...
|
1048
|
+
@typing.overload
|
1049
|
+
def __call__(self, provider: IFormatProvider, format: CompositeFormat, args: ReadOnlySpan_1[typing.Any]) -> StringBuilder:...
|
1050
|
+
@typing.overload
|
1051
|
+
def __call__(self, format: str, arg0: typing.Any, arg1: typing.Any, arg2: typing.Any) -> StringBuilder:...
|
1052
|
+
@typing.overload
|
1053
|
+
def __call__(self, provider: IFormatProvider, format: str, arg0: typing.Any, arg1: typing.Any) -> StringBuilder:...
|
1054
|
+
@typing.overload
|
1055
|
+
def __call__(self, provider: IFormatProvider, format: str, arg0: typing.Any, arg1: typing.Any, arg2: typing.Any) -> StringBuilder:...
|
1056
|
+
|
1057
|
+
# Skipped AppendJoin due to it being static, abstract and generic.
|
1058
|
+
|
1059
|
+
AppendJoin : AppendJoin_MethodGroup
|
1060
|
+
class AppendJoin_MethodGroup:
|
1061
|
+
def __getitem__(self, t:typing.Type[AppendJoin_1_T1]) -> AppendJoin_1[AppendJoin_1_T1]: ...
|
1062
|
+
|
1063
|
+
AppendJoin_1_T1 = typing.TypeVar('AppendJoin_1_T1')
|
1064
|
+
class AppendJoin_1(typing.Generic[AppendJoin_1_T1]):
|
1065
|
+
AppendJoin_1_T = StringBuilder.AppendJoin_MethodGroup.AppendJoin_1_T1
|
1066
|
+
def __call__(self, separator: str, values: IEnumerable_1[AppendJoin_1_T]) -> StringBuilder:...
|
1067
|
+
# Method AppendJoin(separator : Char, values : IEnumerable`1) was skipped since it collides with above method
|
1068
|
+
|
1069
|
+
@typing.overload
|
1070
|
+
def __call__(self, separator: str, values: Array_1[str]) -> StringBuilder:...
|
1071
|
+
# Method AppendJoin(separator : Char, values : String[]) was skipped since it collides with above method
|
1072
|
+
@typing.overload
|
1073
|
+
def __call__(self, separator: str, values: Array_1[typing.Any]) -> StringBuilder:...
|
1074
|
+
# Method AppendJoin(separator : Char, values : Object[]) was skipped since it collides with above method
|
1075
|
+
|
1076
|
+
# Skipped AppendLine due to it being static, abstract and generic.
|
1077
|
+
|
1078
|
+
AppendLine : AppendLine_MethodGroup
|
1079
|
+
class AppendLine_MethodGroup:
|
1080
|
+
@typing.overload
|
1081
|
+
def __call__(self) -> StringBuilder:...
|
1082
|
+
@typing.overload
|
1083
|
+
def __call__(self, value: str) -> StringBuilder:...
|
1084
|
+
@typing.overload
|
1085
|
+
def __call__(self, handler: clr.Reference[StringBuilder.AppendInterpolatedStringHandler]) -> StringBuilder:...
|
1086
|
+
@typing.overload
|
1087
|
+
def __call__(self, provider: IFormatProvider, handler: clr.Reference[StringBuilder.AppendInterpolatedStringHandler]) -> StringBuilder:...
|
1088
|
+
|
1089
|
+
# Skipped CopyTo due to it being static, abstract and generic.
|
1090
|
+
|
1091
|
+
CopyTo : CopyTo_MethodGroup
|
1092
|
+
class CopyTo_MethodGroup:
|
1093
|
+
@typing.overload
|
1094
|
+
def __call__(self, sourceIndex: int, destination: Span_1[str], count: int) -> None:...
|
1095
|
+
@typing.overload
|
1096
|
+
def __call__(self, sourceIndex: int, destination: Array_1[str], destinationIndex: int, count: int) -> None:...
|
1097
|
+
|
1098
|
+
# Skipped Equals due to it being static, abstract and generic.
|
1099
|
+
|
1100
|
+
Equals : Equals_MethodGroup
|
1101
|
+
class Equals_MethodGroup:
|
1102
|
+
@typing.overload
|
1103
|
+
def __call__(self, span: ReadOnlySpan_1[str]) -> bool:...
|
1104
|
+
@typing.overload
|
1105
|
+
def __call__(self, sb: StringBuilder) -> bool:...
|
1106
|
+
|
1107
|
+
# Skipped Insert due to it being static, abstract and generic.
|
1108
|
+
|
1109
|
+
Insert : Insert_MethodGroup
|
1110
|
+
class Insert_MethodGroup:
|
1111
|
+
@typing.overload
|
1112
|
+
def __call__(self, index: int, value: float) -> StringBuilder:...
|
1113
|
+
# Method Insert(index : Int32, value : Double) was skipped since it collides with above method
|
1114
|
+
# Method Insert(index : Int32, value : SByte) was skipped since it collides with above method
|
1115
|
+
# Method Insert(index : Int32, value : Byte) was skipped since it collides with above method
|
1116
|
+
# Method Insert(index : Int32, value : Int16) was skipped since it collides with above method
|
1117
|
+
@typing.overload
|
1118
|
+
def __call__(self, index: int, value: str) -> StringBuilder:...
|
1119
|
+
# Method Insert(index : Int32, value : Int32) was skipped since it collides with above method
|
1120
|
+
# Method Insert(index : Int32, value : Int64) was skipped since it collides with above method
|
1121
|
+
# Method Insert(index : Int32, value : UInt16) was skipped since it collides with above method
|
1122
|
+
# Method Insert(index : Int32, value : UInt32) was skipped since it collides with above method
|
1123
|
+
# Method Insert(index : Int32, value : UInt64) was skipped since it collides with above method
|
1124
|
+
@typing.overload
|
1125
|
+
def __call__(self, index: int, value: Decimal) -> StringBuilder:...
|
1126
|
+
@typing.overload
|
1127
|
+
def __call__(self, index: int, value: Array_1[str]) -> StringBuilder:...
|
1128
|
+
@typing.overload
|
1129
|
+
def __call__(self, index: int, value: ReadOnlySpan_1[str]) -> StringBuilder:...
|
1130
|
+
# Method Insert(index : Int32, value : String) was skipped since it collides with above method
|
1131
|
+
# Method Insert(index : Int32, value : Boolean) was skipped since it collides with above method
|
1132
|
+
@typing.overload
|
1133
|
+
def __call__(self, index: int, value: typing.Any) -> StringBuilder:...
|
1134
|
+
@typing.overload
|
1135
|
+
def __call__(self, index: int, value: str, count: int) -> StringBuilder:...
|
1136
|
+
@typing.overload
|
1137
|
+
def __call__(self, index: int, value: Array_1[str], startIndex: int, charCount: int) -> StringBuilder:...
|
1138
|
+
|
1139
|
+
# Skipped Replace due to it being static, abstract and generic.
|
1140
|
+
|
1141
|
+
Replace : Replace_MethodGroup
|
1142
|
+
class Replace_MethodGroup:
|
1143
|
+
@typing.overload
|
1144
|
+
def __call__(self, oldChar: str, newChar: str) -> StringBuilder:...
|
1145
|
+
# Method Replace(oldValue : String, newValue : String) was skipped since it collides with above method
|
1146
|
+
@typing.overload
|
1147
|
+
def __call__(self, oldChar: str, newChar: str, startIndex: int, count: int) -> StringBuilder:...
|
1148
|
+
# Method Replace(oldValue : String, newValue : String, startIndex : Int32, count : Int32) was skipped since it collides with above method
|
1149
|
+
|
1150
|
+
# Skipped ToString due to it being static, abstract and generic.
|
1151
|
+
|
1152
|
+
ToString : ToString_MethodGroup
|
1153
|
+
class ToString_MethodGroup:
|
1154
|
+
@typing.overload
|
1155
|
+
def __call__(self) -> str:...
|
1156
|
+
@typing.overload
|
1157
|
+
def __call__(self, startIndex: int, length: int) -> str:...
|
1158
|
+
|
1159
|
+
|
1160
|
+
class AppendInterpolatedStringHandler:
|
1161
|
+
@typing.overload
|
1162
|
+
def __init__(self, literalLength: int, formattedCount: int, stringBuilder: StringBuilder) -> None: ...
|
1163
|
+
@typing.overload
|
1164
|
+
def __init__(self, literalLength: int, formattedCount: int, stringBuilder: StringBuilder, provider: IFormatProvider) -> None: ...
|
1165
|
+
def AppendLiteral(self, value: str) -> None: ...
|
1166
|
+
# Skipped AppendFormatted due to it being static, abstract and generic.
|
1167
|
+
|
1168
|
+
AppendFormatted : AppendFormatted_MethodGroup
|
1169
|
+
class AppendFormatted_MethodGroup:
|
1170
|
+
def __getitem__(self, t:typing.Type[AppendFormatted_1_T1]) -> AppendFormatted_1[AppendFormatted_1_T1]: ...
|
1171
|
+
|
1172
|
+
AppendFormatted_1_T1 = typing.TypeVar('AppendFormatted_1_T1')
|
1173
|
+
class AppendFormatted_1(typing.Generic[AppendFormatted_1_T1]):
|
1174
|
+
AppendFormatted_1_T = StringBuilder.AppendInterpolatedStringHandler.AppendFormatted_MethodGroup.AppendFormatted_1_T1
|
1175
|
+
@typing.overload
|
1176
|
+
def __call__(self, value: AppendFormatted_1_T) -> None:...
|
1177
|
+
@typing.overload
|
1178
|
+
def __call__(self, value: AppendFormatted_1_T, alignment: int) -> None:...
|
1179
|
+
@typing.overload
|
1180
|
+
def __call__(self, value: AppendFormatted_1_T, format: str) -> None:...
|
1181
|
+
@typing.overload
|
1182
|
+
def __call__(self, value: AppendFormatted_1_T, alignment: int, format: str) -> None:...
|
1183
|
+
|
1184
|
+
@typing.overload
|
1185
|
+
def __call__(self, value: ReadOnlySpan_1[str]) -> None:...
|
1186
|
+
@typing.overload
|
1187
|
+
def __call__(self, value: str) -> None:...
|
1188
|
+
@typing.overload
|
1189
|
+
def __call__(self, value: ReadOnlySpan_1[str], alignment: int = ..., format: str = ...) -> None:...
|
1190
|
+
@typing.overload
|
1191
|
+
def __call__(self, value: str, alignment: int = ..., format: str = ...) -> None:...
|
1192
|
+
@typing.overload
|
1193
|
+
def __call__(self, value: typing.Any, alignment: int = ..., format: str = ...) -> None:...
|
1194
|
+
|
1195
|
+
|
1196
|
+
|
1197
|
+
class ChunkEnumerator:
|
1198
|
+
@property
|
1199
|
+
def Current(self) -> ReadOnlyMemory_1[str]: ...
|
1200
|
+
def GetEnumerator(self) -> StringBuilder.ChunkEnumerator: ...
|
1201
|
+
def MoveNext(self) -> bool: ...
|
1202
|
+
|
1203
|
+
|
1204
|
+
|
1205
|
+
class StringRuneEnumerator(IEnumerator_1[Rune], IEnumerable_1[Rune]):
|
1206
|
+
@property
|
1207
|
+
def Current(self) -> Rune: ...
|
1208
|
+
def GetEnumerator(self) -> StringRuneEnumerator: ...
|
1209
|
+
def MoveNext(self) -> bool: ...
|
1210
|
+
|
1211
|
+
|
1212
|
+
class UnicodeEncoding(Encoding):
|
1213
|
+
@typing.overload
|
1214
|
+
def __init__(self) -> None: ...
|
1215
|
+
@typing.overload
|
1216
|
+
def __init__(self, bigEndian: bool, byteOrderMark: bool) -> None: ...
|
1217
|
+
@typing.overload
|
1218
|
+
def __init__(self, bigEndian: bool, byteOrderMark: bool, throwOnInvalidBytes: bool) -> None: ...
|
1219
|
+
CharSize : int
|
1220
|
+
@property
|
1221
|
+
def BodyName(self) -> str: ...
|
1222
|
+
@property
|
1223
|
+
def CodePage(self) -> int: ...
|
1224
|
+
@property
|
1225
|
+
def DecoderFallback(self) -> DecoderFallback: ...
|
1226
|
+
@DecoderFallback.setter
|
1227
|
+
def DecoderFallback(self, value: DecoderFallback) -> DecoderFallback: ...
|
1228
|
+
@property
|
1229
|
+
def EncoderFallback(self) -> EncoderFallback: ...
|
1230
|
+
@EncoderFallback.setter
|
1231
|
+
def EncoderFallback(self, value: EncoderFallback) -> EncoderFallback: ...
|
1232
|
+
@property
|
1233
|
+
def EncodingName(self) -> str: ...
|
1234
|
+
@property
|
1235
|
+
def HeaderName(self) -> str: ...
|
1236
|
+
@property
|
1237
|
+
def IsBrowserDisplay(self) -> bool: ...
|
1238
|
+
@property
|
1239
|
+
def IsBrowserSave(self) -> bool: ...
|
1240
|
+
@property
|
1241
|
+
def IsMailNewsDisplay(self) -> bool: ...
|
1242
|
+
@property
|
1243
|
+
def IsMailNewsSave(self) -> bool: ...
|
1244
|
+
@property
|
1245
|
+
def IsReadOnly(self) -> bool: ...
|
1246
|
+
@IsReadOnly.setter
|
1247
|
+
def IsReadOnly(self, value: bool) -> bool: ...
|
1248
|
+
@property
|
1249
|
+
def IsSingleByte(self) -> bool: ...
|
1250
|
+
@property
|
1251
|
+
def Preamble(self) -> ReadOnlySpan_1[int]: ...
|
1252
|
+
@property
|
1253
|
+
def WebName(self) -> str: ...
|
1254
|
+
@property
|
1255
|
+
def WindowsCodePage(self) -> int: ...
|
1256
|
+
def Equals(self, value: typing.Any) -> bool: ...
|
1257
|
+
def GetDecoder(self) -> Decoder: ...
|
1258
|
+
def GetEncoder(self) -> Encoder: ...
|
1259
|
+
def GetHashCode(self) -> int: ...
|
1260
|
+
def GetMaxByteCount(self, charCount: int) -> int: ...
|
1261
|
+
def GetMaxCharCount(self, byteCount: int) -> int: ...
|
1262
|
+
def GetPreamble(self) -> Array_1[int]: ...
|
1263
|
+
def GetString(self, bytes: Array_1[int], index: int, count: int) -> str: ...
|
1264
|
+
# Skipped GetByteCount due to it being static, abstract and generic.
|
1265
|
+
|
1266
|
+
GetByteCount : GetByteCount_MethodGroup
|
1267
|
+
class GetByteCount_MethodGroup:
|
1268
|
+
@typing.overload
|
1269
|
+
def __call__(self, s: str) -> int:...
|
1270
|
+
@typing.overload
|
1271
|
+
def __call__(self, chars: clr.Reference[str], count: int) -> int:...
|
1272
|
+
@typing.overload
|
1273
|
+
def __call__(self, chars: Array_1[str], index: int, count: int) -> int:...
|
1274
|
+
|
1275
|
+
# Skipped GetBytes due to it being static, abstract and generic.
|
1276
|
+
|
1277
|
+
GetBytes : GetBytes_MethodGroup
|
1278
|
+
class GetBytes_MethodGroup:
|
1279
|
+
@typing.overload
|
1280
|
+
def __call__(self, chars: clr.Reference[str], charCount: int, bytes: clr.Reference[int], byteCount: int) -> int:...
|
1281
|
+
@typing.overload
|
1282
|
+
def __call__(self, chars: Array_1[str], charIndex: int, charCount: int, bytes: Array_1[int], byteIndex: int) -> int:...
|
1283
|
+
@typing.overload
|
1284
|
+
def __call__(self, s: str, charIndex: int, charCount: int, bytes: Array_1[int], byteIndex: int) -> int:...
|
1285
|
+
|
1286
|
+
# Skipped GetCharCount due to it being static, abstract and generic.
|
1287
|
+
|
1288
|
+
GetCharCount : GetCharCount_MethodGroup
|
1289
|
+
class GetCharCount_MethodGroup:
|
1290
|
+
@typing.overload
|
1291
|
+
def __call__(self, bytes: clr.Reference[int], count: int) -> int:...
|
1292
|
+
@typing.overload
|
1293
|
+
def __call__(self, bytes: Array_1[int], index: int, count: int) -> int:...
|
1294
|
+
|
1295
|
+
# Skipped GetChars due to it being static, abstract and generic.
|
1296
|
+
|
1297
|
+
GetChars : GetChars_MethodGroup
|
1298
|
+
class GetChars_MethodGroup:
|
1299
|
+
@typing.overload
|
1300
|
+
def __call__(self, bytes: clr.Reference[int], byteCount: int, chars: clr.Reference[str], charCount: int) -> int:...
|
1301
|
+
@typing.overload
|
1302
|
+
def __call__(self, bytes: Array_1[int], byteIndex: int, byteCount: int, chars: Array_1[str], charIndex: int) -> int:...
|
1303
|
+
|
1304
|
+
|
1305
|
+
|
1306
|
+
class UTF32Encoding(Encoding):
|
1307
|
+
@typing.overload
|
1308
|
+
def __init__(self) -> None: ...
|
1309
|
+
@typing.overload
|
1310
|
+
def __init__(self, bigEndian: bool, byteOrderMark: bool) -> None: ...
|
1311
|
+
@typing.overload
|
1312
|
+
def __init__(self, bigEndian: bool, byteOrderMark: bool, throwOnInvalidCharacters: bool) -> None: ...
|
1313
|
+
@property
|
1314
|
+
def BodyName(self) -> str: ...
|
1315
|
+
@property
|
1316
|
+
def CodePage(self) -> int: ...
|
1317
|
+
@property
|
1318
|
+
def DecoderFallback(self) -> DecoderFallback: ...
|
1319
|
+
@DecoderFallback.setter
|
1320
|
+
def DecoderFallback(self, value: DecoderFallback) -> DecoderFallback: ...
|
1321
|
+
@property
|
1322
|
+
def EncoderFallback(self) -> EncoderFallback: ...
|
1323
|
+
@EncoderFallback.setter
|
1324
|
+
def EncoderFallback(self, value: EncoderFallback) -> EncoderFallback: ...
|
1325
|
+
@property
|
1326
|
+
def EncodingName(self) -> str: ...
|
1327
|
+
@property
|
1328
|
+
def HeaderName(self) -> str: ...
|
1329
|
+
@property
|
1330
|
+
def IsBrowserDisplay(self) -> bool: ...
|
1331
|
+
@property
|
1332
|
+
def IsBrowserSave(self) -> bool: ...
|
1333
|
+
@property
|
1334
|
+
def IsMailNewsDisplay(self) -> bool: ...
|
1335
|
+
@property
|
1336
|
+
def IsMailNewsSave(self) -> bool: ...
|
1337
|
+
@property
|
1338
|
+
def IsReadOnly(self) -> bool: ...
|
1339
|
+
@IsReadOnly.setter
|
1340
|
+
def IsReadOnly(self, value: bool) -> bool: ...
|
1341
|
+
@property
|
1342
|
+
def IsSingleByte(self) -> bool: ...
|
1343
|
+
@property
|
1344
|
+
def Preamble(self) -> ReadOnlySpan_1[int]: ...
|
1345
|
+
@property
|
1346
|
+
def WebName(self) -> str: ...
|
1347
|
+
@property
|
1348
|
+
def WindowsCodePage(self) -> int: ...
|
1349
|
+
def Equals(self, value: typing.Any) -> bool: ...
|
1350
|
+
def GetDecoder(self) -> Decoder: ...
|
1351
|
+
def GetEncoder(self) -> Encoder: ...
|
1352
|
+
def GetHashCode(self) -> int: ...
|
1353
|
+
def GetMaxByteCount(self, charCount: int) -> int: ...
|
1354
|
+
def GetMaxCharCount(self, byteCount: int) -> int: ...
|
1355
|
+
def GetPreamble(self) -> Array_1[int]: ...
|
1356
|
+
def GetString(self, bytes: Array_1[int], index: int, count: int) -> str: ...
|
1357
|
+
# Skipped GetByteCount due to it being static, abstract and generic.
|
1358
|
+
|
1359
|
+
GetByteCount : GetByteCount_MethodGroup
|
1360
|
+
class GetByteCount_MethodGroup:
|
1361
|
+
@typing.overload
|
1362
|
+
def __call__(self, s: str) -> int:...
|
1363
|
+
@typing.overload
|
1364
|
+
def __call__(self, chars: clr.Reference[str], count: int) -> int:...
|
1365
|
+
@typing.overload
|
1366
|
+
def __call__(self, chars: Array_1[str], index: int, count: int) -> int:...
|
1367
|
+
|
1368
|
+
# Skipped GetBytes due to it being static, abstract and generic.
|
1369
|
+
|
1370
|
+
GetBytes : GetBytes_MethodGroup
|
1371
|
+
class GetBytes_MethodGroup:
|
1372
|
+
@typing.overload
|
1373
|
+
def __call__(self, chars: clr.Reference[str], charCount: int, bytes: clr.Reference[int], byteCount: int) -> int:...
|
1374
|
+
@typing.overload
|
1375
|
+
def __call__(self, chars: Array_1[str], charIndex: int, charCount: int, bytes: Array_1[int], byteIndex: int) -> int:...
|
1376
|
+
@typing.overload
|
1377
|
+
def __call__(self, s: str, charIndex: int, charCount: int, bytes: Array_1[int], byteIndex: int) -> int:...
|
1378
|
+
|
1379
|
+
# Skipped GetCharCount due to it being static, abstract and generic.
|
1380
|
+
|
1381
|
+
GetCharCount : GetCharCount_MethodGroup
|
1382
|
+
class GetCharCount_MethodGroup:
|
1383
|
+
@typing.overload
|
1384
|
+
def __call__(self, bytes: clr.Reference[int], count: int) -> int:...
|
1385
|
+
@typing.overload
|
1386
|
+
def __call__(self, bytes: Array_1[int], index: int, count: int) -> int:...
|
1387
|
+
|
1388
|
+
# Skipped GetChars due to it being static, abstract and generic.
|
1389
|
+
|
1390
|
+
GetChars : GetChars_MethodGroup
|
1391
|
+
class GetChars_MethodGroup:
|
1392
|
+
@typing.overload
|
1393
|
+
def __call__(self, bytes: clr.Reference[int], byteCount: int, chars: clr.Reference[str], charCount: int) -> int:...
|
1394
|
+
@typing.overload
|
1395
|
+
def __call__(self, bytes: Array_1[int], byteIndex: int, byteCount: int, chars: Array_1[str], charIndex: int) -> int:...
|
1396
|
+
|
1397
|
+
|
1398
|
+
|
1399
|
+
class UTF7Encoding(Encoding):
|
1400
|
+
@typing.overload
|
1401
|
+
def __init__(self) -> None: ...
|
1402
|
+
@typing.overload
|
1403
|
+
def __init__(self, allowOptionals: bool) -> None: ...
|
1404
|
+
@property
|
1405
|
+
def BodyName(self) -> str: ...
|
1406
|
+
@property
|
1407
|
+
def CodePage(self) -> int: ...
|
1408
|
+
@property
|
1409
|
+
def DecoderFallback(self) -> DecoderFallback: ...
|
1410
|
+
@DecoderFallback.setter
|
1411
|
+
def DecoderFallback(self, value: DecoderFallback) -> DecoderFallback: ...
|
1412
|
+
@property
|
1413
|
+
def EncoderFallback(self) -> EncoderFallback: ...
|
1414
|
+
@EncoderFallback.setter
|
1415
|
+
def EncoderFallback(self, value: EncoderFallback) -> EncoderFallback: ...
|
1416
|
+
@property
|
1417
|
+
def EncodingName(self) -> str: ...
|
1418
|
+
@property
|
1419
|
+
def HeaderName(self) -> str: ...
|
1420
|
+
@property
|
1421
|
+
def IsBrowserDisplay(self) -> bool: ...
|
1422
|
+
@property
|
1423
|
+
def IsBrowserSave(self) -> bool: ...
|
1424
|
+
@property
|
1425
|
+
def IsMailNewsDisplay(self) -> bool: ...
|
1426
|
+
@property
|
1427
|
+
def IsMailNewsSave(self) -> bool: ...
|
1428
|
+
@property
|
1429
|
+
def IsReadOnly(self) -> bool: ...
|
1430
|
+
@IsReadOnly.setter
|
1431
|
+
def IsReadOnly(self, value: bool) -> bool: ...
|
1432
|
+
@property
|
1433
|
+
def IsSingleByte(self) -> bool: ...
|
1434
|
+
@property
|
1435
|
+
def Preamble(self) -> ReadOnlySpan_1[int]: ...
|
1436
|
+
@property
|
1437
|
+
def WebName(self) -> str: ...
|
1438
|
+
@property
|
1439
|
+
def WindowsCodePage(self) -> int: ...
|
1440
|
+
def Equals(self, value: typing.Any) -> bool: ...
|
1441
|
+
def GetDecoder(self) -> Decoder: ...
|
1442
|
+
def GetEncoder(self) -> Encoder: ...
|
1443
|
+
def GetHashCode(self) -> int: ...
|
1444
|
+
def GetMaxByteCount(self, charCount: int) -> int: ...
|
1445
|
+
def GetMaxCharCount(self, byteCount: int) -> int: ...
|
1446
|
+
def GetString(self, bytes: Array_1[int], index: int, count: int) -> str: ...
|
1447
|
+
# Skipped GetByteCount due to it being static, abstract and generic.
|
1448
|
+
|
1449
|
+
GetByteCount : GetByteCount_MethodGroup
|
1450
|
+
class GetByteCount_MethodGroup:
|
1451
|
+
@typing.overload
|
1452
|
+
def __call__(self, s: str) -> int:...
|
1453
|
+
@typing.overload
|
1454
|
+
def __call__(self, chars: clr.Reference[str], count: int) -> int:...
|
1455
|
+
@typing.overload
|
1456
|
+
def __call__(self, chars: Array_1[str], index: int, count: int) -> int:...
|
1457
|
+
|
1458
|
+
# Skipped GetBytes due to it being static, abstract and generic.
|
1459
|
+
|
1460
|
+
GetBytes : GetBytes_MethodGroup
|
1461
|
+
class GetBytes_MethodGroup:
|
1462
|
+
@typing.overload
|
1463
|
+
def __call__(self, chars: clr.Reference[str], charCount: int, bytes: clr.Reference[int], byteCount: int) -> int:...
|
1464
|
+
@typing.overload
|
1465
|
+
def __call__(self, chars: Array_1[str], charIndex: int, charCount: int, bytes: Array_1[int], byteIndex: int) -> int:...
|
1466
|
+
@typing.overload
|
1467
|
+
def __call__(self, s: str, charIndex: int, charCount: int, bytes: Array_1[int], byteIndex: int) -> int:...
|
1468
|
+
|
1469
|
+
# Skipped GetCharCount due to it being static, abstract and generic.
|
1470
|
+
|
1471
|
+
GetCharCount : GetCharCount_MethodGroup
|
1472
|
+
class GetCharCount_MethodGroup:
|
1473
|
+
@typing.overload
|
1474
|
+
def __call__(self, bytes: clr.Reference[int], count: int) -> int:...
|
1475
|
+
@typing.overload
|
1476
|
+
def __call__(self, bytes: Array_1[int], index: int, count: int) -> int:...
|
1477
|
+
|
1478
|
+
# Skipped GetChars due to it being static, abstract and generic.
|
1479
|
+
|
1480
|
+
GetChars : GetChars_MethodGroup
|
1481
|
+
class GetChars_MethodGroup:
|
1482
|
+
@typing.overload
|
1483
|
+
def __call__(self, bytes: clr.Reference[int], byteCount: int, chars: clr.Reference[str], charCount: int) -> int:...
|
1484
|
+
@typing.overload
|
1485
|
+
def __call__(self, bytes: Array_1[int], byteIndex: int, byteCount: int, chars: Array_1[str], charIndex: int) -> int:...
|
1486
|
+
|
1487
|
+
|
1488
|
+
|
1489
|
+
class UTF8Encoding(Encoding):
|
1490
|
+
@typing.overload
|
1491
|
+
def __init__(self) -> None: ...
|
1492
|
+
@typing.overload
|
1493
|
+
def __init__(self, encoderShouldEmitUTF8Identifier: bool) -> None: ...
|
1494
|
+
@typing.overload
|
1495
|
+
def __init__(self, encoderShouldEmitUTF8Identifier: bool, throwOnInvalidBytes: bool) -> None: ...
|
1496
|
+
@property
|
1497
|
+
def BodyName(self) -> str: ...
|
1498
|
+
@property
|
1499
|
+
def CodePage(self) -> int: ...
|
1500
|
+
@property
|
1501
|
+
def DecoderFallback(self) -> DecoderFallback: ...
|
1502
|
+
@DecoderFallback.setter
|
1503
|
+
def DecoderFallback(self, value: DecoderFallback) -> DecoderFallback: ...
|
1504
|
+
@property
|
1505
|
+
def EncoderFallback(self) -> EncoderFallback: ...
|
1506
|
+
@EncoderFallback.setter
|
1507
|
+
def EncoderFallback(self, value: EncoderFallback) -> EncoderFallback: ...
|
1508
|
+
@property
|
1509
|
+
def EncodingName(self) -> str: ...
|
1510
|
+
@property
|
1511
|
+
def HeaderName(self) -> str: ...
|
1512
|
+
@property
|
1513
|
+
def IsBrowserDisplay(self) -> bool: ...
|
1514
|
+
@property
|
1515
|
+
def IsBrowserSave(self) -> bool: ...
|
1516
|
+
@property
|
1517
|
+
def IsMailNewsDisplay(self) -> bool: ...
|
1518
|
+
@property
|
1519
|
+
def IsMailNewsSave(self) -> bool: ...
|
1520
|
+
@property
|
1521
|
+
def IsReadOnly(self) -> bool: ...
|
1522
|
+
@IsReadOnly.setter
|
1523
|
+
def IsReadOnly(self, value: bool) -> bool: ...
|
1524
|
+
@property
|
1525
|
+
def IsSingleByte(self) -> bool: ...
|
1526
|
+
@property
|
1527
|
+
def Preamble(self) -> ReadOnlySpan_1[int]: ...
|
1528
|
+
@property
|
1529
|
+
def WebName(self) -> str: ...
|
1530
|
+
@property
|
1531
|
+
def WindowsCodePage(self) -> int: ...
|
1532
|
+
def Equals(self, value: typing.Any) -> bool: ...
|
1533
|
+
def GetDecoder(self) -> Decoder: ...
|
1534
|
+
def GetEncoder(self) -> Encoder: ...
|
1535
|
+
def GetHashCode(self) -> int: ...
|
1536
|
+
def GetMaxByteCount(self, charCount: int) -> int: ...
|
1537
|
+
def GetMaxCharCount(self, byteCount: int) -> int: ...
|
1538
|
+
def GetPreamble(self) -> Array_1[int]: ...
|
1539
|
+
def GetString(self, bytes: Array_1[int], index: int, count: int) -> str: ...
|
1540
|
+
def TryGetBytes(self, chars: ReadOnlySpan_1[str], bytes: Span_1[int], bytesWritten: clr.Reference[int]) -> bool: ...
|
1541
|
+
def TryGetChars(self, bytes: ReadOnlySpan_1[int], chars: Span_1[str], charsWritten: clr.Reference[int]) -> bool: ...
|
1542
|
+
# Skipped GetByteCount due to it being static, abstract and generic.
|
1543
|
+
|
1544
|
+
GetByteCount : GetByteCount_MethodGroup
|
1545
|
+
class GetByteCount_MethodGroup:
|
1546
|
+
@typing.overload
|
1547
|
+
def __call__(self, chars: ReadOnlySpan_1[str]) -> int:...
|
1548
|
+
@typing.overload
|
1549
|
+
def __call__(self, chars: str) -> int:...
|
1550
|
+
@typing.overload
|
1551
|
+
def __call__(self, chars: clr.Reference[str], count: int) -> int:...
|
1552
|
+
@typing.overload
|
1553
|
+
def __call__(self, chars: Array_1[str], index: int, count: int) -> int:...
|
1554
|
+
|
1555
|
+
# Skipped GetBytes due to it being static, abstract and generic.
|
1556
|
+
|
1557
|
+
GetBytes : GetBytes_MethodGroup
|
1558
|
+
class GetBytes_MethodGroup:
|
1559
|
+
@typing.overload
|
1560
|
+
def __call__(self, chars: ReadOnlySpan_1[str], bytes: Span_1[int]) -> int:...
|
1561
|
+
@typing.overload
|
1562
|
+
def __call__(self, chars: clr.Reference[str], charCount: int, bytes: clr.Reference[int], byteCount: int) -> int:...
|
1563
|
+
@typing.overload
|
1564
|
+
def __call__(self, chars: Array_1[str], charIndex: int, charCount: int, bytes: Array_1[int], byteIndex: int) -> int:...
|
1565
|
+
@typing.overload
|
1566
|
+
def __call__(self, s: str, charIndex: int, charCount: int, bytes: Array_1[int], byteIndex: int) -> int:...
|
1567
|
+
|
1568
|
+
# Skipped GetCharCount due to it being static, abstract and generic.
|
1569
|
+
|
1570
|
+
GetCharCount : GetCharCount_MethodGroup
|
1571
|
+
class GetCharCount_MethodGroup:
|
1572
|
+
@typing.overload
|
1573
|
+
def __call__(self, bytes: ReadOnlySpan_1[int]) -> int:...
|
1574
|
+
@typing.overload
|
1575
|
+
def __call__(self, bytes: clr.Reference[int], count: int) -> int:...
|
1576
|
+
@typing.overload
|
1577
|
+
def __call__(self, bytes: Array_1[int], index: int, count: int) -> int:...
|
1578
|
+
|
1579
|
+
# Skipped GetChars due to it being static, abstract and generic.
|
1580
|
+
|
1581
|
+
GetChars : GetChars_MethodGroup
|
1582
|
+
class GetChars_MethodGroup:
|
1583
|
+
@typing.overload
|
1584
|
+
def __call__(self, bytes: ReadOnlySpan_1[int], chars: Span_1[str]) -> int:...
|
1585
|
+
@typing.overload
|
1586
|
+
def __call__(self, bytes: clr.Reference[int], byteCount: int, chars: clr.Reference[str], charCount: int) -> int:...
|
1587
|
+
@typing.overload
|
1588
|
+
def __call__(self, bytes: Array_1[int], byteIndex: int, byteCount: int, chars: Array_1[str], charIndex: int) -> int:...
|
1589
|
+
|
1590
|
+
|