PySimultan 0.5.9.7__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 +4 -0
- PySimultan2/__about__.py +1 -1
- PySimultan2/data_model.py +3 -3
- PySimultan2/default_types.py +39 -8
- PySimultan2/files.py +1 -1
- PySimultan2/object_mapper.py +2 -0
- 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/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 +9 -4
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/METADATA +1 -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.7.dist-info/RECORD +0 -81
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/WHEEL +0 -0
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -0,0 +1,1945 @@
|
|
1
|
+
import typing, clr, abc
|
2
|
+
from System.Reflection import Assembly, CustomAttributeData, TypeInfo, MethodInfo, Module, ManifestResourceInfo, AssemblyName, ConstructorInfo, MethodAttributes, CallingConventions, MemberTypes, MethodImplAttributes, ParameterAttributes, FieldInfo, PropertyInfo, ParameterInfo, ICustomAttributeProvider, BindingFlags, Binder, TypeAttributes, EventInfo, MemberInfo, MethodBase, GenericParameterAttributes, FieldAttributes, LocalVariableInfo, PropertyAttributes, EventAttributes
|
3
|
+
from System.Collections.Generic import IEnumerable_1
|
4
|
+
from System.Security import SecurityRuleSet
|
5
|
+
from System import Array_1, RuntimeMethodHandle, RuntimeFieldHandle, RuntimeTypeHandle, Delegate, Guid, IEquatable_1, ModuleHandle
|
6
|
+
from System.IO import FileStream, Stream
|
7
|
+
from System.Globalization import CultureInfo
|
8
|
+
from System.Runtime.InteropServices import StructLayoutAttribute, CallingConvention, CharSet
|
9
|
+
|
10
|
+
class AssemblyBuilder(Assembly):
|
11
|
+
@property
|
12
|
+
def CodeBase(self) -> str: ...
|
13
|
+
@property
|
14
|
+
def CustomAttributes(self) -> IEnumerable_1[CustomAttributeData]: ...
|
15
|
+
@property
|
16
|
+
def DefinedTypes(self) -> IEnumerable_1[TypeInfo]: ...
|
17
|
+
@property
|
18
|
+
def EntryPoint(self) -> MethodInfo: ...
|
19
|
+
@property
|
20
|
+
def EscapedCodeBase(self) -> str: ...
|
21
|
+
@property
|
22
|
+
def ExportedTypes(self) -> IEnumerable_1[typing.Type[typing.Any]]: ...
|
23
|
+
@property
|
24
|
+
def FullName(self) -> str: ...
|
25
|
+
@property
|
26
|
+
def GlobalAssemblyCache(self) -> bool: ...
|
27
|
+
@property
|
28
|
+
def HostContext(self) -> int: ...
|
29
|
+
@property
|
30
|
+
def ImageRuntimeVersion(self) -> str: ...
|
31
|
+
@property
|
32
|
+
def IsCollectible(self) -> bool: ...
|
33
|
+
@property
|
34
|
+
def IsDynamic(self) -> bool: ...
|
35
|
+
@property
|
36
|
+
def IsFullyTrusted(self) -> bool: ...
|
37
|
+
@property
|
38
|
+
def Location(self) -> str: ...
|
39
|
+
@property
|
40
|
+
def ManifestModule(self) -> Module: ...
|
41
|
+
@property
|
42
|
+
def Modules(self) -> IEnumerable_1[Module]: ...
|
43
|
+
@property
|
44
|
+
def ReflectionOnly(self) -> bool: ...
|
45
|
+
@property
|
46
|
+
def SecurityRuleSet(self) -> SecurityRuleSet: ...
|
47
|
+
def DefineDynamicModule(self, name: str) -> ModuleBuilder: ...
|
48
|
+
def GetDynamicModule(self, name: str) -> ModuleBuilder: ...
|
49
|
+
def GetExportedTypes(self) -> Array_1[typing.Type[typing.Any]]: ...
|
50
|
+
def GetFile(self, name: str) -> FileStream: ...
|
51
|
+
def GetFiles(self, getResourceModules: bool) -> Array_1[FileStream]: ...
|
52
|
+
def GetManifestResourceInfo(self, resourceName: str) -> ManifestResourceInfo: ...
|
53
|
+
def GetManifestResourceNames(self) -> Array_1[str]: ...
|
54
|
+
# Skipped DefineDynamicAssembly due to it being static, abstract and generic.
|
55
|
+
|
56
|
+
DefineDynamicAssembly : DefineDynamicAssembly_MethodGroup
|
57
|
+
class DefineDynamicAssembly_MethodGroup:
|
58
|
+
@typing.overload
|
59
|
+
def __call__(self, name: AssemblyName, access: AssemblyBuilderAccess) -> AssemblyBuilder:...
|
60
|
+
@typing.overload
|
61
|
+
def __call__(self, name: AssemblyName, access: AssemblyBuilderAccess, assemblyAttributes: IEnumerable_1[CustomAttributeBuilder]) -> AssemblyBuilder:...
|
62
|
+
|
63
|
+
# Skipped GetManifestResourceStream due to it being static, abstract and generic.
|
64
|
+
|
65
|
+
GetManifestResourceStream : GetManifestResourceStream_MethodGroup
|
66
|
+
class GetManifestResourceStream_MethodGroup:
|
67
|
+
@typing.overload
|
68
|
+
def __call__(self, name: str) -> Stream:...
|
69
|
+
@typing.overload
|
70
|
+
def __call__(self, type: typing.Type[typing.Any], name: str) -> Stream:...
|
71
|
+
|
72
|
+
# Skipped SetCustomAttribute due to it being static, abstract and generic.
|
73
|
+
|
74
|
+
SetCustomAttribute : SetCustomAttribute_MethodGroup
|
75
|
+
class SetCustomAttribute_MethodGroup:
|
76
|
+
@typing.overload
|
77
|
+
def __call__(self, customBuilder: CustomAttributeBuilder) -> None:...
|
78
|
+
@typing.overload
|
79
|
+
def __call__(self, con: ConstructorInfo, binaryAttribute: Array_1[int]) -> None:...
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
class AssemblyBuilderAccess(typing.SupportsInt):
|
84
|
+
@typing.overload
|
85
|
+
def __init__(self, value : int) -> None: ...
|
86
|
+
@typing.overload
|
87
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
88
|
+
def __int__(self) -> int: ...
|
89
|
+
|
90
|
+
# Values:
|
91
|
+
Run : AssemblyBuilderAccess # 1
|
92
|
+
RunAndCollect : AssemblyBuilderAccess # 9
|
93
|
+
|
94
|
+
|
95
|
+
class ConstructorBuilder(ConstructorInfo):
|
96
|
+
@property
|
97
|
+
def Attributes(self) -> MethodAttributes: ...
|
98
|
+
@property
|
99
|
+
def CallingConvention(self) -> CallingConventions: ...
|
100
|
+
@property
|
101
|
+
def ContainsGenericParameters(self) -> bool: ...
|
102
|
+
@property
|
103
|
+
def CustomAttributes(self) -> IEnumerable_1[CustomAttributeData]: ...
|
104
|
+
@property
|
105
|
+
def DeclaringType(self) -> typing.Type[typing.Any]: ...
|
106
|
+
@property
|
107
|
+
def InitLocals(self) -> bool: ...
|
108
|
+
@InitLocals.setter
|
109
|
+
def InitLocals(self, value: bool) -> bool: ...
|
110
|
+
@property
|
111
|
+
def IsAbstract(self) -> bool: ...
|
112
|
+
@property
|
113
|
+
def IsAssembly(self) -> bool: ...
|
114
|
+
@property
|
115
|
+
def IsCollectible(self) -> bool: ...
|
116
|
+
@property
|
117
|
+
def IsConstructedGenericMethod(self) -> bool: ...
|
118
|
+
@property
|
119
|
+
def IsConstructor(self) -> bool: ...
|
120
|
+
@property
|
121
|
+
def IsFamily(self) -> bool: ...
|
122
|
+
@property
|
123
|
+
def IsFamilyAndAssembly(self) -> bool: ...
|
124
|
+
@property
|
125
|
+
def IsFamilyOrAssembly(self) -> bool: ...
|
126
|
+
@property
|
127
|
+
def IsFinal(self) -> bool: ...
|
128
|
+
@property
|
129
|
+
def IsGenericMethod(self) -> bool: ...
|
130
|
+
@property
|
131
|
+
def IsGenericMethodDefinition(self) -> bool: ...
|
132
|
+
@property
|
133
|
+
def IsHideBySig(self) -> bool: ...
|
134
|
+
@property
|
135
|
+
def IsPrivate(self) -> bool: ...
|
136
|
+
@property
|
137
|
+
def IsPublic(self) -> bool: ...
|
138
|
+
@property
|
139
|
+
def IsSecurityCritical(self) -> bool: ...
|
140
|
+
@property
|
141
|
+
def IsSecuritySafeCritical(self) -> bool: ...
|
142
|
+
@property
|
143
|
+
def IsSecurityTransparent(self) -> bool: ...
|
144
|
+
@property
|
145
|
+
def IsSpecialName(self) -> bool: ...
|
146
|
+
@property
|
147
|
+
def IsStatic(self) -> bool: ...
|
148
|
+
@property
|
149
|
+
def IsVirtual(self) -> bool: ...
|
150
|
+
@property
|
151
|
+
def MemberType(self) -> MemberTypes: ...
|
152
|
+
@property
|
153
|
+
def MetadataToken(self) -> int: ...
|
154
|
+
@property
|
155
|
+
def MethodHandle(self) -> RuntimeMethodHandle: ...
|
156
|
+
@property
|
157
|
+
def MethodImplementationFlags(self) -> MethodImplAttributes: ...
|
158
|
+
@property
|
159
|
+
def Module(self) -> Module: ...
|
160
|
+
@property
|
161
|
+
def Name(self) -> str: ...
|
162
|
+
@property
|
163
|
+
def ReflectedType(self) -> typing.Type[typing.Any]: ...
|
164
|
+
def DefineParameter(self, iSequence: int, attributes: ParameterAttributes, strParamName: str) -> ParameterBuilder: ...
|
165
|
+
def SetImplementationFlags(self, attributes: MethodImplAttributes) -> None: ...
|
166
|
+
# Skipped GetILGenerator due to it being static, abstract and generic.
|
167
|
+
|
168
|
+
GetILGenerator : GetILGenerator_MethodGroup
|
169
|
+
class GetILGenerator_MethodGroup:
|
170
|
+
@typing.overload
|
171
|
+
def __call__(self) -> ILGenerator:...
|
172
|
+
@typing.overload
|
173
|
+
def __call__(self, streamSize: int) -> ILGenerator:...
|
174
|
+
|
175
|
+
# Skipped SetCustomAttribute due to it being static, abstract and generic.
|
176
|
+
|
177
|
+
SetCustomAttribute : SetCustomAttribute_MethodGroup
|
178
|
+
class SetCustomAttribute_MethodGroup:
|
179
|
+
@typing.overload
|
180
|
+
def __call__(self, customBuilder: CustomAttributeBuilder) -> None:...
|
181
|
+
@typing.overload
|
182
|
+
def __call__(self, con: ConstructorInfo, binaryAttribute: Array_1[int]) -> None:...
|
183
|
+
|
184
|
+
|
185
|
+
|
186
|
+
class CustomAttributeBuilder:
|
187
|
+
@typing.overload
|
188
|
+
def __init__(self, con: ConstructorInfo, constructorArgs: Array_1[typing.Any]) -> None: ...
|
189
|
+
@typing.overload
|
190
|
+
def __init__(self, con: ConstructorInfo, constructorArgs: Array_1[typing.Any], namedFields: Array_1[FieldInfo], fieldValues: Array_1[typing.Any]) -> None: ...
|
191
|
+
@typing.overload
|
192
|
+
def __init__(self, con: ConstructorInfo, constructorArgs: Array_1[typing.Any], namedProperties: Array_1[PropertyInfo], propertyValues: Array_1[typing.Any]) -> None: ...
|
193
|
+
@typing.overload
|
194
|
+
def __init__(self, con: ConstructorInfo, constructorArgs: Array_1[typing.Any], namedProperties: Array_1[PropertyInfo], propertyValues: Array_1[typing.Any], namedFields: Array_1[FieldInfo], fieldValues: Array_1[typing.Any]) -> None: ...
|
195
|
+
|
196
|
+
|
197
|
+
class DynamicILInfo:
|
198
|
+
@property
|
199
|
+
def DynamicMethod(self) -> DynamicMethod: ...
|
200
|
+
# Skipped GetTokenFor due to it being static, abstract and generic.
|
201
|
+
|
202
|
+
GetTokenFor : GetTokenFor_MethodGroup
|
203
|
+
class GetTokenFor_MethodGroup:
|
204
|
+
@typing.overload
|
205
|
+
def __call__(self, signature: Array_1[int]) -> int:...
|
206
|
+
@typing.overload
|
207
|
+
def __call__(self, method: DynamicMethod) -> int:...
|
208
|
+
@typing.overload
|
209
|
+
def __call__(self, field: RuntimeFieldHandle) -> int:...
|
210
|
+
@typing.overload
|
211
|
+
def __call__(self, literal: str) -> int:...
|
212
|
+
@typing.overload
|
213
|
+
def __call__(self, method: RuntimeMethodHandle) -> int:...
|
214
|
+
@typing.overload
|
215
|
+
def __call__(self, type: RuntimeTypeHandle) -> int:...
|
216
|
+
@typing.overload
|
217
|
+
def __call__(self, field: RuntimeFieldHandle, contextType: RuntimeTypeHandle) -> int:...
|
218
|
+
@typing.overload
|
219
|
+
def __call__(self, method: RuntimeMethodHandle, contextType: RuntimeTypeHandle) -> int:...
|
220
|
+
|
221
|
+
# Skipped SetCode due to it being static, abstract and generic.
|
222
|
+
|
223
|
+
SetCode : SetCode_MethodGroup
|
224
|
+
class SetCode_MethodGroup:
|
225
|
+
@typing.overload
|
226
|
+
def __call__(self, code: Array_1[int], maxStackSize: int) -> None:...
|
227
|
+
@typing.overload
|
228
|
+
def __call__(self, code: clr.Reference[int], codeSize: int, maxStackSize: int) -> None:...
|
229
|
+
|
230
|
+
# Skipped SetExceptions due to it being static, abstract and generic.
|
231
|
+
|
232
|
+
SetExceptions : SetExceptions_MethodGroup
|
233
|
+
class SetExceptions_MethodGroup:
|
234
|
+
@typing.overload
|
235
|
+
def __call__(self, exceptions: Array_1[int]) -> None:...
|
236
|
+
@typing.overload
|
237
|
+
def __call__(self, exceptions: clr.Reference[int], exceptionsSize: int) -> None:...
|
238
|
+
|
239
|
+
# Skipped SetLocalSignature due to it being static, abstract and generic.
|
240
|
+
|
241
|
+
SetLocalSignature : SetLocalSignature_MethodGroup
|
242
|
+
class SetLocalSignature_MethodGroup:
|
243
|
+
@typing.overload
|
244
|
+
def __call__(self, localSignature: Array_1[int]) -> None:...
|
245
|
+
@typing.overload
|
246
|
+
def __call__(self, localSignature: clr.Reference[int], signatureSize: int) -> None:...
|
247
|
+
|
248
|
+
|
249
|
+
|
250
|
+
class DynamicMethod(MethodInfo):
|
251
|
+
@typing.overload
|
252
|
+
def __init__(self, name: str, attributes: MethodAttributes, callingConvention: CallingConventions, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]], m: Module, skipVisibility: bool) -> None: ...
|
253
|
+
@typing.overload
|
254
|
+
def __init__(self, name: str, attributes: MethodAttributes, callingConvention: CallingConventions, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]], owner: typing.Type[typing.Any], skipVisibility: bool) -> None: ...
|
255
|
+
@typing.overload
|
256
|
+
def __init__(self, name: str, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]]) -> None: ...
|
257
|
+
@typing.overload
|
258
|
+
def __init__(self, name: str, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]], m: Module) -> None: ...
|
259
|
+
@typing.overload
|
260
|
+
def __init__(self, name: str, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]], m: Module, skipVisibility: bool) -> None: ...
|
261
|
+
@typing.overload
|
262
|
+
def __init__(self, name: str, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]], owner: typing.Type[typing.Any]) -> None: ...
|
263
|
+
@typing.overload
|
264
|
+
def __init__(self, name: str, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]], owner: typing.Type[typing.Any], skipVisibility: bool) -> None: ...
|
265
|
+
@typing.overload
|
266
|
+
def __init__(self, name: str, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]], restrictedSkipVisibility: bool) -> None: ...
|
267
|
+
@property
|
268
|
+
def Attributes(self) -> MethodAttributes: ...
|
269
|
+
@property
|
270
|
+
def CallingConvention(self) -> CallingConventions: ...
|
271
|
+
@property
|
272
|
+
def ContainsGenericParameters(self) -> bool: ...
|
273
|
+
@property
|
274
|
+
def CustomAttributes(self) -> IEnumerable_1[CustomAttributeData]: ...
|
275
|
+
@property
|
276
|
+
def DeclaringType(self) -> typing.Type[typing.Any]: ...
|
277
|
+
@property
|
278
|
+
def InitLocals(self) -> bool: ...
|
279
|
+
@InitLocals.setter
|
280
|
+
def InitLocals(self, value: bool) -> bool: ...
|
281
|
+
@property
|
282
|
+
def IsAbstract(self) -> bool: ...
|
283
|
+
@property
|
284
|
+
def IsAssembly(self) -> bool: ...
|
285
|
+
@property
|
286
|
+
def IsCollectible(self) -> bool: ...
|
287
|
+
@property
|
288
|
+
def IsConstructedGenericMethod(self) -> bool: ...
|
289
|
+
@property
|
290
|
+
def IsConstructor(self) -> bool: ...
|
291
|
+
@property
|
292
|
+
def IsFamily(self) -> bool: ...
|
293
|
+
@property
|
294
|
+
def IsFamilyAndAssembly(self) -> bool: ...
|
295
|
+
@property
|
296
|
+
def IsFamilyOrAssembly(self) -> bool: ...
|
297
|
+
@property
|
298
|
+
def IsFinal(self) -> bool: ...
|
299
|
+
@property
|
300
|
+
def IsGenericMethod(self) -> bool: ...
|
301
|
+
@property
|
302
|
+
def IsGenericMethodDefinition(self) -> bool: ...
|
303
|
+
@property
|
304
|
+
def IsHideBySig(self) -> bool: ...
|
305
|
+
@property
|
306
|
+
def IsPrivate(self) -> bool: ...
|
307
|
+
@property
|
308
|
+
def IsPublic(self) -> bool: ...
|
309
|
+
@property
|
310
|
+
def IsSecurityCritical(self) -> bool: ...
|
311
|
+
@property
|
312
|
+
def IsSecuritySafeCritical(self) -> bool: ...
|
313
|
+
@property
|
314
|
+
def IsSecurityTransparent(self) -> bool: ...
|
315
|
+
@property
|
316
|
+
def IsSpecialName(self) -> bool: ...
|
317
|
+
@property
|
318
|
+
def IsStatic(self) -> bool: ...
|
319
|
+
@property
|
320
|
+
def IsVirtual(self) -> bool: ...
|
321
|
+
@property
|
322
|
+
def MemberType(self) -> MemberTypes: ...
|
323
|
+
@property
|
324
|
+
def MetadataToken(self) -> int: ...
|
325
|
+
@property
|
326
|
+
def MethodHandle(self) -> RuntimeMethodHandle: ...
|
327
|
+
@property
|
328
|
+
def MethodImplementationFlags(self) -> MethodImplAttributes: ...
|
329
|
+
@property
|
330
|
+
def Module(self) -> Module: ...
|
331
|
+
@property
|
332
|
+
def Name(self) -> str: ...
|
333
|
+
@property
|
334
|
+
def ReflectedType(self) -> typing.Type[typing.Any]: ...
|
335
|
+
@property
|
336
|
+
def ReturnParameter(self) -> ParameterInfo: ...
|
337
|
+
@property
|
338
|
+
def ReturnType(self) -> typing.Type[typing.Any]: ...
|
339
|
+
@property
|
340
|
+
def ReturnTypeCustomAttributes(self) -> ICustomAttributeProvider: ...
|
341
|
+
def DefineParameter(self, position: int, attributes: ParameterAttributes, parameterName: str) -> ParameterBuilder: ...
|
342
|
+
def GetBaseDefinition(self) -> MethodInfo: ...
|
343
|
+
def GetDynamicILInfo(self) -> DynamicILInfo: ...
|
344
|
+
def GetMethodImplementationFlags(self) -> MethodImplAttributes: ...
|
345
|
+
def GetParameters(self) -> Array_1[ParameterInfo]: ...
|
346
|
+
def Invoke(self, obj: typing.Any, invokeAttr: BindingFlags, binder: Binder, parameters: Array_1[typing.Any], culture: CultureInfo) -> typing.Any: ...
|
347
|
+
def IsDefined(self, attributeType: typing.Type[typing.Any], inherit: bool) -> bool: ...
|
348
|
+
def ToString(self) -> str: ...
|
349
|
+
# Skipped CreateDelegate due to it being static, abstract and generic.
|
350
|
+
|
351
|
+
CreateDelegate : CreateDelegate_MethodGroup
|
352
|
+
class CreateDelegate_MethodGroup:
|
353
|
+
@typing.overload
|
354
|
+
def __call__(self, delegateType: typing.Type[typing.Any]) -> Delegate:...
|
355
|
+
@typing.overload
|
356
|
+
def __call__(self, delegateType: typing.Type[typing.Any], target: typing.Any) -> Delegate:...
|
357
|
+
|
358
|
+
# Skipped GetCustomAttributes due to it being static, abstract and generic.
|
359
|
+
|
360
|
+
GetCustomAttributes : GetCustomAttributes_MethodGroup
|
361
|
+
class GetCustomAttributes_MethodGroup:
|
362
|
+
@typing.overload
|
363
|
+
def __call__(self, inherit: bool) -> Array_1[typing.Any]:...
|
364
|
+
@typing.overload
|
365
|
+
def __call__(self, attributeType: typing.Type[typing.Any], inherit: bool) -> Array_1[typing.Any]:...
|
366
|
+
|
367
|
+
# Skipped GetILGenerator due to it being static, abstract and generic.
|
368
|
+
|
369
|
+
GetILGenerator : GetILGenerator_MethodGroup
|
370
|
+
class GetILGenerator_MethodGroup:
|
371
|
+
@typing.overload
|
372
|
+
def __call__(self) -> ILGenerator:...
|
373
|
+
@typing.overload
|
374
|
+
def __call__(self, streamSize: int) -> ILGenerator:...
|
375
|
+
|
376
|
+
|
377
|
+
|
378
|
+
class EnumBuilder(TypeInfo):
|
379
|
+
@property
|
380
|
+
def Assembly(self) -> Assembly: ...
|
381
|
+
@property
|
382
|
+
def AssemblyQualifiedName(self) -> str: ...
|
383
|
+
@property
|
384
|
+
def Attributes(self) -> TypeAttributes: ...
|
385
|
+
@property
|
386
|
+
def BaseType(self) -> typing.Type[typing.Any]: ...
|
387
|
+
@property
|
388
|
+
def ContainsGenericParameters(self) -> bool: ...
|
389
|
+
@property
|
390
|
+
def CustomAttributes(self) -> IEnumerable_1[CustomAttributeData]: ...
|
391
|
+
@property
|
392
|
+
def DeclaredConstructors(self) -> IEnumerable_1[ConstructorInfo]: ...
|
393
|
+
@property
|
394
|
+
def DeclaredEvents(self) -> IEnumerable_1[EventInfo]: ...
|
395
|
+
@property
|
396
|
+
def DeclaredFields(self) -> IEnumerable_1[FieldInfo]: ...
|
397
|
+
@property
|
398
|
+
def DeclaredMembers(self) -> IEnumerable_1[MemberInfo]: ...
|
399
|
+
@property
|
400
|
+
def DeclaredMethods(self) -> IEnumerable_1[MethodInfo]: ...
|
401
|
+
@property
|
402
|
+
def DeclaredNestedTypes(self) -> IEnumerable_1[TypeInfo]: ...
|
403
|
+
@property
|
404
|
+
def DeclaredProperties(self) -> IEnumerable_1[PropertyInfo]: ...
|
405
|
+
@property
|
406
|
+
def DeclaringMethod(self) -> MethodBase: ...
|
407
|
+
@property
|
408
|
+
def DeclaringType(self) -> typing.Type[typing.Any]: ...
|
409
|
+
@property
|
410
|
+
def FullName(self) -> str: ...
|
411
|
+
@property
|
412
|
+
def GenericParameterAttributes(self) -> GenericParameterAttributes: ...
|
413
|
+
@property
|
414
|
+
def GenericParameterPosition(self) -> int: ...
|
415
|
+
@property
|
416
|
+
def GenericTypeArguments(self) -> Array_1[typing.Type[typing.Any]]: ...
|
417
|
+
@property
|
418
|
+
def GenericTypeParameters(self) -> Array_1[typing.Type[typing.Any]]: ...
|
419
|
+
@property
|
420
|
+
def GUID(self) -> Guid: ...
|
421
|
+
@property
|
422
|
+
def HasElementType(self) -> bool: ...
|
423
|
+
@property
|
424
|
+
def ImplementedInterfaces(self) -> IEnumerable_1[typing.Type[typing.Any]]: ...
|
425
|
+
@property
|
426
|
+
def IsAbstract(self) -> bool: ...
|
427
|
+
@property
|
428
|
+
def IsAnsiClass(self) -> bool: ...
|
429
|
+
@property
|
430
|
+
def IsArray(self) -> bool: ...
|
431
|
+
@property
|
432
|
+
def IsAutoClass(self) -> bool: ...
|
433
|
+
@property
|
434
|
+
def IsAutoLayout(self) -> bool: ...
|
435
|
+
@property
|
436
|
+
def IsByRef(self) -> bool: ...
|
437
|
+
@property
|
438
|
+
def IsByRefLike(self) -> bool: ...
|
439
|
+
@property
|
440
|
+
def IsClass(self) -> bool: ...
|
441
|
+
@property
|
442
|
+
def IsCollectible(self) -> bool: ...
|
443
|
+
@property
|
444
|
+
def IsCOMObject(self) -> bool: ...
|
445
|
+
@property
|
446
|
+
def IsConstructedGenericType(self) -> bool: ...
|
447
|
+
@property
|
448
|
+
def IsContextful(self) -> bool: ...
|
449
|
+
@property
|
450
|
+
def IsEnum(self) -> bool: ...
|
451
|
+
@property
|
452
|
+
def IsExplicitLayout(self) -> bool: ...
|
453
|
+
@property
|
454
|
+
def IsFunctionPointer(self) -> bool: ...
|
455
|
+
@property
|
456
|
+
def IsGenericMethodParameter(self) -> bool: ...
|
457
|
+
@property
|
458
|
+
def IsGenericParameter(self) -> bool: ...
|
459
|
+
@property
|
460
|
+
def IsGenericType(self) -> bool: ...
|
461
|
+
@property
|
462
|
+
def IsGenericTypeDefinition(self) -> bool: ...
|
463
|
+
@property
|
464
|
+
def IsGenericTypeParameter(self) -> bool: ...
|
465
|
+
@property
|
466
|
+
def IsImport(self) -> bool: ...
|
467
|
+
@property
|
468
|
+
def IsInterface(self) -> bool: ...
|
469
|
+
@property
|
470
|
+
def IsLayoutSequential(self) -> bool: ...
|
471
|
+
@property
|
472
|
+
def IsMarshalByRef(self) -> bool: ...
|
473
|
+
@property
|
474
|
+
def IsNested(self) -> bool: ...
|
475
|
+
@property
|
476
|
+
def IsNestedAssembly(self) -> bool: ...
|
477
|
+
@property
|
478
|
+
def IsNestedFamANDAssem(self) -> bool: ...
|
479
|
+
@property
|
480
|
+
def IsNestedFamily(self) -> bool: ...
|
481
|
+
@property
|
482
|
+
def IsNestedFamORAssem(self) -> bool: ...
|
483
|
+
@property
|
484
|
+
def IsNestedPrivate(self) -> bool: ...
|
485
|
+
@property
|
486
|
+
def IsNestedPublic(self) -> bool: ...
|
487
|
+
@property
|
488
|
+
def IsNotPublic(self) -> bool: ...
|
489
|
+
@property
|
490
|
+
def IsPointer(self) -> bool: ...
|
491
|
+
@property
|
492
|
+
def IsPrimitive(self) -> bool: ...
|
493
|
+
@property
|
494
|
+
def IsPublic(self) -> bool: ...
|
495
|
+
@property
|
496
|
+
def IsSealed(self) -> bool: ...
|
497
|
+
@property
|
498
|
+
def IsSecurityCritical(self) -> bool: ...
|
499
|
+
@property
|
500
|
+
def IsSecuritySafeCritical(self) -> bool: ...
|
501
|
+
@property
|
502
|
+
def IsSecurityTransparent(self) -> bool: ...
|
503
|
+
@property
|
504
|
+
def IsSerializable(self) -> bool: ...
|
505
|
+
@property
|
506
|
+
def IsSignatureType(self) -> bool: ...
|
507
|
+
@property
|
508
|
+
def IsSpecialName(self) -> bool: ...
|
509
|
+
@property
|
510
|
+
def IsSZArray(self) -> bool: ...
|
511
|
+
@property
|
512
|
+
def IsTypeDefinition(self) -> bool: ...
|
513
|
+
@property
|
514
|
+
def IsUnicodeClass(self) -> bool: ...
|
515
|
+
@property
|
516
|
+
def IsUnmanagedFunctionPointer(self) -> bool: ...
|
517
|
+
@property
|
518
|
+
def IsValueType(self) -> bool: ...
|
519
|
+
@property
|
520
|
+
def IsVariableBoundArray(self) -> bool: ...
|
521
|
+
@property
|
522
|
+
def IsVisible(self) -> bool: ...
|
523
|
+
@property
|
524
|
+
def MemberType(self) -> MemberTypes: ...
|
525
|
+
@property
|
526
|
+
def MetadataToken(self) -> int: ...
|
527
|
+
@property
|
528
|
+
def Module(self) -> Module: ...
|
529
|
+
@property
|
530
|
+
def Name(self) -> str: ...
|
531
|
+
@property
|
532
|
+
def Namespace(self) -> str: ...
|
533
|
+
@property
|
534
|
+
def ReflectedType(self) -> typing.Type[typing.Any]: ...
|
535
|
+
@property
|
536
|
+
def StructLayoutAttribute(self) -> StructLayoutAttribute: ...
|
537
|
+
@property
|
538
|
+
def TypeHandle(self) -> RuntimeTypeHandle: ...
|
539
|
+
@property
|
540
|
+
def TypeInitializer(self) -> ConstructorInfo: ...
|
541
|
+
@property
|
542
|
+
def UnderlyingField(self) -> FieldBuilder: ...
|
543
|
+
@property
|
544
|
+
def UnderlyingSystemType(self) -> typing.Type[typing.Any]: ...
|
545
|
+
def CreateType(self) -> typing.Type[typing.Any]: ...
|
546
|
+
def CreateTypeInfo(self) -> TypeInfo: ...
|
547
|
+
def DefineLiteral(self, literalName: str, literalValue: typing.Any) -> FieldBuilder: ...
|
548
|
+
def MakeByRefType(self) -> typing.Type[typing.Any]: ...
|
549
|
+
def MakePointerType(self) -> typing.Type[typing.Any]: ...
|
550
|
+
# Skipped MakeArrayType due to it being static, abstract and generic.
|
551
|
+
|
552
|
+
MakeArrayType : MakeArrayType_MethodGroup
|
553
|
+
class MakeArrayType_MethodGroup:
|
554
|
+
@typing.overload
|
555
|
+
def __call__(self) -> typing.Type[typing.Any]:...
|
556
|
+
@typing.overload
|
557
|
+
def __call__(self, rank: int) -> typing.Type[typing.Any]:...
|
558
|
+
|
559
|
+
# Skipped SetCustomAttribute due to it being static, abstract and generic.
|
560
|
+
|
561
|
+
SetCustomAttribute : SetCustomAttribute_MethodGroup
|
562
|
+
class SetCustomAttribute_MethodGroup:
|
563
|
+
@typing.overload
|
564
|
+
def __call__(self, customBuilder: CustomAttributeBuilder) -> None:...
|
565
|
+
@typing.overload
|
566
|
+
def __call__(self, con: ConstructorInfo, binaryAttribute: Array_1[int]) -> None:...
|
567
|
+
|
568
|
+
|
569
|
+
|
570
|
+
class EventBuilder(abc.ABC):
|
571
|
+
def AddOtherMethod(self, mdBuilder: MethodBuilder) -> None: ...
|
572
|
+
def SetAddOnMethod(self, mdBuilder: MethodBuilder) -> None: ...
|
573
|
+
def SetRaiseMethod(self, mdBuilder: MethodBuilder) -> None: ...
|
574
|
+
def SetRemoveOnMethod(self, mdBuilder: MethodBuilder) -> None: ...
|
575
|
+
# Skipped SetCustomAttribute due to it being static, abstract and generic.
|
576
|
+
|
577
|
+
SetCustomAttribute : SetCustomAttribute_MethodGroup
|
578
|
+
class SetCustomAttribute_MethodGroup:
|
579
|
+
@typing.overload
|
580
|
+
def __call__(self, customBuilder: CustomAttributeBuilder) -> None:...
|
581
|
+
@typing.overload
|
582
|
+
def __call__(self, con: ConstructorInfo, binaryAttribute: Array_1[int]) -> None:...
|
583
|
+
|
584
|
+
|
585
|
+
|
586
|
+
class FieldBuilder(FieldInfo):
|
587
|
+
@property
|
588
|
+
def Attributes(self) -> FieldAttributes: ...
|
589
|
+
@property
|
590
|
+
def CustomAttributes(self) -> IEnumerable_1[CustomAttributeData]: ...
|
591
|
+
@property
|
592
|
+
def DeclaringType(self) -> typing.Type[typing.Any]: ...
|
593
|
+
@property
|
594
|
+
def FieldHandle(self) -> RuntimeFieldHandle: ...
|
595
|
+
@property
|
596
|
+
def FieldType(self) -> typing.Type[typing.Any]: ...
|
597
|
+
@property
|
598
|
+
def IsAssembly(self) -> bool: ...
|
599
|
+
@property
|
600
|
+
def IsCollectible(self) -> bool: ...
|
601
|
+
@property
|
602
|
+
def IsFamily(self) -> bool: ...
|
603
|
+
@property
|
604
|
+
def IsFamilyAndAssembly(self) -> bool: ...
|
605
|
+
@property
|
606
|
+
def IsFamilyOrAssembly(self) -> bool: ...
|
607
|
+
@property
|
608
|
+
def IsInitOnly(self) -> bool: ...
|
609
|
+
@property
|
610
|
+
def IsLiteral(self) -> bool: ...
|
611
|
+
@property
|
612
|
+
def IsNotSerialized(self) -> bool: ...
|
613
|
+
@property
|
614
|
+
def IsPinvokeImpl(self) -> bool: ...
|
615
|
+
@property
|
616
|
+
def IsPrivate(self) -> bool: ...
|
617
|
+
@property
|
618
|
+
def IsPublic(self) -> bool: ...
|
619
|
+
@property
|
620
|
+
def IsSecurityCritical(self) -> bool: ...
|
621
|
+
@property
|
622
|
+
def IsSecuritySafeCritical(self) -> bool: ...
|
623
|
+
@property
|
624
|
+
def IsSecurityTransparent(self) -> bool: ...
|
625
|
+
@property
|
626
|
+
def IsSpecialName(self) -> bool: ...
|
627
|
+
@property
|
628
|
+
def IsStatic(self) -> bool: ...
|
629
|
+
@property
|
630
|
+
def MemberType(self) -> MemberTypes: ...
|
631
|
+
@property
|
632
|
+
def MetadataToken(self) -> int: ...
|
633
|
+
@property
|
634
|
+
def Module(self) -> Module: ...
|
635
|
+
@property
|
636
|
+
def Name(self) -> str: ...
|
637
|
+
@property
|
638
|
+
def ReflectedType(self) -> typing.Type[typing.Any]: ...
|
639
|
+
def SetConstant(self, defaultValue: typing.Any) -> None: ...
|
640
|
+
def SetOffset(self, iOffset: int) -> None: ...
|
641
|
+
# Skipped SetCustomAttribute due to it being static, abstract and generic.
|
642
|
+
|
643
|
+
SetCustomAttribute : SetCustomAttribute_MethodGroup
|
644
|
+
class SetCustomAttribute_MethodGroup:
|
645
|
+
@typing.overload
|
646
|
+
def __call__(self, customBuilder: CustomAttributeBuilder) -> None:...
|
647
|
+
@typing.overload
|
648
|
+
def __call__(self, con: ConstructorInfo, binaryAttribute: Array_1[int]) -> None:...
|
649
|
+
|
650
|
+
|
651
|
+
|
652
|
+
class FlowControl(typing.SupportsInt):
|
653
|
+
@typing.overload
|
654
|
+
def __init__(self, value : int) -> None: ...
|
655
|
+
@typing.overload
|
656
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
657
|
+
def __int__(self) -> int: ...
|
658
|
+
|
659
|
+
# Values:
|
660
|
+
Branch : FlowControl # 0
|
661
|
+
Break : FlowControl # 1
|
662
|
+
Call : FlowControl # 2
|
663
|
+
Cond_Branch : FlowControl # 3
|
664
|
+
Meta : FlowControl # 4
|
665
|
+
Next : FlowControl # 5
|
666
|
+
Phi : FlowControl # 6
|
667
|
+
Return : FlowControl # 7
|
668
|
+
Throw : FlowControl # 8
|
669
|
+
|
670
|
+
|
671
|
+
class GenericTypeParameterBuilder(TypeInfo):
|
672
|
+
@property
|
673
|
+
def Assembly(self) -> Assembly: ...
|
674
|
+
@property
|
675
|
+
def AssemblyQualifiedName(self) -> str: ...
|
676
|
+
@property
|
677
|
+
def Attributes(self) -> TypeAttributes: ...
|
678
|
+
@property
|
679
|
+
def BaseType(self) -> typing.Type[typing.Any]: ...
|
680
|
+
@property
|
681
|
+
def ContainsGenericParameters(self) -> bool: ...
|
682
|
+
@property
|
683
|
+
def CustomAttributes(self) -> IEnumerable_1[CustomAttributeData]: ...
|
684
|
+
@property
|
685
|
+
def DeclaredConstructors(self) -> IEnumerable_1[ConstructorInfo]: ...
|
686
|
+
@property
|
687
|
+
def DeclaredEvents(self) -> IEnumerable_1[EventInfo]: ...
|
688
|
+
@property
|
689
|
+
def DeclaredFields(self) -> IEnumerable_1[FieldInfo]: ...
|
690
|
+
@property
|
691
|
+
def DeclaredMembers(self) -> IEnumerable_1[MemberInfo]: ...
|
692
|
+
@property
|
693
|
+
def DeclaredMethods(self) -> IEnumerable_1[MethodInfo]: ...
|
694
|
+
@property
|
695
|
+
def DeclaredNestedTypes(self) -> IEnumerable_1[TypeInfo]: ...
|
696
|
+
@property
|
697
|
+
def DeclaredProperties(self) -> IEnumerable_1[PropertyInfo]: ...
|
698
|
+
@property
|
699
|
+
def DeclaringMethod(self) -> MethodBase: ...
|
700
|
+
@property
|
701
|
+
def DeclaringType(self) -> typing.Type[typing.Any]: ...
|
702
|
+
@property
|
703
|
+
def FullName(self) -> str: ...
|
704
|
+
@property
|
705
|
+
def GenericParameterAttributes(self) -> GenericParameterAttributes: ...
|
706
|
+
@property
|
707
|
+
def GenericParameterPosition(self) -> int: ...
|
708
|
+
@property
|
709
|
+
def GenericTypeArguments(self) -> Array_1[typing.Type[typing.Any]]: ...
|
710
|
+
@property
|
711
|
+
def GenericTypeParameters(self) -> Array_1[typing.Type[typing.Any]]: ...
|
712
|
+
@property
|
713
|
+
def GUID(self) -> Guid: ...
|
714
|
+
@property
|
715
|
+
def HasElementType(self) -> bool: ...
|
716
|
+
@property
|
717
|
+
def ImplementedInterfaces(self) -> IEnumerable_1[typing.Type[typing.Any]]: ...
|
718
|
+
@property
|
719
|
+
def IsAbstract(self) -> bool: ...
|
720
|
+
@property
|
721
|
+
def IsAnsiClass(self) -> bool: ...
|
722
|
+
@property
|
723
|
+
def IsArray(self) -> bool: ...
|
724
|
+
@property
|
725
|
+
def IsAutoClass(self) -> bool: ...
|
726
|
+
@property
|
727
|
+
def IsAutoLayout(self) -> bool: ...
|
728
|
+
@property
|
729
|
+
def IsByRef(self) -> bool: ...
|
730
|
+
@property
|
731
|
+
def IsByRefLike(self) -> bool: ...
|
732
|
+
@property
|
733
|
+
def IsClass(self) -> bool: ...
|
734
|
+
@property
|
735
|
+
def IsCollectible(self) -> bool: ...
|
736
|
+
@property
|
737
|
+
def IsCOMObject(self) -> bool: ...
|
738
|
+
@property
|
739
|
+
def IsConstructedGenericType(self) -> bool: ...
|
740
|
+
@property
|
741
|
+
def IsContextful(self) -> bool: ...
|
742
|
+
@property
|
743
|
+
def IsEnum(self) -> bool: ...
|
744
|
+
@property
|
745
|
+
def IsExplicitLayout(self) -> bool: ...
|
746
|
+
@property
|
747
|
+
def IsFunctionPointer(self) -> bool: ...
|
748
|
+
@property
|
749
|
+
def IsGenericMethodParameter(self) -> bool: ...
|
750
|
+
@property
|
751
|
+
def IsGenericParameter(self) -> bool: ...
|
752
|
+
@property
|
753
|
+
def IsGenericType(self) -> bool: ...
|
754
|
+
@property
|
755
|
+
def IsGenericTypeDefinition(self) -> bool: ...
|
756
|
+
@property
|
757
|
+
def IsGenericTypeParameter(self) -> bool: ...
|
758
|
+
@property
|
759
|
+
def IsImport(self) -> bool: ...
|
760
|
+
@property
|
761
|
+
def IsInterface(self) -> bool: ...
|
762
|
+
@property
|
763
|
+
def IsLayoutSequential(self) -> bool: ...
|
764
|
+
@property
|
765
|
+
def IsMarshalByRef(self) -> bool: ...
|
766
|
+
@property
|
767
|
+
def IsNested(self) -> bool: ...
|
768
|
+
@property
|
769
|
+
def IsNestedAssembly(self) -> bool: ...
|
770
|
+
@property
|
771
|
+
def IsNestedFamANDAssem(self) -> bool: ...
|
772
|
+
@property
|
773
|
+
def IsNestedFamily(self) -> bool: ...
|
774
|
+
@property
|
775
|
+
def IsNestedFamORAssem(self) -> bool: ...
|
776
|
+
@property
|
777
|
+
def IsNestedPrivate(self) -> bool: ...
|
778
|
+
@property
|
779
|
+
def IsNestedPublic(self) -> bool: ...
|
780
|
+
@property
|
781
|
+
def IsNotPublic(self) -> bool: ...
|
782
|
+
@property
|
783
|
+
def IsPointer(self) -> bool: ...
|
784
|
+
@property
|
785
|
+
def IsPrimitive(self) -> bool: ...
|
786
|
+
@property
|
787
|
+
def IsPublic(self) -> bool: ...
|
788
|
+
@property
|
789
|
+
def IsSealed(self) -> bool: ...
|
790
|
+
@property
|
791
|
+
def IsSecurityCritical(self) -> bool: ...
|
792
|
+
@property
|
793
|
+
def IsSecuritySafeCritical(self) -> bool: ...
|
794
|
+
@property
|
795
|
+
def IsSecurityTransparent(self) -> bool: ...
|
796
|
+
@property
|
797
|
+
def IsSerializable(self) -> bool: ...
|
798
|
+
@property
|
799
|
+
def IsSignatureType(self) -> bool: ...
|
800
|
+
@property
|
801
|
+
def IsSpecialName(self) -> bool: ...
|
802
|
+
@property
|
803
|
+
def IsSZArray(self) -> bool: ...
|
804
|
+
@property
|
805
|
+
def IsTypeDefinition(self) -> bool: ...
|
806
|
+
@property
|
807
|
+
def IsUnicodeClass(self) -> bool: ...
|
808
|
+
@property
|
809
|
+
def IsUnmanagedFunctionPointer(self) -> bool: ...
|
810
|
+
@property
|
811
|
+
def IsValueType(self) -> bool: ...
|
812
|
+
@property
|
813
|
+
def IsVariableBoundArray(self) -> bool: ...
|
814
|
+
@property
|
815
|
+
def IsVisible(self) -> bool: ...
|
816
|
+
@property
|
817
|
+
def MemberType(self) -> MemberTypes: ...
|
818
|
+
@property
|
819
|
+
def MetadataToken(self) -> int: ...
|
820
|
+
@property
|
821
|
+
def Module(self) -> Module: ...
|
822
|
+
@property
|
823
|
+
def Name(self) -> str: ...
|
824
|
+
@property
|
825
|
+
def Namespace(self) -> str: ...
|
826
|
+
@property
|
827
|
+
def ReflectedType(self) -> typing.Type[typing.Any]: ...
|
828
|
+
@property
|
829
|
+
def StructLayoutAttribute(self) -> StructLayoutAttribute: ...
|
830
|
+
@property
|
831
|
+
def TypeHandle(self) -> RuntimeTypeHandle: ...
|
832
|
+
@property
|
833
|
+
def TypeInitializer(self) -> ConstructorInfo: ...
|
834
|
+
@property
|
835
|
+
def UnderlyingSystemType(self) -> typing.Type[typing.Any]: ...
|
836
|
+
def SetBaseTypeConstraint(self, baseTypeConstraint: typing.Type[typing.Any]) -> None: ...
|
837
|
+
def SetGenericParameterAttributes(self, genericParameterAttributes: GenericParameterAttributes) -> None: ...
|
838
|
+
def SetInterfaceConstraints(self, interfaceConstraints: Array_1[typing.Type[typing.Any]]) -> None: ...
|
839
|
+
# Skipped SetCustomAttribute due to it being static, abstract and generic.
|
840
|
+
|
841
|
+
SetCustomAttribute : SetCustomAttribute_MethodGroup
|
842
|
+
class SetCustomAttribute_MethodGroup:
|
843
|
+
@typing.overload
|
844
|
+
def __call__(self, customBuilder: CustomAttributeBuilder) -> None:...
|
845
|
+
@typing.overload
|
846
|
+
def __call__(self, con: ConstructorInfo, binaryAttribute: Array_1[int]) -> None:...
|
847
|
+
|
848
|
+
|
849
|
+
|
850
|
+
class ILGenerator(abc.ABC):
|
851
|
+
@property
|
852
|
+
def ILOffset(self) -> int: ...
|
853
|
+
@abc.abstractmethod
|
854
|
+
def BeginCatchBlock(self, exceptionType: typing.Type[typing.Any]) -> None: ...
|
855
|
+
@abc.abstractmethod
|
856
|
+
def BeginExceptFilterBlock(self) -> None: ...
|
857
|
+
@abc.abstractmethod
|
858
|
+
def BeginExceptionBlock(self) -> Label: ...
|
859
|
+
@abc.abstractmethod
|
860
|
+
def BeginFaultBlock(self) -> None: ...
|
861
|
+
@abc.abstractmethod
|
862
|
+
def BeginFinallyBlock(self) -> None: ...
|
863
|
+
@abc.abstractmethod
|
864
|
+
def BeginScope(self) -> None: ...
|
865
|
+
@abc.abstractmethod
|
866
|
+
def DefineLabel(self) -> Label: ...
|
867
|
+
@abc.abstractmethod
|
868
|
+
def EmitCall(self, opcode: OpCode, methodInfo: MethodInfo, optionalParameterTypes: Array_1[typing.Type[typing.Any]]) -> None: ...
|
869
|
+
@abc.abstractmethod
|
870
|
+
def EndExceptionBlock(self) -> None: ...
|
871
|
+
@abc.abstractmethod
|
872
|
+
def EndScope(self) -> None: ...
|
873
|
+
@abc.abstractmethod
|
874
|
+
def MarkLabel(self, loc: Label) -> None: ...
|
875
|
+
def ThrowException(self, excType: typing.Type[typing.Any]) -> None: ...
|
876
|
+
@abc.abstractmethod
|
877
|
+
def UsingNamespace(self, usingNamespace: str) -> None: ...
|
878
|
+
# Skipped DeclareLocal due to it being static, abstract and generic.
|
879
|
+
|
880
|
+
DeclareLocal : DeclareLocal_MethodGroup
|
881
|
+
class DeclareLocal_MethodGroup:
|
882
|
+
@typing.overload
|
883
|
+
def __call__(self, localType: typing.Type[typing.Any]) -> LocalBuilder:...
|
884
|
+
@typing.overload
|
885
|
+
def __call__(self, localType: typing.Type[typing.Any], pinned: bool) -> LocalBuilder:...
|
886
|
+
|
887
|
+
# Skipped Emit due to it being static, abstract and generic.
|
888
|
+
|
889
|
+
Emit : Emit_MethodGroup
|
890
|
+
class Emit_MethodGroup:
|
891
|
+
@typing.overload
|
892
|
+
def __call__(self, opcode: OpCode) -> None:...
|
893
|
+
@typing.overload
|
894
|
+
def __call__(self, opcode: OpCode, arg: float) -> None:...
|
895
|
+
# Method Emit(opcode : OpCode, arg : Double) was skipped since it collides with above method
|
896
|
+
# Method Emit(opcode : OpCode, arg : Byte) was skipped since it collides with above method
|
897
|
+
# Method Emit(opcode : OpCode, arg : Int16) was skipped since it collides with above method
|
898
|
+
# Method Emit(opcode : OpCode, arg : Int64) was skipped since it collides with above method
|
899
|
+
# Method Emit(opcode : OpCode, arg : Int32) was skipped since it collides with above method
|
900
|
+
# Method Emit(opcode : OpCode, arg : SByte) was skipped since it collides with above method
|
901
|
+
@typing.overload
|
902
|
+
def __call__(self, opcode: OpCode, labels: Array_1[Label]) -> None:...
|
903
|
+
@typing.overload
|
904
|
+
def __call__(self, opcode: OpCode, con: ConstructorInfo) -> None:...
|
905
|
+
@typing.overload
|
906
|
+
def __call__(self, opcode: OpCode, meth: MethodInfo) -> None:...
|
907
|
+
@typing.overload
|
908
|
+
def __call__(self, opcode: OpCode, cls: typing.Type[typing.Any]) -> None:...
|
909
|
+
@typing.overload
|
910
|
+
def __call__(self, opcode: OpCode, field: FieldInfo) -> None:...
|
911
|
+
@typing.overload
|
912
|
+
def __call__(self, opcode: OpCode, label: Label) -> None:...
|
913
|
+
@typing.overload
|
914
|
+
def __call__(self, opcode: OpCode, local: LocalBuilder) -> None:...
|
915
|
+
@typing.overload
|
916
|
+
def __call__(self, opcode: OpCode, str: str) -> None:...
|
917
|
+
@typing.overload
|
918
|
+
def __call__(self, opcode: OpCode, signature: SignatureHelper) -> None:...
|
919
|
+
|
920
|
+
# Skipped EmitCalli due to it being static, abstract and generic.
|
921
|
+
|
922
|
+
EmitCalli : EmitCalli_MethodGroup
|
923
|
+
class EmitCalli_MethodGroup:
|
924
|
+
@typing.overload
|
925
|
+
def __call__(self, opcode: OpCode, unmanagedCallConv: CallingConvention, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]]) -> None:...
|
926
|
+
@typing.overload
|
927
|
+
def __call__(self, opcode: OpCode, callingConvention: CallingConventions, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]], optionalParameterTypes: Array_1[typing.Type[typing.Any]]) -> None:...
|
928
|
+
|
929
|
+
# Skipped EmitWriteLine due to it being static, abstract and generic.
|
930
|
+
|
931
|
+
EmitWriteLine : EmitWriteLine_MethodGroup
|
932
|
+
class EmitWriteLine_MethodGroup:
|
933
|
+
@typing.overload
|
934
|
+
def __call__(self, fld: FieldInfo) -> None:...
|
935
|
+
@typing.overload
|
936
|
+
def __call__(self, localBuilder: LocalBuilder) -> None:...
|
937
|
+
@typing.overload
|
938
|
+
def __call__(self, value: str) -> None:...
|
939
|
+
|
940
|
+
|
941
|
+
|
942
|
+
class Label(IEquatable_1[Label]):
|
943
|
+
def GetHashCode(self) -> int: ...
|
944
|
+
def __eq__(self, a: Label, b: Label) -> bool: ...
|
945
|
+
def __ne__(self, a: Label, b: Label) -> bool: ...
|
946
|
+
# Skipped Equals due to it being static, abstract and generic.
|
947
|
+
|
948
|
+
Equals : Equals_MethodGroup
|
949
|
+
class Equals_MethodGroup:
|
950
|
+
@typing.overload
|
951
|
+
def __call__(self, obj: Label) -> bool:...
|
952
|
+
@typing.overload
|
953
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
954
|
+
|
955
|
+
|
956
|
+
|
957
|
+
class LocalBuilder(LocalVariableInfo):
|
958
|
+
@property
|
959
|
+
def IsPinned(self) -> bool: ...
|
960
|
+
@property
|
961
|
+
def LocalIndex(self) -> int: ...
|
962
|
+
@property
|
963
|
+
def LocalType(self) -> typing.Type[typing.Any]: ...
|
964
|
+
|
965
|
+
|
966
|
+
class MethodBuilder(MethodInfo):
|
967
|
+
@property
|
968
|
+
def Attributes(self) -> MethodAttributes: ...
|
969
|
+
@property
|
970
|
+
def CallingConvention(self) -> CallingConventions: ...
|
971
|
+
@property
|
972
|
+
def ContainsGenericParameters(self) -> bool: ...
|
973
|
+
@property
|
974
|
+
def CustomAttributes(self) -> IEnumerable_1[CustomAttributeData]: ...
|
975
|
+
@property
|
976
|
+
def DeclaringType(self) -> typing.Type[typing.Any]: ...
|
977
|
+
@property
|
978
|
+
def InitLocals(self) -> bool: ...
|
979
|
+
@InitLocals.setter
|
980
|
+
def InitLocals(self, value: bool) -> bool: ...
|
981
|
+
@property
|
982
|
+
def IsAbstract(self) -> bool: ...
|
983
|
+
@property
|
984
|
+
def IsAssembly(self) -> bool: ...
|
985
|
+
@property
|
986
|
+
def IsCollectible(self) -> bool: ...
|
987
|
+
@property
|
988
|
+
def IsConstructedGenericMethod(self) -> bool: ...
|
989
|
+
@property
|
990
|
+
def IsConstructor(self) -> bool: ...
|
991
|
+
@property
|
992
|
+
def IsFamily(self) -> bool: ...
|
993
|
+
@property
|
994
|
+
def IsFamilyAndAssembly(self) -> bool: ...
|
995
|
+
@property
|
996
|
+
def IsFamilyOrAssembly(self) -> bool: ...
|
997
|
+
@property
|
998
|
+
def IsFinal(self) -> bool: ...
|
999
|
+
@property
|
1000
|
+
def IsGenericMethod(self) -> bool: ...
|
1001
|
+
@property
|
1002
|
+
def IsGenericMethodDefinition(self) -> bool: ...
|
1003
|
+
@property
|
1004
|
+
def IsHideBySig(self) -> bool: ...
|
1005
|
+
@property
|
1006
|
+
def IsPrivate(self) -> bool: ...
|
1007
|
+
@property
|
1008
|
+
def IsPublic(self) -> bool: ...
|
1009
|
+
@property
|
1010
|
+
def IsSecurityCritical(self) -> bool: ...
|
1011
|
+
@property
|
1012
|
+
def IsSecuritySafeCritical(self) -> bool: ...
|
1013
|
+
@property
|
1014
|
+
def IsSecurityTransparent(self) -> bool: ...
|
1015
|
+
@property
|
1016
|
+
def IsSpecialName(self) -> bool: ...
|
1017
|
+
@property
|
1018
|
+
def IsStatic(self) -> bool: ...
|
1019
|
+
@property
|
1020
|
+
def IsVirtual(self) -> bool: ...
|
1021
|
+
@property
|
1022
|
+
def MemberType(self) -> MemberTypes: ...
|
1023
|
+
@property
|
1024
|
+
def MetadataToken(self) -> int: ...
|
1025
|
+
@property
|
1026
|
+
def MethodHandle(self) -> RuntimeMethodHandle: ...
|
1027
|
+
@property
|
1028
|
+
def MethodImplementationFlags(self) -> MethodImplAttributes: ...
|
1029
|
+
@property
|
1030
|
+
def Module(self) -> Module: ...
|
1031
|
+
@property
|
1032
|
+
def Name(self) -> str: ...
|
1033
|
+
@property
|
1034
|
+
def ReflectedType(self) -> typing.Type[typing.Any]: ...
|
1035
|
+
@property
|
1036
|
+
def ReturnParameter(self) -> ParameterInfo: ...
|
1037
|
+
@property
|
1038
|
+
def ReturnType(self) -> typing.Type[typing.Any]: ...
|
1039
|
+
@property
|
1040
|
+
def ReturnTypeCustomAttributes(self) -> ICustomAttributeProvider: ...
|
1041
|
+
def DefineGenericParameters(self, names: Array_1[str]) -> Array_1[GenericTypeParameterBuilder]: ...
|
1042
|
+
def DefineParameter(self, position: int, attributes: ParameterAttributes, strParamName: str) -> ParameterBuilder: ...
|
1043
|
+
def SetImplementationFlags(self, attributes: MethodImplAttributes) -> None: ...
|
1044
|
+
def SetParameters(self, parameterTypes: Array_1[typing.Type[typing.Any]]) -> None: ...
|
1045
|
+
def SetReturnType(self, returnType: typing.Type[typing.Any]) -> None: ...
|
1046
|
+
def SetSignature(self, returnType: typing.Type[typing.Any], returnTypeRequiredCustomModifiers: Array_1[typing.Type[typing.Any]], returnTypeOptionalCustomModifiers: Array_1[typing.Type[typing.Any]], parameterTypes: Array_1[typing.Type[typing.Any]], parameterTypeRequiredCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]], parameterTypeOptionalCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]]) -> None: ...
|
1047
|
+
# Skipped GetILGenerator due to it being static, abstract and generic.
|
1048
|
+
|
1049
|
+
GetILGenerator : GetILGenerator_MethodGroup
|
1050
|
+
class GetILGenerator_MethodGroup:
|
1051
|
+
@typing.overload
|
1052
|
+
def __call__(self) -> ILGenerator:...
|
1053
|
+
@typing.overload
|
1054
|
+
def __call__(self, size: int) -> ILGenerator:...
|
1055
|
+
|
1056
|
+
# Skipped SetCustomAttribute due to it being static, abstract and generic.
|
1057
|
+
|
1058
|
+
SetCustomAttribute : SetCustomAttribute_MethodGroup
|
1059
|
+
class SetCustomAttribute_MethodGroup:
|
1060
|
+
@typing.overload
|
1061
|
+
def __call__(self, customBuilder: CustomAttributeBuilder) -> None:...
|
1062
|
+
@typing.overload
|
1063
|
+
def __call__(self, con: ConstructorInfo, binaryAttribute: Array_1[int]) -> None:...
|
1064
|
+
|
1065
|
+
|
1066
|
+
|
1067
|
+
class ModuleBuilder(Module):
|
1068
|
+
@property
|
1069
|
+
def Assembly(self) -> Assembly: ...
|
1070
|
+
@property
|
1071
|
+
def CustomAttributes(self) -> IEnumerable_1[CustomAttributeData]: ...
|
1072
|
+
@property
|
1073
|
+
def FullyQualifiedName(self) -> str: ...
|
1074
|
+
@property
|
1075
|
+
def MDStreamVersion(self) -> int: ...
|
1076
|
+
@property
|
1077
|
+
def MetadataToken(self) -> int: ...
|
1078
|
+
@property
|
1079
|
+
def ModuleHandle(self) -> ModuleHandle: ...
|
1080
|
+
@property
|
1081
|
+
def ModuleVersionId(self) -> Guid: ...
|
1082
|
+
@property
|
1083
|
+
def Name(self) -> str: ...
|
1084
|
+
@property
|
1085
|
+
def ScopeName(self) -> str: ...
|
1086
|
+
def CreateGlobalFunctions(self) -> None: ...
|
1087
|
+
def DefineEnum(self, name: str, visibility: TypeAttributes, underlyingType: typing.Type[typing.Any]) -> EnumBuilder: ...
|
1088
|
+
def DefineInitializedData(self, name: str, data: Array_1[int], attributes: FieldAttributes) -> FieldBuilder: ...
|
1089
|
+
def DefineUninitializedData(self, name: str, size: int, attributes: FieldAttributes) -> FieldBuilder: ...
|
1090
|
+
def GetArrayMethod(self, arrayClass: typing.Type[typing.Any], methodName: str, callingConvention: CallingConventions, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]]) -> MethodInfo: ...
|
1091
|
+
@abc.abstractmethod
|
1092
|
+
def GetFieldMetadataToken(self, field: FieldInfo) -> int: ...
|
1093
|
+
@abc.abstractmethod
|
1094
|
+
def GetSignatureMetadataToken(self, signature: SignatureHelper) -> int: ...
|
1095
|
+
@abc.abstractmethod
|
1096
|
+
def GetStringMetadataToken(self, stringConstant: str) -> int: ...
|
1097
|
+
@abc.abstractmethod
|
1098
|
+
def GetTypeMetadataToken(self, type: typing.Type[typing.Any]) -> int: ...
|
1099
|
+
# Skipped DefineGlobalMethod due to it being static, abstract and generic.
|
1100
|
+
|
1101
|
+
DefineGlobalMethod : DefineGlobalMethod_MethodGroup
|
1102
|
+
class DefineGlobalMethod_MethodGroup:
|
1103
|
+
@typing.overload
|
1104
|
+
def __call__(self, name: str, attributes: MethodAttributes, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]]) -> MethodBuilder:...
|
1105
|
+
@typing.overload
|
1106
|
+
def __call__(self, name: str, attributes: MethodAttributes, callingConvention: CallingConventions, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]]) -> MethodBuilder:...
|
1107
|
+
@typing.overload
|
1108
|
+
def __call__(self, name: str, attributes: MethodAttributes, callingConvention: CallingConventions, returnType: typing.Type[typing.Any], requiredReturnTypeCustomModifiers: Array_1[typing.Type[typing.Any]], optionalReturnTypeCustomModifiers: Array_1[typing.Type[typing.Any]], parameterTypes: Array_1[typing.Type[typing.Any]], requiredParameterTypeCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]], optionalParameterTypeCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]]) -> MethodBuilder:...
|
1109
|
+
|
1110
|
+
# Skipped DefinePInvokeMethod due to it being static, abstract and generic.
|
1111
|
+
|
1112
|
+
DefinePInvokeMethod : DefinePInvokeMethod_MethodGroup
|
1113
|
+
class DefinePInvokeMethod_MethodGroup:
|
1114
|
+
@typing.overload
|
1115
|
+
def __call__(self, name: str, dllName: str, attributes: MethodAttributes, callingConvention: CallingConventions, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]], nativeCallConv: CallingConvention, nativeCharSet: CharSet) -> MethodBuilder:...
|
1116
|
+
@typing.overload
|
1117
|
+
def __call__(self, name: str, dllName: str, entryName: str, attributes: MethodAttributes, callingConvention: CallingConventions, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]], nativeCallConv: CallingConvention, nativeCharSet: CharSet) -> MethodBuilder:...
|
1118
|
+
|
1119
|
+
# Skipped DefineType due to it being static, abstract and generic.
|
1120
|
+
|
1121
|
+
DefineType : DefineType_MethodGroup
|
1122
|
+
class DefineType_MethodGroup:
|
1123
|
+
@typing.overload
|
1124
|
+
def __call__(self, name: str) -> TypeBuilder:...
|
1125
|
+
@typing.overload
|
1126
|
+
def __call__(self, name: str, attr: TypeAttributes) -> TypeBuilder:...
|
1127
|
+
@typing.overload
|
1128
|
+
def __call__(self, name: str, attr: TypeAttributes, parent: typing.Type[typing.Any]) -> TypeBuilder:...
|
1129
|
+
@typing.overload
|
1130
|
+
def __call__(self, name: str, attr: TypeAttributes, parent: typing.Type[typing.Any], typesize: int) -> TypeBuilder:...
|
1131
|
+
@typing.overload
|
1132
|
+
def __call__(self, name: str, attr: TypeAttributes, parent: typing.Type[typing.Any], interfaces: Array_1[typing.Type[typing.Any]]) -> TypeBuilder:...
|
1133
|
+
@typing.overload
|
1134
|
+
def __call__(self, name: str, attr: TypeAttributes, parent: typing.Type[typing.Any], packsize: PackingSize) -> TypeBuilder:...
|
1135
|
+
@typing.overload
|
1136
|
+
def __call__(self, name: str, attr: TypeAttributes, parent: typing.Type[typing.Any], packingSize: PackingSize, typesize: int) -> TypeBuilder:...
|
1137
|
+
|
1138
|
+
# Skipped GetMethodMetadataToken due to it being static, abstract and generic.
|
1139
|
+
|
1140
|
+
GetMethodMetadataToken : GetMethodMetadataToken_MethodGroup
|
1141
|
+
class GetMethodMetadataToken_MethodGroup:
|
1142
|
+
@typing.overload
|
1143
|
+
def __call__(self, constructor: ConstructorInfo) -> int:...
|
1144
|
+
@typing.overload
|
1145
|
+
def __call__(self, method: MethodInfo) -> int:...
|
1146
|
+
|
1147
|
+
# Skipped SetCustomAttribute due to it being static, abstract and generic.
|
1148
|
+
|
1149
|
+
SetCustomAttribute : SetCustomAttribute_MethodGroup
|
1150
|
+
class SetCustomAttribute_MethodGroup:
|
1151
|
+
@typing.overload
|
1152
|
+
def __call__(self, customBuilder: CustomAttributeBuilder) -> None:...
|
1153
|
+
@typing.overload
|
1154
|
+
def __call__(self, con: ConstructorInfo, binaryAttribute: Array_1[int]) -> None:...
|
1155
|
+
|
1156
|
+
|
1157
|
+
|
1158
|
+
class OpCode(IEquatable_1[OpCode]):
|
1159
|
+
@property
|
1160
|
+
def FlowControl(self) -> FlowControl: ...
|
1161
|
+
@property
|
1162
|
+
def Name(self) -> str: ...
|
1163
|
+
@property
|
1164
|
+
def OpCodeType(self) -> OpCodeType: ...
|
1165
|
+
@property
|
1166
|
+
def OperandType(self) -> OperandType: ...
|
1167
|
+
@property
|
1168
|
+
def Size(self) -> int: ...
|
1169
|
+
@property
|
1170
|
+
def StackBehaviourPop(self) -> StackBehaviour: ...
|
1171
|
+
@property
|
1172
|
+
def StackBehaviourPush(self) -> StackBehaviour: ...
|
1173
|
+
@property
|
1174
|
+
def Value(self) -> int: ...
|
1175
|
+
def GetHashCode(self) -> int: ...
|
1176
|
+
def __eq__(self, a: OpCode, b: OpCode) -> bool: ...
|
1177
|
+
def __ne__(self, a: OpCode, b: OpCode) -> bool: ...
|
1178
|
+
def ToString(self) -> str: ...
|
1179
|
+
# Skipped Equals due to it being static, abstract and generic.
|
1180
|
+
|
1181
|
+
Equals : Equals_MethodGroup
|
1182
|
+
class Equals_MethodGroup:
|
1183
|
+
@typing.overload
|
1184
|
+
def __call__(self, obj: OpCode) -> bool:...
|
1185
|
+
@typing.overload
|
1186
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
1187
|
+
|
1188
|
+
|
1189
|
+
|
1190
|
+
class OpCodes:
|
1191
|
+
Add : OpCode
|
1192
|
+
Add_Ovf : OpCode
|
1193
|
+
Add_Ovf_Un : OpCode
|
1194
|
+
And : OpCode
|
1195
|
+
Arglist : OpCode
|
1196
|
+
Beq : OpCode
|
1197
|
+
Beq_S : OpCode
|
1198
|
+
Bge : OpCode
|
1199
|
+
Bge_S : OpCode
|
1200
|
+
Bge_Un : OpCode
|
1201
|
+
Bge_Un_S : OpCode
|
1202
|
+
Bgt : OpCode
|
1203
|
+
Bgt_S : OpCode
|
1204
|
+
Bgt_Un : OpCode
|
1205
|
+
Bgt_Un_S : OpCode
|
1206
|
+
Ble : OpCode
|
1207
|
+
Ble_S : OpCode
|
1208
|
+
Ble_Un : OpCode
|
1209
|
+
Ble_Un_S : OpCode
|
1210
|
+
Blt : OpCode
|
1211
|
+
Blt_S : OpCode
|
1212
|
+
Blt_Un : OpCode
|
1213
|
+
Blt_Un_S : OpCode
|
1214
|
+
Bne_Un : OpCode
|
1215
|
+
Bne_Un_S : OpCode
|
1216
|
+
Box : OpCode
|
1217
|
+
Br : OpCode
|
1218
|
+
Br_S : OpCode
|
1219
|
+
Break : OpCode
|
1220
|
+
Brfalse : OpCode
|
1221
|
+
Brfalse_S : OpCode
|
1222
|
+
Brtrue : OpCode
|
1223
|
+
Brtrue_S : OpCode
|
1224
|
+
Call : OpCode
|
1225
|
+
Calli : OpCode
|
1226
|
+
Callvirt : OpCode
|
1227
|
+
Castclass : OpCode
|
1228
|
+
Ceq : OpCode
|
1229
|
+
Cgt : OpCode
|
1230
|
+
Cgt_Un : OpCode
|
1231
|
+
Ckfinite : OpCode
|
1232
|
+
Clt : OpCode
|
1233
|
+
Clt_Un : OpCode
|
1234
|
+
Constrained : OpCode
|
1235
|
+
Conv_I : OpCode
|
1236
|
+
Conv_I1 : OpCode
|
1237
|
+
Conv_I2 : OpCode
|
1238
|
+
Conv_I4 : OpCode
|
1239
|
+
Conv_I8 : OpCode
|
1240
|
+
Conv_Ovf_I : OpCode
|
1241
|
+
Conv_Ovf_I_Un : OpCode
|
1242
|
+
Conv_Ovf_I1 : OpCode
|
1243
|
+
Conv_Ovf_I1_Un : OpCode
|
1244
|
+
Conv_Ovf_I2 : OpCode
|
1245
|
+
Conv_Ovf_I2_Un : OpCode
|
1246
|
+
Conv_Ovf_I4 : OpCode
|
1247
|
+
Conv_Ovf_I4_Un : OpCode
|
1248
|
+
Conv_Ovf_I8 : OpCode
|
1249
|
+
Conv_Ovf_I8_Un : OpCode
|
1250
|
+
Conv_Ovf_U : OpCode
|
1251
|
+
Conv_Ovf_U_Un : OpCode
|
1252
|
+
Conv_Ovf_U1 : OpCode
|
1253
|
+
Conv_Ovf_U1_Un : OpCode
|
1254
|
+
Conv_Ovf_U2 : OpCode
|
1255
|
+
Conv_Ovf_U2_Un : OpCode
|
1256
|
+
Conv_Ovf_U4 : OpCode
|
1257
|
+
Conv_Ovf_U4_Un : OpCode
|
1258
|
+
Conv_Ovf_U8 : OpCode
|
1259
|
+
Conv_Ovf_U8_Un : OpCode
|
1260
|
+
Conv_R_Un : OpCode
|
1261
|
+
Conv_R4 : OpCode
|
1262
|
+
Conv_R8 : OpCode
|
1263
|
+
Conv_U : OpCode
|
1264
|
+
Conv_U1 : OpCode
|
1265
|
+
Conv_U2 : OpCode
|
1266
|
+
Conv_U4 : OpCode
|
1267
|
+
Conv_U8 : OpCode
|
1268
|
+
Cpblk : OpCode
|
1269
|
+
Cpobj : OpCode
|
1270
|
+
Div : OpCode
|
1271
|
+
Div_Un : OpCode
|
1272
|
+
Dup : OpCode
|
1273
|
+
Endfilter : OpCode
|
1274
|
+
Endfinally : OpCode
|
1275
|
+
Initblk : OpCode
|
1276
|
+
Initobj : OpCode
|
1277
|
+
Isinst : OpCode
|
1278
|
+
Jmp : OpCode
|
1279
|
+
Ldarg : OpCode
|
1280
|
+
Ldarg_0 : OpCode
|
1281
|
+
Ldarg_1 : OpCode
|
1282
|
+
Ldarg_2 : OpCode
|
1283
|
+
Ldarg_3 : OpCode
|
1284
|
+
Ldarg_S : OpCode
|
1285
|
+
Ldarga : OpCode
|
1286
|
+
Ldarga_S : OpCode
|
1287
|
+
Ldc_I4 : OpCode
|
1288
|
+
Ldc_I4_0 : OpCode
|
1289
|
+
Ldc_I4_1 : OpCode
|
1290
|
+
Ldc_I4_2 : OpCode
|
1291
|
+
Ldc_I4_3 : OpCode
|
1292
|
+
Ldc_I4_4 : OpCode
|
1293
|
+
Ldc_I4_5 : OpCode
|
1294
|
+
Ldc_I4_6 : OpCode
|
1295
|
+
Ldc_I4_7 : OpCode
|
1296
|
+
Ldc_I4_8 : OpCode
|
1297
|
+
Ldc_I4_M1 : OpCode
|
1298
|
+
Ldc_I4_S : OpCode
|
1299
|
+
Ldc_I8 : OpCode
|
1300
|
+
Ldc_R4 : OpCode
|
1301
|
+
Ldc_R8 : OpCode
|
1302
|
+
Ldelem : OpCode
|
1303
|
+
Ldelem_I : OpCode
|
1304
|
+
Ldelem_I1 : OpCode
|
1305
|
+
Ldelem_I2 : OpCode
|
1306
|
+
Ldelem_I4 : OpCode
|
1307
|
+
Ldelem_I8 : OpCode
|
1308
|
+
Ldelem_R4 : OpCode
|
1309
|
+
Ldelem_R8 : OpCode
|
1310
|
+
Ldelem_Ref : OpCode
|
1311
|
+
Ldelem_U1 : OpCode
|
1312
|
+
Ldelem_U2 : OpCode
|
1313
|
+
Ldelem_U4 : OpCode
|
1314
|
+
Ldelema : OpCode
|
1315
|
+
Ldfld : OpCode
|
1316
|
+
Ldflda : OpCode
|
1317
|
+
Ldftn : OpCode
|
1318
|
+
Ldind_I : OpCode
|
1319
|
+
Ldind_I1 : OpCode
|
1320
|
+
Ldind_I2 : OpCode
|
1321
|
+
Ldind_I4 : OpCode
|
1322
|
+
Ldind_I8 : OpCode
|
1323
|
+
Ldind_R4 : OpCode
|
1324
|
+
Ldind_R8 : OpCode
|
1325
|
+
Ldind_Ref : OpCode
|
1326
|
+
Ldind_U1 : OpCode
|
1327
|
+
Ldind_U2 : OpCode
|
1328
|
+
Ldind_U4 : OpCode
|
1329
|
+
Ldlen : OpCode
|
1330
|
+
Ldloc : OpCode
|
1331
|
+
Ldloc_0 : OpCode
|
1332
|
+
Ldloc_1 : OpCode
|
1333
|
+
Ldloc_2 : OpCode
|
1334
|
+
Ldloc_3 : OpCode
|
1335
|
+
Ldloc_S : OpCode
|
1336
|
+
Ldloca : OpCode
|
1337
|
+
Ldloca_S : OpCode
|
1338
|
+
Ldnull : OpCode
|
1339
|
+
Ldobj : OpCode
|
1340
|
+
Ldsfld : OpCode
|
1341
|
+
Ldsflda : OpCode
|
1342
|
+
Ldstr : OpCode
|
1343
|
+
Ldtoken : OpCode
|
1344
|
+
Ldvirtftn : OpCode
|
1345
|
+
Leave : OpCode
|
1346
|
+
Leave_S : OpCode
|
1347
|
+
Localloc : OpCode
|
1348
|
+
Mkrefany : OpCode
|
1349
|
+
Mul : OpCode
|
1350
|
+
Mul_Ovf : OpCode
|
1351
|
+
Mul_Ovf_Un : OpCode
|
1352
|
+
Neg : OpCode
|
1353
|
+
Newarr : OpCode
|
1354
|
+
Newobj : OpCode
|
1355
|
+
Nop : OpCode
|
1356
|
+
Not : OpCode
|
1357
|
+
Or : OpCode
|
1358
|
+
Pop : OpCode
|
1359
|
+
Prefix1 : OpCode
|
1360
|
+
Prefix2 : OpCode
|
1361
|
+
Prefix3 : OpCode
|
1362
|
+
Prefix4 : OpCode
|
1363
|
+
Prefix5 : OpCode
|
1364
|
+
Prefix6 : OpCode
|
1365
|
+
Prefix7 : OpCode
|
1366
|
+
Prefixref : OpCode
|
1367
|
+
Readonly : OpCode
|
1368
|
+
Refanytype : OpCode
|
1369
|
+
Refanyval : OpCode
|
1370
|
+
Rem : OpCode
|
1371
|
+
Rem_Un : OpCode
|
1372
|
+
Ret : OpCode
|
1373
|
+
Rethrow : OpCode
|
1374
|
+
Shl : OpCode
|
1375
|
+
Shr : OpCode
|
1376
|
+
Shr_Un : OpCode
|
1377
|
+
Sizeof : OpCode
|
1378
|
+
Starg : OpCode
|
1379
|
+
Starg_S : OpCode
|
1380
|
+
Stelem : OpCode
|
1381
|
+
Stelem_I : OpCode
|
1382
|
+
Stelem_I1 : OpCode
|
1383
|
+
Stelem_I2 : OpCode
|
1384
|
+
Stelem_I4 : OpCode
|
1385
|
+
Stelem_I8 : OpCode
|
1386
|
+
Stelem_R4 : OpCode
|
1387
|
+
Stelem_R8 : OpCode
|
1388
|
+
Stelem_Ref : OpCode
|
1389
|
+
Stfld : OpCode
|
1390
|
+
Stind_I : OpCode
|
1391
|
+
Stind_I1 : OpCode
|
1392
|
+
Stind_I2 : OpCode
|
1393
|
+
Stind_I4 : OpCode
|
1394
|
+
Stind_I8 : OpCode
|
1395
|
+
Stind_R4 : OpCode
|
1396
|
+
Stind_R8 : OpCode
|
1397
|
+
Stind_Ref : OpCode
|
1398
|
+
Stloc : OpCode
|
1399
|
+
Stloc_0 : OpCode
|
1400
|
+
Stloc_1 : OpCode
|
1401
|
+
Stloc_2 : OpCode
|
1402
|
+
Stloc_3 : OpCode
|
1403
|
+
Stloc_S : OpCode
|
1404
|
+
Stobj : OpCode
|
1405
|
+
Stsfld : OpCode
|
1406
|
+
Sub : OpCode
|
1407
|
+
Sub_Ovf : OpCode
|
1408
|
+
Sub_Ovf_Un : OpCode
|
1409
|
+
Switch : OpCode
|
1410
|
+
Tailcall : OpCode
|
1411
|
+
Throw : OpCode
|
1412
|
+
Unaligned : OpCode
|
1413
|
+
Unbox : OpCode
|
1414
|
+
Unbox_Any : OpCode
|
1415
|
+
Volatile : OpCode
|
1416
|
+
Xor : OpCode
|
1417
|
+
@staticmethod
|
1418
|
+
def TakesSingleByteArgument(inst: OpCode) -> bool: ...
|
1419
|
+
|
1420
|
+
|
1421
|
+
class OpCodeType(typing.SupportsInt):
|
1422
|
+
@typing.overload
|
1423
|
+
def __init__(self, value : int) -> None: ...
|
1424
|
+
@typing.overload
|
1425
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
1426
|
+
def __int__(self) -> int: ...
|
1427
|
+
|
1428
|
+
# Values:
|
1429
|
+
Annotation : OpCodeType # 0
|
1430
|
+
Macro : OpCodeType # 1
|
1431
|
+
Nternal : OpCodeType # 2
|
1432
|
+
Objmodel : OpCodeType # 3
|
1433
|
+
Prefix : OpCodeType # 4
|
1434
|
+
Primitive : OpCodeType # 5
|
1435
|
+
|
1436
|
+
|
1437
|
+
class OperandType(typing.SupportsInt):
|
1438
|
+
@typing.overload
|
1439
|
+
def __init__(self, value : int) -> None: ...
|
1440
|
+
@typing.overload
|
1441
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
1442
|
+
def __int__(self) -> int: ...
|
1443
|
+
|
1444
|
+
# Values:
|
1445
|
+
InlineBrTarget : OperandType # 0
|
1446
|
+
InlineField : OperandType # 1
|
1447
|
+
InlineI : OperandType # 2
|
1448
|
+
InlineI8 : OperandType # 3
|
1449
|
+
InlineMethod : OperandType # 4
|
1450
|
+
InlineNone : OperandType # 5
|
1451
|
+
InlinePhi : OperandType # 6
|
1452
|
+
InlineR : OperandType # 7
|
1453
|
+
InlineSig : OperandType # 9
|
1454
|
+
InlineString : OperandType # 10
|
1455
|
+
InlineSwitch : OperandType # 11
|
1456
|
+
InlineTok : OperandType # 12
|
1457
|
+
InlineType : OperandType # 13
|
1458
|
+
InlineVar : OperandType # 14
|
1459
|
+
ShortInlineBrTarget : OperandType # 15
|
1460
|
+
ShortInlineI : OperandType # 16
|
1461
|
+
ShortInlineR : OperandType # 17
|
1462
|
+
ShortInlineVar : OperandType # 18
|
1463
|
+
|
1464
|
+
|
1465
|
+
class PackingSize(typing.SupportsInt):
|
1466
|
+
@typing.overload
|
1467
|
+
def __init__(self, value : int) -> None: ...
|
1468
|
+
@typing.overload
|
1469
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
1470
|
+
def __int__(self) -> int: ...
|
1471
|
+
|
1472
|
+
# Values:
|
1473
|
+
Unspecified : PackingSize # 0
|
1474
|
+
Size1 : PackingSize # 1
|
1475
|
+
Size2 : PackingSize # 2
|
1476
|
+
Size4 : PackingSize # 4
|
1477
|
+
Size8 : PackingSize # 8
|
1478
|
+
Size16 : PackingSize # 16
|
1479
|
+
Size32 : PackingSize # 32
|
1480
|
+
Size64 : PackingSize # 64
|
1481
|
+
Size128 : PackingSize # 128
|
1482
|
+
|
1483
|
+
|
1484
|
+
class ParameterBuilder(abc.ABC):
|
1485
|
+
@property
|
1486
|
+
def Attributes(self) -> int: ...
|
1487
|
+
@property
|
1488
|
+
def IsIn(self) -> bool: ...
|
1489
|
+
@property
|
1490
|
+
def IsOptional(self) -> bool: ...
|
1491
|
+
@property
|
1492
|
+
def IsOut(self) -> bool: ...
|
1493
|
+
@property
|
1494
|
+
def Name(self) -> str: ...
|
1495
|
+
@property
|
1496
|
+
def Position(self) -> int: ...
|
1497
|
+
def SetConstant(self, defaultValue: typing.Any) -> None: ...
|
1498
|
+
# Skipped SetCustomAttribute due to it being static, abstract and generic.
|
1499
|
+
|
1500
|
+
SetCustomAttribute : SetCustomAttribute_MethodGroup
|
1501
|
+
class SetCustomAttribute_MethodGroup:
|
1502
|
+
@typing.overload
|
1503
|
+
def __call__(self, customBuilder: CustomAttributeBuilder) -> None:...
|
1504
|
+
@typing.overload
|
1505
|
+
def __call__(self, con: ConstructorInfo, binaryAttribute: Array_1[int]) -> None:...
|
1506
|
+
|
1507
|
+
|
1508
|
+
|
1509
|
+
class PEFileKinds(typing.SupportsInt):
|
1510
|
+
@typing.overload
|
1511
|
+
def __init__(self, value : int) -> None: ...
|
1512
|
+
@typing.overload
|
1513
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
1514
|
+
def __int__(self) -> int: ...
|
1515
|
+
|
1516
|
+
# Values:
|
1517
|
+
Dll : PEFileKinds # 1
|
1518
|
+
ConsoleApplication : PEFileKinds # 2
|
1519
|
+
WindowApplication : PEFileKinds # 3
|
1520
|
+
|
1521
|
+
|
1522
|
+
class PropertyBuilder(PropertyInfo):
|
1523
|
+
@property
|
1524
|
+
def Attributes(self) -> PropertyAttributes: ...
|
1525
|
+
@property
|
1526
|
+
def CanRead(self) -> bool: ...
|
1527
|
+
@property
|
1528
|
+
def CanWrite(self) -> bool: ...
|
1529
|
+
@property
|
1530
|
+
def CustomAttributes(self) -> IEnumerable_1[CustomAttributeData]: ...
|
1531
|
+
@property
|
1532
|
+
def DeclaringType(self) -> typing.Type[typing.Any]: ...
|
1533
|
+
@property
|
1534
|
+
def GetMethod(self) -> MethodInfo: ...
|
1535
|
+
@property
|
1536
|
+
def IsCollectible(self) -> bool: ...
|
1537
|
+
@property
|
1538
|
+
def IsSpecialName(self) -> bool: ...
|
1539
|
+
@property
|
1540
|
+
def MemberType(self) -> MemberTypes: ...
|
1541
|
+
@property
|
1542
|
+
def MetadataToken(self) -> int: ...
|
1543
|
+
@property
|
1544
|
+
def Module(self) -> Module: ...
|
1545
|
+
@property
|
1546
|
+
def Name(self) -> str: ...
|
1547
|
+
@property
|
1548
|
+
def PropertyType(self) -> typing.Type[typing.Any]: ...
|
1549
|
+
@property
|
1550
|
+
def ReflectedType(self) -> typing.Type[typing.Any]: ...
|
1551
|
+
@property
|
1552
|
+
def SetMethod(self) -> MethodInfo: ...
|
1553
|
+
def AddOtherMethod(self, mdBuilder: MethodBuilder) -> None: ...
|
1554
|
+
def SetConstant(self, defaultValue: typing.Any) -> None: ...
|
1555
|
+
def SetGetMethod(self, mdBuilder: MethodBuilder) -> None: ...
|
1556
|
+
def SetSetMethod(self, mdBuilder: MethodBuilder) -> None: ...
|
1557
|
+
# Skipped SetCustomAttribute due to it being static, abstract and generic.
|
1558
|
+
|
1559
|
+
SetCustomAttribute : SetCustomAttribute_MethodGroup
|
1560
|
+
class SetCustomAttribute_MethodGroup:
|
1561
|
+
@typing.overload
|
1562
|
+
def __call__(self, customBuilder: CustomAttributeBuilder) -> None:...
|
1563
|
+
@typing.overload
|
1564
|
+
def __call__(self, con: ConstructorInfo, binaryAttribute: Array_1[int]) -> None:...
|
1565
|
+
|
1566
|
+
|
1567
|
+
|
1568
|
+
class SignatureHelper:
|
1569
|
+
def AddArguments(self, arguments: Array_1[typing.Type[typing.Any]], requiredCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]], optionalCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]]) -> None: ...
|
1570
|
+
def AddSentinel(self) -> None: ...
|
1571
|
+
def Equals(self, obj: typing.Any) -> bool: ...
|
1572
|
+
@staticmethod
|
1573
|
+
def GetFieldSigHelper(mod: Module) -> SignatureHelper: ...
|
1574
|
+
def GetHashCode(self) -> int: ...
|
1575
|
+
def GetSignature(self) -> Array_1[int]: ...
|
1576
|
+
def ToString(self) -> str: ...
|
1577
|
+
# Skipped AddArgument due to it being static, abstract and generic.
|
1578
|
+
|
1579
|
+
AddArgument : AddArgument_MethodGroup
|
1580
|
+
class AddArgument_MethodGroup:
|
1581
|
+
@typing.overload
|
1582
|
+
def __call__(self, clsArgument: typing.Type[typing.Any]) -> None:...
|
1583
|
+
@typing.overload
|
1584
|
+
def __call__(self, argument: typing.Type[typing.Any], pinned: bool) -> None:...
|
1585
|
+
@typing.overload
|
1586
|
+
def __call__(self, argument: typing.Type[typing.Any], requiredCustomModifiers: Array_1[typing.Type[typing.Any]], optionalCustomModifiers: Array_1[typing.Type[typing.Any]]) -> None:...
|
1587
|
+
|
1588
|
+
# Skipped GetLocalVarSigHelper due to it being static, abstract and generic.
|
1589
|
+
|
1590
|
+
GetLocalVarSigHelper : GetLocalVarSigHelper_MethodGroup
|
1591
|
+
class GetLocalVarSigHelper_MethodGroup:
|
1592
|
+
@typing.overload
|
1593
|
+
def __call__(self) -> SignatureHelper:...
|
1594
|
+
@typing.overload
|
1595
|
+
def __call__(self, mod: Module) -> SignatureHelper:...
|
1596
|
+
|
1597
|
+
# Skipped GetMethodSigHelper due to it being static, abstract and generic.
|
1598
|
+
|
1599
|
+
GetMethodSigHelper : GetMethodSigHelper_MethodGroup
|
1600
|
+
class GetMethodSigHelper_MethodGroup:
|
1601
|
+
@typing.overload
|
1602
|
+
def __call__(self, callingConvention: CallingConventions, returnType: typing.Type[typing.Any]) -> SignatureHelper:...
|
1603
|
+
@typing.overload
|
1604
|
+
def __call__(self, mod: Module, callingConvention: CallingConventions, returnType: typing.Type[typing.Any]) -> SignatureHelper:...
|
1605
|
+
@typing.overload
|
1606
|
+
def __call__(self, mod: Module, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]]) -> SignatureHelper:...
|
1607
|
+
|
1608
|
+
# Skipped GetPropertySigHelper due to it being static, abstract and generic.
|
1609
|
+
|
1610
|
+
GetPropertySigHelper : GetPropertySigHelper_MethodGroup
|
1611
|
+
class GetPropertySigHelper_MethodGroup:
|
1612
|
+
@typing.overload
|
1613
|
+
def __call__(self, mod: Module, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]]) -> SignatureHelper:...
|
1614
|
+
@typing.overload
|
1615
|
+
def __call__(self, mod: Module, returnType: typing.Type[typing.Any], requiredReturnTypeCustomModifiers: Array_1[typing.Type[typing.Any]], optionalReturnTypeCustomModifiers: Array_1[typing.Type[typing.Any]], parameterTypes: Array_1[typing.Type[typing.Any]], requiredParameterTypeCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]], optionalParameterTypeCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]]) -> SignatureHelper:...
|
1616
|
+
@typing.overload
|
1617
|
+
def __call__(self, mod: Module, callingConvention: CallingConventions, returnType: typing.Type[typing.Any], requiredReturnTypeCustomModifiers: Array_1[typing.Type[typing.Any]], optionalReturnTypeCustomModifiers: Array_1[typing.Type[typing.Any]], parameterTypes: Array_1[typing.Type[typing.Any]], requiredParameterTypeCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]], optionalParameterTypeCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]]) -> SignatureHelper:...
|
1618
|
+
|
1619
|
+
|
1620
|
+
|
1621
|
+
class StackBehaviour(typing.SupportsInt):
|
1622
|
+
@typing.overload
|
1623
|
+
def __init__(self, value : int) -> None: ...
|
1624
|
+
@typing.overload
|
1625
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
1626
|
+
def __int__(self) -> int: ...
|
1627
|
+
|
1628
|
+
# Values:
|
1629
|
+
Pop0 : StackBehaviour # 0
|
1630
|
+
Pop1 : StackBehaviour # 1
|
1631
|
+
Pop1_pop1 : StackBehaviour # 2
|
1632
|
+
Popi : StackBehaviour # 3
|
1633
|
+
Popi_pop1 : StackBehaviour # 4
|
1634
|
+
Popi_popi : StackBehaviour # 5
|
1635
|
+
Popi_popi8 : StackBehaviour # 6
|
1636
|
+
Popi_popi_popi : StackBehaviour # 7
|
1637
|
+
Popi_popr4 : StackBehaviour # 8
|
1638
|
+
Popi_popr8 : StackBehaviour # 9
|
1639
|
+
Popref : StackBehaviour # 10
|
1640
|
+
Popref_pop1 : StackBehaviour # 11
|
1641
|
+
Popref_popi : StackBehaviour # 12
|
1642
|
+
Popref_popi_popi : StackBehaviour # 13
|
1643
|
+
Popref_popi_popi8 : StackBehaviour # 14
|
1644
|
+
Popref_popi_popr4 : StackBehaviour # 15
|
1645
|
+
Popref_popi_popr8 : StackBehaviour # 16
|
1646
|
+
Popref_popi_popref : StackBehaviour # 17
|
1647
|
+
Push0 : StackBehaviour # 18
|
1648
|
+
Push1 : StackBehaviour # 19
|
1649
|
+
Push1_push1 : StackBehaviour # 20
|
1650
|
+
Pushi : StackBehaviour # 21
|
1651
|
+
Pushi8 : StackBehaviour # 22
|
1652
|
+
Pushr4 : StackBehaviour # 23
|
1653
|
+
Pushr8 : StackBehaviour # 24
|
1654
|
+
Pushref : StackBehaviour # 25
|
1655
|
+
Varpop : StackBehaviour # 26
|
1656
|
+
Varpush : StackBehaviour # 27
|
1657
|
+
Popref_popi_pop1 : StackBehaviour # 28
|
1658
|
+
|
1659
|
+
|
1660
|
+
class TypeBuilder(TypeInfo):
|
1661
|
+
UnspecifiedTypeSize : int
|
1662
|
+
@property
|
1663
|
+
def Assembly(self) -> Assembly: ...
|
1664
|
+
@property
|
1665
|
+
def AssemblyQualifiedName(self) -> str: ...
|
1666
|
+
@property
|
1667
|
+
def Attributes(self) -> TypeAttributes: ...
|
1668
|
+
@property
|
1669
|
+
def BaseType(self) -> typing.Type[typing.Any]: ...
|
1670
|
+
@property
|
1671
|
+
def ContainsGenericParameters(self) -> bool: ...
|
1672
|
+
@property
|
1673
|
+
def CustomAttributes(self) -> IEnumerable_1[CustomAttributeData]: ...
|
1674
|
+
@property
|
1675
|
+
def DeclaredConstructors(self) -> IEnumerable_1[ConstructorInfo]: ...
|
1676
|
+
@property
|
1677
|
+
def DeclaredEvents(self) -> IEnumerable_1[EventInfo]: ...
|
1678
|
+
@property
|
1679
|
+
def DeclaredFields(self) -> IEnumerable_1[FieldInfo]: ...
|
1680
|
+
@property
|
1681
|
+
def DeclaredMembers(self) -> IEnumerable_1[MemberInfo]: ...
|
1682
|
+
@property
|
1683
|
+
def DeclaredMethods(self) -> IEnumerable_1[MethodInfo]: ...
|
1684
|
+
@property
|
1685
|
+
def DeclaredNestedTypes(self) -> IEnumerable_1[TypeInfo]: ...
|
1686
|
+
@property
|
1687
|
+
def DeclaredProperties(self) -> IEnumerable_1[PropertyInfo]: ...
|
1688
|
+
@property
|
1689
|
+
def DeclaringMethod(self) -> MethodBase: ...
|
1690
|
+
@property
|
1691
|
+
def DeclaringType(self) -> typing.Type[typing.Any]: ...
|
1692
|
+
@property
|
1693
|
+
def FullName(self) -> str: ...
|
1694
|
+
@property
|
1695
|
+
def GenericParameterAttributes(self) -> GenericParameterAttributes: ...
|
1696
|
+
@property
|
1697
|
+
def GenericParameterPosition(self) -> int: ...
|
1698
|
+
@property
|
1699
|
+
def GenericTypeArguments(self) -> Array_1[typing.Type[typing.Any]]: ...
|
1700
|
+
@property
|
1701
|
+
def GenericTypeParameters(self) -> Array_1[typing.Type[typing.Any]]: ...
|
1702
|
+
@property
|
1703
|
+
def GUID(self) -> Guid: ...
|
1704
|
+
@property
|
1705
|
+
def HasElementType(self) -> bool: ...
|
1706
|
+
@property
|
1707
|
+
def ImplementedInterfaces(self) -> IEnumerable_1[typing.Type[typing.Any]]: ...
|
1708
|
+
@property
|
1709
|
+
def IsAbstract(self) -> bool: ...
|
1710
|
+
@property
|
1711
|
+
def IsAnsiClass(self) -> bool: ...
|
1712
|
+
@property
|
1713
|
+
def IsArray(self) -> bool: ...
|
1714
|
+
@property
|
1715
|
+
def IsAutoClass(self) -> bool: ...
|
1716
|
+
@property
|
1717
|
+
def IsAutoLayout(self) -> bool: ...
|
1718
|
+
@property
|
1719
|
+
def IsByRef(self) -> bool: ...
|
1720
|
+
@property
|
1721
|
+
def IsByRefLike(self) -> bool: ...
|
1722
|
+
@property
|
1723
|
+
def IsClass(self) -> bool: ...
|
1724
|
+
@property
|
1725
|
+
def IsCollectible(self) -> bool: ...
|
1726
|
+
@property
|
1727
|
+
def IsCOMObject(self) -> bool: ...
|
1728
|
+
@property
|
1729
|
+
def IsConstructedGenericType(self) -> bool: ...
|
1730
|
+
@property
|
1731
|
+
def IsContextful(self) -> bool: ...
|
1732
|
+
@property
|
1733
|
+
def IsEnum(self) -> bool: ...
|
1734
|
+
@property
|
1735
|
+
def IsExplicitLayout(self) -> bool: ...
|
1736
|
+
@property
|
1737
|
+
def IsFunctionPointer(self) -> bool: ...
|
1738
|
+
@property
|
1739
|
+
def IsGenericMethodParameter(self) -> bool: ...
|
1740
|
+
@property
|
1741
|
+
def IsGenericParameter(self) -> bool: ...
|
1742
|
+
@property
|
1743
|
+
def IsGenericType(self) -> bool: ...
|
1744
|
+
@property
|
1745
|
+
def IsGenericTypeDefinition(self) -> bool: ...
|
1746
|
+
@property
|
1747
|
+
def IsGenericTypeParameter(self) -> bool: ...
|
1748
|
+
@property
|
1749
|
+
def IsImport(self) -> bool: ...
|
1750
|
+
@property
|
1751
|
+
def IsInterface(self) -> bool: ...
|
1752
|
+
@property
|
1753
|
+
def IsLayoutSequential(self) -> bool: ...
|
1754
|
+
@property
|
1755
|
+
def IsMarshalByRef(self) -> bool: ...
|
1756
|
+
@property
|
1757
|
+
def IsNested(self) -> bool: ...
|
1758
|
+
@property
|
1759
|
+
def IsNestedAssembly(self) -> bool: ...
|
1760
|
+
@property
|
1761
|
+
def IsNestedFamANDAssem(self) -> bool: ...
|
1762
|
+
@property
|
1763
|
+
def IsNestedFamily(self) -> bool: ...
|
1764
|
+
@property
|
1765
|
+
def IsNestedFamORAssem(self) -> bool: ...
|
1766
|
+
@property
|
1767
|
+
def IsNestedPrivate(self) -> bool: ...
|
1768
|
+
@property
|
1769
|
+
def IsNestedPublic(self) -> bool: ...
|
1770
|
+
@property
|
1771
|
+
def IsNotPublic(self) -> bool: ...
|
1772
|
+
@property
|
1773
|
+
def IsPointer(self) -> bool: ...
|
1774
|
+
@property
|
1775
|
+
def IsPrimitive(self) -> bool: ...
|
1776
|
+
@property
|
1777
|
+
def IsPublic(self) -> bool: ...
|
1778
|
+
@property
|
1779
|
+
def IsSealed(self) -> bool: ...
|
1780
|
+
@property
|
1781
|
+
def IsSecurityCritical(self) -> bool: ...
|
1782
|
+
@property
|
1783
|
+
def IsSecuritySafeCritical(self) -> bool: ...
|
1784
|
+
@property
|
1785
|
+
def IsSecurityTransparent(self) -> bool: ...
|
1786
|
+
@property
|
1787
|
+
def IsSerializable(self) -> bool: ...
|
1788
|
+
@property
|
1789
|
+
def IsSignatureType(self) -> bool: ...
|
1790
|
+
@property
|
1791
|
+
def IsSpecialName(self) -> bool: ...
|
1792
|
+
@property
|
1793
|
+
def IsSZArray(self) -> bool: ...
|
1794
|
+
@property
|
1795
|
+
def IsTypeDefinition(self) -> bool: ...
|
1796
|
+
@property
|
1797
|
+
def IsUnicodeClass(self) -> bool: ...
|
1798
|
+
@property
|
1799
|
+
def IsUnmanagedFunctionPointer(self) -> bool: ...
|
1800
|
+
@property
|
1801
|
+
def IsValueType(self) -> bool: ...
|
1802
|
+
@property
|
1803
|
+
def IsVariableBoundArray(self) -> bool: ...
|
1804
|
+
@property
|
1805
|
+
def IsVisible(self) -> bool: ...
|
1806
|
+
@property
|
1807
|
+
def MemberType(self) -> MemberTypes: ...
|
1808
|
+
@property
|
1809
|
+
def MetadataToken(self) -> int: ...
|
1810
|
+
@property
|
1811
|
+
def Module(self) -> Module: ...
|
1812
|
+
@property
|
1813
|
+
def Name(self) -> str: ...
|
1814
|
+
@property
|
1815
|
+
def Namespace(self) -> str: ...
|
1816
|
+
@property
|
1817
|
+
def PackingSize(self) -> PackingSize: ...
|
1818
|
+
@property
|
1819
|
+
def ReflectedType(self) -> typing.Type[typing.Any]: ...
|
1820
|
+
@property
|
1821
|
+
def Size(self) -> int: ...
|
1822
|
+
@property
|
1823
|
+
def StructLayoutAttribute(self) -> StructLayoutAttribute: ...
|
1824
|
+
@property
|
1825
|
+
def TypeHandle(self) -> RuntimeTypeHandle: ...
|
1826
|
+
@property
|
1827
|
+
def TypeInitializer(self) -> ConstructorInfo: ...
|
1828
|
+
@property
|
1829
|
+
def UnderlyingSystemType(self) -> typing.Type[typing.Any]: ...
|
1830
|
+
def AddInterfaceImplementation(self, interfaceType: typing.Type[typing.Any]) -> None: ...
|
1831
|
+
def CreateType(self) -> typing.Type[typing.Any]: ...
|
1832
|
+
def CreateTypeInfo(self) -> TypeInfo: ...
|
1833
|
+
def DefineDefaultConstructor(self, attributes: MethodAttributes) -> ConstructorBuilder: ...
|
1834
|
+
def DefineEvent(self, name: str, attributes: EventAttributes, eventtype: typing.Type[typing.Any]) -> EventBuilder: ...
|
1835
|
+
def DefineGenericParameters(self, names: Array_1[str]) -> Array_1[GenericTypeParameterBuilder]: ...
|
1836
|
+
def DefineInitializedData(self, name: str, data: Array_1[int], attributes: FieldAttributes) -> FieldBuilder: ...
|
1837
|
+
def DefineMethodOverride(self, methodInfoBody: MethodInfo, methodInfoDeclaration: MethodInfo) -> None: ...
|
1838
|
+
def DefineTypeInitializer(self) -> ConstructorBuilder: ...
|
1839
|
+
def DefineUninitializedData(self, name: str, size: int, attributes: FieldAttributes) -> FieldBuilder: ...
|
1840
|
+
@staticmethod
|
1841
|
+
def GetConstructor(type: typing.Type[typing.Any], constructor: ConstructorInfo) -> ConstructorInfo: ...
|
1842
|
+
@staticmethod
|
1843
|
+
def GetField(type: typing.Type[typing.Any], field: FieldInfo) -> FieldInfo: ...
|
1844
|
+
@staticmethod
|
1845
|
+
def GetMethod(type: typing.Type[typing.Any], method: MethodInfo) -> MethodInfo: ...
|
1846
|
+
def IsCreated(self) -> bool: ...
|
1847
|
+
def MakeByRefType(self) -> typing.Type[typing.Any]: ...
|
1848
|
+
def MakeGenericType(self, typeArguments: Array_1[typing.Type[typing.Any]]) -> typing.Type[typing.Any]: ...
|
1849
|
+
def MakePointerType(self) -> typing.Type[typing.Any]: ...
|
1850
|
+
def SetParent(self, parent: typing.Type[typing.Any]) -> None: ...
|
1851
|
+
# Skipped DefineConstructor due to it being static, abstract and generic.
|
1852
|
+
|
1853
|
+
DefineConstructor : DefineConstructor_MethodGroup
|
1854
|
+
class DefineConstructor_MethodGroup:
|
1855
|
+
@typing.overload
|
1856
|
+
def __call__(self, attributes: MethodAttributes, callingConvention: CallingConventions, parameterTypes: Array_1[typing.Type[typing.Any]]) -> ConstructorBuilder:...
|
1857
|
+
@typing.overload
|
1858
|
+
def __call__(self, attributes: MethodAttributes, callingConvention: CallingConventions, parameterTypes: Array_1[typing.Type[typing.Any]], requiredCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]], optionalCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]]) -> ConstructorBuilder:...
|
1859
|
+
|
1860
|
+
# Skipped DefineField due to it being static, abstract and generic.
|
1861
|
+
|
1862
|
+
DefineField : DefineField_MethodGroup
|
1863
|
+
class DefineField_MethodGroup:
|
1864
|
+
@typing.overload
|
1865
|
+
def __call__(self, fieldName: str, type: typing.Type[typing.Any], attributes: FieldAttributes) -> FieldBuilder:...
|
1866
|
+
@typing.overload
|
1867
|
+
def __call__(self, fieldName: str, type: typing.Type[typing.Any], requiredCustomModifiers: Array_1[typing.Type[typing.Any]], optionalCustomModifiers: Array_1[typing.Type[typing.Any]], attributes: FieldAttributes) -> FieldBuilder:...
|
1868
|
+
|
1869
|
+
# Skipped DefineMethod due to it being static, abstract and generic.
|
1870
|
+
|
1871
|
+
DefineMethod : DefineMethod_MethodGroup
|
1872
|
+
class DefineMethod_MethodGroup:
|
1873
|
+
@typing.overload
|
1874
|
+
def __call__(self, name: str, attributes: MethodAttributes) -> MethodBuilder:...
|
1875
|
+
@typing.overload
|
1876
|
+
def __call__(self, name: str, attributes: MethodAttributes, callingConvention: CallingConventions) -> MethodBuilder:...
|
1877
|
+
@typing.overload
|
1878
|
+
def __call__(self, name: str, attributes: MethodAttributes, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]]) -> MethodBuilder:...
|
1879
|
+
@typing.overload
|
1880
|
+
def __call__(self, name: str, attributes: MethodAttributes, callingConvention: CallingConventions, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]]) -> MethodBuilder:...
|
1881
|
+
@typing.overload
|
1882
|
+
def __call__(self, name: str, attributes: MethodAttributes, callingConvention: CallingConventions, returnType: typing.Type[typing.Any], returnTypeRequiredCustomModifiers: Array_1[typing.Type[typing.Any]], returnTypeOptionalCustomModifiers: Array_1[typing.Type[typing.Any]], parameterTypes: Array_1[typing.Type[typing.Any]], parameterTypeRequiredCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]], parameterTypeOptionalCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]]) -> MethodBuilder:...
|
1883
|
+
|
1884
|
+
# Skipped DefineNestedType due to it being static, abstract and generic.
|
1885
|
+
|
1886
|
+
DefineNestedType : DefineNestedType_MethodGroup
|
1887
|
+
class DefineNestedType_MethodGroup:
|
1888
|
+
@typing.overload
|
1889
|
+
def __call__(self, name: str) -> TypeBuilder:...
|
1890
|
+
@typing.overload
|
1891
|
+
def __call__(self, name: str, attr: TypeAttributes) -> TypeBuilder:...
|
1892
|
+
@typing.overload
|
1893
|
+
def __call__(self, name: str, attr: TypeAttributes, parent: typing.Type[typing.Any]) -> TypeBuilder:...
|
1894
|
+
@typing.overload
|
1895
|
+
def __call__(self, name: str, attr: TypeAttributes, parent: typing.Type[typing.Any], typeSize: int) -> TypeBuilder:...
|
1896
|
+
@typing.overload
|
1897
|
+
def __call__(self, name: str, attr: TypeAttributes, parent: typing.Type[typing.Any], interfaces: Array_1[typing.Type[typing.Any]]) -> TypeBuilder:...
|
1898
|
+
@typing.overload
|
1899
|
+
def __call__(self, name: str, attr: TypeAttributes, parent: typing.Type[typing.Any], packSize: PackingSize) -> TypeBuilder:...
|
1900
|
+
@typing.overload
|
1901
|
+
def __call__(self, name: str, attr: TypeAttributes, parent: typing.Type[typing.Any], packSize: PackingSize, typeSize: int) -> TypeBuilder:...
|
1902
|
+
|
1903
|
+
# Skipped DefinePInvokeMethod due to it being static, abstract and generic.
|
1904
|
+
|
1905
|
+
DefinePInvokeMethod : DefinePInvokeMethod_MethodGroup
|
1906
|
+
class DefinePInvokeMethod_MethodGroup:
|
1907
|
+
@typing.overload
|
1908
|
+
def __call__(self, name: str, dllName: str, attributes: MethodAttributes, callingConvention: CallingConventions, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]], nativeCallConv: CallingConvention, nativeCharSet: CharSet) -> MethodBuilder:...
|
1909
|
+
@typing.overload
|
1910
|
+
def __call__(self, name: str, dllName: str, entryName: str, attributes: MethodAttributes, callingConvention: CallingConventions, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]], nativeCallConv: CallingConvention, nativeCharSet: CharSet) -> MethodBuilder:...
|
1911
|
+
@typing.overload
|
1912
|
+
def __call__(self, name: str, dllName: str, entryName: str, attributes: MethodAttributes, callingConvention: CallingConventions, returnType: typing.Type[typing.Any], returnTypeRequiredCustomModifiers: Array_1[typing.Type[typing.Any]], returnTypeOptionalCustomModifiers: Array_1[typing.Type[typing.Any]], parameterTypes: Array_1[typing.Type[typing.Any]], parameterTypeRequiredCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]], parameterTypeOptionalCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]], nativeCallConv: CallingConvention, nativeCharSet: CharSet) -> MethodBuilder:...
|
1913
|
+
|
1914
|
+
# Skipped DefineProperty due to it being static, abstract and generic.
|
1915
|
+
|
1916
|
+
DefineProperty : DefineProperty_MethodGroup
|
1917
|
+
class DefineProperty_MethodGroup:
|
1918
|
+
@typing.overload
|
1919
|
+
def __call__(self, name: str, attributes: PropertyAttributes, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]]) -> PropertyBuilder:...
|
1920
|
+
@typing.overload
|
1921
|
+
def __call__(self, name: str, attributes: PropertyAttributes, callingConvention: CallingConventions, returnType: typing.Type[typing.Any], parameterTypes: Array_1[typing.Type[typing.Any]]) -> PropertyBuilder:...
|
1922
|
+
@typing.overload
|
1923
|
+
def __call__(self, name: str, attributes: PropertyAttributes, returnType: typing.Type[typing.Any], returnTypeRequiredCustomModifiers: Array_1[typing.Type[typing.Any]], returnTypeOptionalCustomModifiers: Array_1[typing.Type[typing.Any]], parameterTypes: Array_1[typing.Type[typing.Any]], parameterTypeRequiredCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]], parameterTypeOptionalCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]]) -> PropertyBuilder:...
|
1924
|
+
@typing.overload
|
1925
|
+
def __call__(self, name: str, attributes: PropertyAttributes, callingConvention: CallingConventions, returnType: typing.Type[typing.Any], returnTypeRequiredCustomModifiers: Array_1[typing.Type[typing.Any]], returnTypeOptionalCustomModifiers: Array_1[typing.Type[typing.Any]], parameterTypes: Array_1[typing.Type[typing.Any]], parameterTypeRequiredCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]], parameterTypeOptionalCustomModifiers: Array_1[Array_1[typing.Type[typing.Any]]]) -> PropertyBuilder:...
|
1926
|
+
|
1927
|
+
# Skipped MakeArrayType due to it being static, abstract and generic.
|
1928
|
+
|
1929
|
+
MakeArrayType : MakeArrayType_MethodGroup
|
1930
|
+
class MakeArrayType_MethodGroup:
|
1931
|
+
@typing.overload
|
1932
|
+
def __call__(self) -> typing.Type[typing.Any]:...
|
1933
|
+
@typing.overload
|
1934
|
+
def __call__(self, rank: int) -> typing.Type[typing.Any]:...
|
1935
|
+
|
1936
|
+
# Skipped SetCustomAttribute due to it being static, abstract and generic.
|
1937
|
+
|
1938
|
+
SetCustomAttribute : SetCustomAttribute_MethodGroup
|
1939
|
+
class SetCustomAttribute_MethodGroup:
|
1940
|
+
@typing.overload
|
1941
|
+
def __call__(self, customBuilder: CustomAttributeBuilder) -> None:...
|
1942
|
+
@typing.overload
|
1943
|
+
def __call__(self, con: ConstructorInfo, binaryAttribute: Array_1[int]) -> None:...
|
1944
|
+
|
1945
|
+
|