PySimultan 0.6.0.8__py3-none-any.whl → 0.6.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. PySimultan2/CHANGELOG.md +7 -0
  2. PySimultan2/__about__.py +1 -1
  3. PySimultan2/data_model.py +103 -26
  4. PySimultan2/default_types.py +25 -3
  5. PySimultan2/files.py +49 -10
  6. PySimultan2/multi_values.py +59 -2
  7. PySimultan2/utils.py +4 -4
  8. {pysimultan-0.6.0.8.dist-info → pysimultan-0.6.2.dist-info}/METADATA +1 -1
  9. pysimultan-0.6.2.dist-info/RECORD +76 -0
  10. pysimultan-0.6.2.dist-info/licenses/LICENSE.txt +29 -0
  11. PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +0 -616
  12. PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +0 -2538
  13. PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +0 -499
  14. PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +0 -2219
  15. PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +0 -682
  16. PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +0 -1654
  17. PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +0 -442
  18. PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +0 -193
  19. PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +0 -367
  20. PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +0 -116
  21. PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +0 -212
  22. PySimultan2/typings/SIMULTAN/Data/__init__.pyi +0 -232
  23. PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +0 -916
  24. PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +0 -15
  25. PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +0 -268
  26. PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +0 -32
  27. PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +0 -116
  28. PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +0 -433
  29. PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +0 -435
  30. PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +0 -103
  31. PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +0 -122
  32. PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +0 -1335
  33. PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +0 -48
  34. PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +0 -562
  35. PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +0 -11
  36. PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +0 -21
  37. PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +0 -11
  38. PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +0 -112
  39. PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +0 -5
  40. PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +0 -13
  41. PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +0 -54
  42. PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +0 -46
  43. PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +0 -22
  44. PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +0 -32
  45. PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +0 -43
  46. PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +0 -216
  47. PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +0 -66
  48. PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +0 -48
  49. PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +0 -11
  50. PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +0 -59
  51. PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +0 -133
  52. PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +0 -570
  53. PySimultan2/typings/System/Buffers/Binary/__init__.pyi +0 -248
  54. PySimultan2/typings/System/Buffers/Text/__init__.pyi +0 -91
  55. PySimultan2/typings/System/Buffers/__init__.pyi +0 -192
  56. PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +0 -137
  57. PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +0 -47
  58. PySimultan2/typings/System/Collections/Generic/__init__.pyi +0 -1293
  59. PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +0 -166
  60. PySimultan2/typings/System/Collections/Specialized/__init__.pyi +0 -82
  61. PySimultan2/typings/System/Collections/__init__.pyi +0 -403
  62. PySimultan2/typings/System/ComponentModel/__init__.pyi +0 -582
  63. PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +0 -30
  64. PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +0 -315
  65. PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +0 -297
  66. PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +0 -9
  67. PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +0 -641
  68. PySimultan2/typings/System/Diagnostics/__init__.pyi +0 -1101
  69. PySimultan2/typings/System/Globalization/__init__.pyi +0 -1675
  70. PySimultan2/typings/System/IO/Enumeration/__init__.pyi +0 -125
  71. PySimultan2/typings/System/IO/__init__.pyi +0 -2747
  72. PySimultan2/typings/System/Linq/Expressions/__init__.pyi +0 -1815
  73. PySimultan2/typings/System/Net/__init__.pyi +0 -81
  74. PySimultan2/typings/System/Numerics/__init__.pyi +0 -2853
  75. PySimultan2/typings/System/Reflection/Emit/__init__.pyi +0 -1945
  76. PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +0 -24
  77. PySimultan2/typings/System/Reflection/__init__.pyi +0 -2724
  78. PySimultan2/typings/System/Resources/__init__.pyi +0 -205
  79. PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +0 -1926
  80. PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +0 -49
  81. PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +0 -34
  82. PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +0 -758
  83. PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +0 -461
  84. PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +0 -48
  85. PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +0 -2632
  86. PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +0 -4757
  87. PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +0 -844
  88. PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +0 -5642
  89. PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +0 -4504
  90. PySimultan2/typings/System/Runtime/Loader/__init__.pyi +0 -63
  91. PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +0 -7
  92. PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +0 -269
  93. PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +0 -200
  94. PySimultan2/typings/System/Runtime/__init__.pyi +0 -141
  95. PySimultan2/typings/System/Security/Cryptography/__init__.pyi +0 -39
  96. PySimultan2/typings/System/Security/Permissions/__init__.pyi +0 -163
  97. PySimultan2/typings/System/Security/Principal/__init__.pyi +0 -45
  98. PySimultan2/typings/System/Security/__init__.pyi +0 -347
  99. PySimultan2/typings/System/Text/Unicode/__init__.pyi +0 -62
  100. PySimultan2/typings/System/Text/__init__.pyi +0 -1590
  101. PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +0 -76
  102. PySimultan2/typings/System/Threading/Tasks/__init__.pyi +0 -1403
  103. PySimultan2/typings/System/Threading/__init__.pyi +0 -1788
  104. PySimultan2/typings/System/Xml/Schema/__init__.pyi +0 -1255
  105. PySimultan2/typings/System/Xml/Serialization/__init__.pyi +0 -16
  106. PySimultan2/typings/System/Xml/XPath/__init__.pyi +0 -474
  107. PySimultan2/typings/System/Xml/__init__.pyi +0 -2410
  108. PySimultan2/typings/System/__init__.pyi +0 -17821
  109. pysimultan-0.6.0.8.dist-info/RECORD +0 -174
  110. pysimultan-0.6.0.8.dist-info/licenses/LICENSE.txt +0 -9
  111. {pysimultan-0.6.0.8.dist-info → pysimultan-0.6.2.dist-info}/WHEEL +0 -0
@@ -1,39 +0,0 @@
1
- import typing
2
- from System import SystemException, Exception
3
- from System.Collections import IDictionary
4
- from System.Reflection import MethodBase
5
-
6
- class CryptographicException(SystemException):
7
- @typing.overload
8
- def __init__(self) -> None: ...
9
- @typing.overload
10
- def __init__(self, format: str, insert: str) -> None: ...
11
- @typing.overload
12
- def __init__(self, hr: int) -> None: ...
13
- @typing.overload
14
- def __init__(self, message: str) -> None: ...
15
- @typing.overload
16
- def __init__(self, message: str, inner: Exception) -> None: ...
17
- @property
18
- def Data(self) -> IDictionary: ...
19
- @property
20
- def HelpLink(self) -> str: ...
21
- @HelpLink.setter
22
- def HelpLink(self, value: str) -> str: ...
23
- @property
24
- def HResult(self) -> int: ...
25
- @HResult.setter
26
- def HResult(self, value: int) -> int: ...
27
- @property
28
- def InnerException(self) -> Exception: ...
29
- @property
30
- def Message(self) -> str: ...
31
- @property
32
- def Source(self) -> str: ...
33
- @Source.setter
34
- def Source(self, value: str) -> str: ...
35
- @property
36
- def StackTrace(self) -> str: ...
37
- @property
38
- def TargetSite(self) -> MethodBase: ...
39
-
@@ -1,163 +0,0 @@
1
- import typing, abc
2
- from System import Attribute
3
- from System.Security import IPermission
4
-
5
- class CodeAccessSecurityAttribute(SecurityAttribute):
6
- @property
7
- def Action(self) -> SecurityAction: ...
8
- @Action.setter
9
- def Action(self, value: SecurityAction) -> SecurityAction: ...
10
- @property
11
- def TypeId(self) -> typing.Any: ...
12
- @property
13
- def Unrestricted(self) -> bool: ...
14
- @Unrestricted.setter
15
- def Unrestricted(self, value: bool) -> bool: ...
16
-
17
-
18
- class PermissionState(typing.SupportsInt):
19
- @typing.overload
20
- def __init__(self, value : int) -> None: ...
21
- @typing.overload
22
- def __init__(self, value : int, force_if_true: bool) -> None: ...
23
- def __int__(self) -> int: ...
24
-
25
- # Values:
26
- None_ : PermissionState # 0
27
- Unrestricted : PermissionState # 1
28
-
29
-
30
- class SecurityAction(typing.SupportsInt):
31
- @typing.overload
32
- def __init__(self, value : int) -> None: ...
33
- @typing.overload
34
- def __init__(self, value : int, force_if_true: bool) -> None: ...
35
- def __int__(self) -> int: ...
36
-
37
- # Values:
38
- Demand : SecurityAction # 2
39
- Assert : SecurityAction # 3
40
- Deny : SecurityAction # 4
41
- PermitOnly : SecurityAction # 5
42
- LinkDemand : SecurityAction # 6
43
- InheritanceDemand : SecurityAction # 7
44
- RequestMinimum : SecurityAction # 8
45
- RequestOptional : SecurityAction # 9
46
- RequestRefuse : SecurityAction # 10
47
-
48
-
49
- class SecurityAttribute(Attribute):
50
- @property
51
- def Action(self) -> SecurityAction: ...
52
- @Action.setter
53
- def Action(self, value: SecurityAction) -> SecurityAction: ...
54
- @property
55
- def TypeId(self) -> typing.Any: ...
56
- @property
57
- def Unrestricted(self) -> bool: ...
58
- @Unrestricted.setter
59
- def Unrestricted(self, value: bool) -> bool: ...
60
- @abc.abstractmethod
61
- def CreatePermission(self) -> IPermission: ...
62
-
63
-
64
- class SecurityPermissionAttribute(CodeAccessSecurityAttribute):
65
- def __init__(self, action: SecurityAction) -> None: ...
66
- @property
67
- def Action(self) -> SecurityAction: ...
68
- @Action.setter
69
- def Action(self, value: SecurityAction) -> SecurityAction: ...
70
- @property
71
- def Assertion(self) -> bool: ...
72
- @Assertion.setter
73
- def Assertion(self, value: bool) -> bool: ...
74
- @property
75
- def BindingRedirects(self) -> bool: ...
76
- @BindingRedirects.setter
77
- def BindingRedirects(self, value: bool) -> bool: ...
78
- @property
79
- def ControlAppDomain(self) -> bool: ...
80
- @ControlAppDomain.setter
81
- def ControlAppDomain(self, value: bool) -> bool: ...
82
- @property
83
- def ControlDomainPolicy(self) -> bool: ...
84
- @ControlDomainPolicy.setter
85
- def ControlDomainPolicy(self, value: bool) -> bool: ...
86
- @property
87
- def ControlEvidence(self) -> bool: ...
88
- @ControlEvidence.setter
89
- def ControlEvidence(self, value: bool) -> bool: ...
90
- @property
91
- def ControlPolicy(self) -> bool: ...
92
- @ControlPolicy.setter
93
- def ControlPolicy(self, value: bool) -> bool: ...
94
- @property
95
- def ControlPrincipal(self) -> bool: ...
96
- @ControlPrincipal.setter
97
- def ControlPrincipal(self, value: bool) -> bool: ...
98
- @property
99
- def ControlThread(self) -> bool: ...
100
- @ControlThread.setter
101
- def ControlThread(self, value: bool) -> bool: ...
102
- @property
103
- def Execution(self) -> bool: ...
104
- @Execution.setter
105
- def Execution(self, value: bool) -> bool: ...
106
- @property
107
- def Flags(self) -> SecurityPermissionFlag: ...
108
- @Flags.setter
109
- def Flags(self, value: SecurityPermissionFlag) -> SecurityPermissionFlag: ...
110
- @property
111
- def Infrastructure(self) -> bool: ...
112
- @Infrastructure.setter
113
- def Infrastructure(self, value: bool) -> bool: ...
114
- @property
115
- def RemotingConfiguration(self) -> bool: ...
116
- @RemotingConfiguration.setter
117
- def RemotingConfiguration(self, value: bool) -> bool: ...
118
- @property
119
- def SerializationFormatter(self) -> bool: ...
120
- @SerializationFormatter.setter
121
- def SerializationFormatter(self, value: bool) -> bool: ...
122
- @property
123
- def SkipVerification(self) -> bool: ...
124
- @SkipVerification.setter
125
- def SkipVerification(self, value: bool) -> bool: ...
126
- @property
127
- def TypeId(self) -> typing.Any: ...
128
- @property
129
- def UnmanagedCode(self) -> bool: ...
130
- @UnmanagedCode.setter
131
- def UnmanagedCode(self, value: bool) -> bool: ...
132
- @property
133
- def Unrestricted(self) -> bool: ...
134
- @Unrestricted.setter
135
- def Unrestricted(self, value: bool) -> bool: ...
136
- def CreatePermission(self) -> IPermission: ...
137
-
138
-
139
- class SecurityPermissionFlag(typing.SupportsInt):
140
- @typing.overload
141
- def __init__(self, value : int) -> None: ...
142
- @typing.overload
143
- def __init__(self, value : int, force_if_true: bool) -> None: ...
144
- def __int__(self) -> int: ...
145
-
146
- # Values:
147
- NoFlags : SecurityPermissionFlag # 0
148
- Assertion : SecurityPermissionFlag # 1
149
- UnmanagedCode : SecurityPermissionFlag # 2
150
- SkipVerification : SecurityPermissionFlag # 4
151
- Execution : SecurityPermissionFlag # 8
152
- ControlThread : SecurityPermissionFlag # 16
153
- ControlEvidence : SecurityPermissionFlag # 32
154
- ControlPolicy : SecurityPermissionFlag # 64
155
- SerializationFormatter : SecurityPermissionFlag # 128
156
- ControlDomainPolicy : SecurityPermissionFlag # 256
157
- ControlPrincipal : SecurityPermissionFlag # 512
158
- ControlAppDomain : SecurityPermissionFlag # 1024
159
- RemotingConfiguration : SecurityPermissionFlag # 2048
160
- Infrastructure : SecurityPermissionFlag # 4096
161
- BindingRedirects : SecurityPermissionFlag # 8192
162
- AllFlags : SecurityPermissionFlag # 16383
163
-
@@ -1,45 +0,0 @@
1
- import typing, abc
2
-
3
- class IIdentity(typing.Protocol):
4
- @property
5
- def AuthenticationType(self) -> str: ...
6
- @property
7
- def IsAuthenticated(self) -> bool: ...
8
- @property
9
- def Name(self) -> str: ...
10
-
11
-
12
- class IPrincipal(typing.Protocol):
13
- @property
14
- def Identity(self) -> IIdentity: ...
15
- @abc.abstractmethod
16
- def IsInRole(self, role: str) -> bool: ...
17
-
18
-
19
- class PrincipalPolicy(typing.SupportsInt):
20
- @typing.overload
21
- def __init__(self, value : int) -> None: ...
22
- @typing.overload
23
- def __init__(self, value : int, force_if_true: bool) -> None: ...
24
- def __int__(self) -> int: ...
25
-
26
- # Values:
27
- UnauthenticatedPrincipal : PrincipalPolicy # 0
28
- NoPrincipal : PrincipalPolicy # 1
29
- WindowsPrincipal : PrincipalPolicy # 2
30
-
31
-
32
- class TokenImpersonationLevel(typing.SupportsInt):
33
- @typing.overload
34
- def __init__(self, value : int) -> None: ...
35
- @typing.overload
36
- def __init__(self, value : int, force_if_true: bool) -> None: ...
37
- def __int__(self) -> int: ...
38
-
39
- # Values:
40
- None_ : TokenImpersonationLevel # 0
41
- Anonymous : TokenImpersonationLevel # 1
42
- Identification : TokenImpersonationLevel # 2
43
- Impersonation : TokenImpersonationLevel # 3
44
- Delegation : TokenImpersonationLevel # 4
45
-
@@ -1,347 +0,0 @@
1
- import typing, clr, abc
2
- from System import Attribute, Array, Array_1, IDisposable, SystemException, Exception
3
- from System.Collections import ICollection, IEnumerator, Hashtable, ArrayList, IDictionary
4
- from System.Runtime.Serialization import IDeserializationCallback, SerializationInfo, StreamingContext
5
- from System.Security.Permissions import PermissionState
6
- from System.Reflection import AssemblyName, MethodInfo, MethodBase
7
-
8
- class AllowPartiallyTrustedCallersAttribute(Attribute):
9
- def __init__(self) -> None: ...
10
- @property
11
- def PartialTrustVisibilityLevel(self) -> PartialTrustVisibilityLevel: ...
12
- @PartialTrustVisibilityLevel.setter
13
- def PartialTrustVisibilityLevel(self, value: PartialTrustVisibilityLevel) -> PartialTrustVisibilityLevel: ...
14
- @property
15
- def TypeId(self) -> typing.Any: ...
16
-
17
-
18
- class IPermission(ISecurityEncodable, typing.Protocol):
19
- @abc.abstractmethod
20
- def Copy(self) -> IPermission: ...
21
- @abc.abstractmethod
22
- def Demand(self) -> None: ...
23
- @abc.abstractmethod
24
- def Intersect(self, target: IPermission) -> IPermission: ...
25
- @abc.abstractmethod
26
- def IsSubsetOf(self, target: IPermission) -> bool: ...
27
- @abc.abstractmethod
28
- def Union(self, target: IPermission) -> IPermission: ...
29
-
30
-
31
- class ISecurityEncodable(typing.Protocol):
32
- @abc.abstractmethod
33
- def FromXml(self, e: SecurityElement) -> None: ...
34
- @abc.abstractmethod
35
- def ToXml(self) -> SecurityElement: ...
36
-
37
-
38
- class IStackWalk(typing.Protocol):
39
- @abc.abstractmethod
40
- def Assert(self) -> None: ...
41
- @abc.abstractmethod
42
- def Demand(self) -> None: ...
43
- @abc.abstractmethod
44
- def Deny(self) -> None: ...
45
- @abc.abstractmethod
46
- def PermitOnly(self) -> None: ...
47
-
48
-
49
- class PartialTrustVisibilityLevel(typing.SupportsInt):
50
- @typing.overload
51
- def __init__(self, value : int) -> None: ...
52
- @typing.overload
53
- def __init__(self, value : int, force_if_true: bool) -> None: ...
54
- def __int__(self) -> int: ...
55
-
56
- # Values:
57
- VisibleToAllHosts : PartialTrustVisibilityLevel # 0
58
- NotVisibleByDefault : PartialTrustVisibilityLevel # 1
59
-
60
-
61
- class PermissionSet(ICollection, IStackWalk, ISecurityEncodable, IDeserializationCallback):
62
- @typing.overload
63
- def __init__(self, permSet: PermissionSet) -> None: ...
64
- @typing.overload
65
- def __init__(self, state: PermissionState) -> None: ...
66
- @property
67
- def Count(self) -> int: ...
68
- @property
69
- def IsReadOnly(self) -> bool: ...
70
- @property
71
- def IsSynchronized(self) -> bool: ...
72
- @property
73
- def SyncRoot(self) -> typing.Any: ...
74
- def AddPermission(self, perm: IPermission) -> IPermission: ...
75
- def Assert(self) -> None: ...
76
- def ContainsNonCodeAccessPermissions(self) -> bool: ...
77
- @staticmethod
78
- def ConvertPermissionSet(inFormat: str, inData: Array_1[int], outFormat: str) -> Array_1[int]: ...
79
- def Copy(self) -> PermissionSet: ...
80
- def CopyTo(self, array: Array, index: int) -> None: ...
81
- def Demand(self) -> None: ...
82
- def Deny(self) -> None: ...
83
- def Equals(self, o: typing.Any) -> bool: ...
84
- def FromXml(self, et: SecurityElement) -> None: ...
85
- def GetEnumerator(self) -> IEnumerator: ...
86
- def GetHashCode(self) -> int: ...
87
- def GetPermission(self, permClass: typing.Type[typing.Any]) -> IPermission: ...
88
- def Intersect(self, other: PermissionSet) -> PermissionSet: ...
89
- def IsEmpty(self) -> bool: ...
90
- def IsSubsetOf(self, target: PermissionSet) -> bool: ...
91
- def IsUnrestricted(self) -> bool: ...
92
- def PermitOnly(self) -> None: ...
93
- def RemovePermission(self, permClass: typing.Type[typing.Any]) -> IPermission: ...
94
- @staticmethod
95
- def RevertAssert() -> None: ...
96
- def SetPermission(self, perm: IPermission) -> IPermission: ...
97
- def ToString(self) -> str: ...
98
- def ToXml(self) -> SecurityElement: ...
99
- def Union(self, other: PermissionSet) -> PermissionSet: ...
100
-
101
-
102
- class SecureString(IDisposable):
103
- @typing.overload
104
- def __init__(self) -> None: ...
105
- @typing.overload
106
- def __init__(self, value: clr.Reference[str], length: int) -> None: ...
107
- @property
108
- def Length(self) -> int: ...
109
- def AppendChar(self, c: str) -> None: ...
110
- def Clear(self) -> None: ...
111
- def Copy(self) -> SecureString: ...
112
- def Dispose(self) -> None: ...
113
- def InsertAt(self, index: int, c: str) -> None: ...
114
- def IsReadOnly(self) -> bool: ...
115
- def MakeReadOnly(self) -> None: ...
116
- def RemoveAt(self, index: int) -> None: ...
117
- def SetAt(self, index: int, c: str) -> None: ...
118
-
119
-
120
- class SecurityCriticalAttribute(Attribute):
121
- @typing.overload
122
- def __init__(self) -> None: ...
123
- @typing.overload
124
- def __init__(self, scope: SecurityCriticalScope) -> None: ...
125
- @property
126
- def Scope(self) -> SecurityCriticalScope: ...
127
- @property
128
- def TypeId(self) -> typing.Any: ...
129
-
130
-
131
- class SecurityCriticalScope(typing.SupportsInt):
132
- @typing.overload
133
- def __init__(self, value : int) -> None: ...
134
- @typing.overload
135
- def __init__(self, value : int, force_if_true: bool) -> None: ...
136
- def __int__(self) -> int: ...
137
-
138
- # Values:
139
- Explicit : SecurityCriticalScope # 0
140
- Everything : SecurityCriticalScope # 1
141
-
142
-
143
- class SecurityElement:
144
- @typing.overload
145
- def __init__(self, tag: str) -> None: ...
146
- @typing.overload
147
- def __init__(self, tag: str, text: str) -> None: ...
148
- @property
149
- def Attributes(self) -> Hashtable: ...
150
- @Attributes.setter
151
- def Attributes(self, value: Hashtable) -> Hashtable: ...
152
- @property
153
- def Children(self) -> ArrayList: ...
154
- @Children.setter
155
- def Children(self, value: ArrayList) -> ArrayList: ...
156
- @property
157
- def Tag(self) -> str: ...
158
- @Tag.setter
159
- def Tag(self, value: str) -> str: ...
160
- @property
161
- def Text(self) -> str: ...
162
- @Text.setter
163
- def Text(self, value: str) -> str: ...
164
- def AddAttribute(self, name: str, value: str) -> None: ...
165
- def AddChild(self, child: SecurityElement) -> None: ...
166
- def Attribute(self, name: str) -> str: ...
167
- def Copy(self) -> SecurityElement: ...
168
- def Equal(self, other: SecurityElement) -> bool: ...
169
- @staticmethod
170
- def Escape(str: str) -> str: ...
171
- @staticmethod
172
- def FromString(xml: str) -> SecurityElement: ...
173
- @staticmethod
174
- def IsValidAttributeName(name: str) -> bool: ...
175
- @staticmethod
176
- def IsValidAttributeValue(value: str) -> bool: ...
177
- @staticmethod
178
- def IsValidTag(tag: str) -> bool: ...
179
- @staticmethod
180
- def IsValidText(text: str) -> bool: ...
181
- def SearchForChildByTag(self, tag: str) -> SecurityElement: ...
182
- def SearchForTextOfTag(self, tag: str) -> str: ...
183
- def ToString(self) -> str: ...
184
-
185
-
186
- class SecurityException(SystemException):
187
- @typing.overload
188
- def __init__(self) -> None: ...
189
- @typing.overload
190
- def __init__(self, message: str) -> None: ...
191
- @typing.overload
192
- def __init__(self, message: str, inner: Exception) -> None: ...
193
- @typing.overload
194
- def __init__(self, message: str, type: typing.Type[typing.Any]) -> None: ...
195
- @typing.overload
196
- def __init__(self, message: str, type: typing.Type[typing.Any], state: str) -> None: ...
197
- @property
198
- def Data(self) -> IDictionary: ...
199
- @property
200
- def Demanded(self) -> typing.Any: ...
201
- @Demanded.setter
202
- def Demanded(self, value: typing.Any) -> typing.Any: ...
203
- @property
204
- def DenySetInstance(self) -> typing.Any: ...
205
- @DenySetInstance.setter
206
- def DenySetInstance(self, value: typing.Any) -> typing.Any: ...
207
- @property
208
- def FailedAssemblyInfo(self) -> AssemblyName: ...
209
- @FailedAssemblyInfo.setter
210
- def FailedAssemblyInfo(self, value: AssemblyName) -> AssemblyName: ...
211
- @property
212
- def GrantedSet(self) -> str: ...
213
- @GrantedSet.setter
214
- def GrantedSet(self, value: str) -> str: ...
215
- @property
216
- def HelpLink(self) -> str: ...
217
- @HelpLink.setter
218
- def HelpLink(self, value: str) -> str: ...
219
- @property
220
- def HResult(self) -> int: ...
221
- @HResult.setter
222
- def HResult(self, value: int) -> int: ...
223
- @property
224
- def InnerException(self) -> Exception: ...
225
- @property
226
- def Message(self) -> str: ...
227
- @property
228
- def Method(self) -> MethodInfo: ...
229
- @Method.setter
230
- def Method(self, value: MethodInfo) -> MethodInfo: ...
231
- @property
232
- def PermissionState(self) -> str: ...
233
- @PermissionState.setter
234
- def PermissionState(self, value: str) -> str: ...
235
- @property
236
- def PermissionType(self) -> typing.Type[typing.Any]: ...
237
- @PermissionType.setter
238
- def PermissionType(self, value: typing.Type[typing.Any]) -> typing.Type[typing.Any]: ...
239
- @property
240
- def PermitOnlySetInstance(self) -> typing.Any: ...
241
- @PermitOnlySetInstance.setter
242
- def PermitOnlySetInstance(self, value: typing.Any) -> typing.Any: ...
243
- @property
244
- def RefusedSet(self) -> str: ...
245
- @RefusedSet.setter
246
- def RefusedSet(self, value: str) -> str: ...
247
- @property
248
- def Source(self) -> str: ...
249
- @Source.setter
250
- def Source(self, value: str) -> str: ...
251
- @property
252
- def StackTrace(self) -> str: ...
253
- @property
254
- def TargetSite(self) -> MethodBase: ...
255
- @property
256
- def Url(self) -> str: ...
257
- @Url.setter
258
- def Url(self, value: str) -> str: ...
259
- def GetObjectData(self, info: SerializationInfo, context: StreamingContext) -> None: ...
260
- def ToString(self) -> str: ...
261
-
262
-
263
- class SecurityRulesAttribute(Attribute):
264
- def __init__(self, ruleSet: SecurityRuleSet) -> None: ...
265
- @property
266
- def RuleSet(self) -> SecurityRuleSet: ...
267
- @property
268
- def SkipVerificationInFullTrust(self) -> bool: ...
269
- @SkipVerificationInFullTrust.setter
270
- def SkipVerificationInFullTrust(self, value: bool) -> bool: ...
271
- @property
272
- def TypeId(self) -> typing.Any: ...
273
-
274
-
275
- class SecurityRuleSet(typing.SupportsInt):
276
- @typing.overload
277
- def __init__(self, value : int) -> None: ...
278
- @typing.overload
279
- def __init__(self, value : int, force_if_true: bool) -> None: ...
280
- def __int__(self) -> int: ...
281
-
282
- # Values:
283
- None_ : SecurityRuleSet # 0
284
- Level1 : SecurityRuleSet # 1
285
- Level2 : SecurityRuleSet # 2
286
-
287
-
288
- class SecuritySafeCriticalAttribute(Attribute):
289
- def __init__(self) -> None: ...
290
- @property
291
- def TypeId(self) -> typing.Any: ...
292
-
293
-
294
- class SecurityTransparentAttribute(Attribute):
295
- def __init__(self) -> None: ...
296
- @property
297
- def TypeId(self) -> typing.Any: ...
298
-
299
-
300
- class SecurityTreatAsSafeAttribute(Attribute):
301
- def __init__(self) -> None: ...
302
- @property
303
- def TypeId(self) -> typing.Any: ...
304
-
305
-
306
- class SuppressUnmanagedCodeSecurityAttribute(Attribute):
307
- def __init__(self) -> None: ...
308
- @property
309
- def TypeId(self) -> typing.Any: ...
310
-
311
-
312
- class UnverifiableCodeAttribute(Attribute):
313
- def __init__(self) -> None: ...
314
- @property
315
- def TypeId(self) -> typing.Any: ...
316
-
317
-
318
- class VerificationException(SystemException):
319
- @typing.overload
320
- def __init__(self) -> None: ...
321
- @typing.overload
322
- def __init__(self, message: str) -> None: ...
323
- @typing.overload
324
- def __init__(self, message: str, innerException: Exception) -> None: ...
325
- @property
326
- def Data(self) -> IDictionary: ...
327
- @property
328
- def HelpLink(self) -> str: ...
329
- @HelpLink.setter
330
- def HelpLink(self, value: str) -> str: ...
331
- @property
332
- def HResult(self) -> int: ...
333
- @HResult.setter
334
- def HResult(self, value: int) -> int: ...
335
- @property
336
- def InnerException(self) -> Exception: ...
337
- @property
338
- def Message(self) -> str: ...
339
- @property
340
- def Source(self) -> str: ...
341
- @Source.setter
342
- def Source(self, value: str) -> str: ...
343
- @property
344
- def StackTrace(self) -> str: ...
345
- @property
346
- def TargetSite(self) -> MethodBase: ...
347
-
@@ -1,62 +0,0 @@
1
- import typing, clr, abc
2
- from System.Buffers import OperationStatus
3
- from System import ReadOnlySpan_1, Span_1, IFormatProvider
4
-
5
- class Utf8(abc.ABC):
6
- @staticmethod
7
- def FromUtf16(source: ReadOnlySpan_1[str], destination: Span_1[int], charsRead: clr.Reference[int], bytesWritten: clr.Reference[int], replaceInvalidSequences: bool = ..., isFinalBlock: bool = ...) -> OperationStatus: ...
8
- @staticmethod
9
- def IsValid(value: ReadOnlySpan_1[int]) -> bool: ...
10
- @staticmethod
11
- def ToUtf16(source: ReadOnlySpan_1[int], destination: Span_1[str], bytesRead: clr.Reference[int], charsWritten: clr.Reference[int], replaceInvalidSequences: bool = ..., isFinalBlock: bool = ...) -> OperationStatus: ...
12
- # Skipped TryWrite due to it being static, abstract and generic.
13
-
14
- TryWrite : TryWrite_MethodGroup
15
- class TryWrite_MethodGroup:
16
- @typing.overload
17
- def __call__(self, destination: Span_1[int], handler: clr.Reference[Utf8.TryWriteInterpolatedStringHandler], bytesWritten: clr.Reference[int]) -> bool:...
18
- @typing.overload
19
- def __call__(self, destination: Span_1[int], provider: IFormatProvider, handler: clr.Reference[Utf8.TryWriteInterpolatedStringHandler], bytesWritten: clr.Reference[int]) -> bool:...
20
-
21
-
22
- class TryWriteInterpolatedStringHandler:
23
- @typing.overload
24
- def __init__(self, literalLength: int, formattedCount: int, destination: Span_1[int], provider: IFormatProvider, shouldAppend: clr.Reference[bool]) -> None: ...
25
- @typing.overload
26
- def __init__(self, literalLength: int, formattedCount: int, destination: Span_1[int], shouldAppend: clr.Reference[bool]) -> None: ...
27
- def AppendLiteral(self, value: str) -> bool: ...
28
- # Skipped AppendFormatted due to it being static, abstract and generic.
29
-
30
- AppendFormatted : AppendFormatted_MethodGroup
31
- class AppendFormatted_MethodGroup:
32
- def __getitem__(self, t:typing.Type[AppendFormatted_1_T1]) -> AppendFormatted_1[AppendFormatted_1_T1]: ...
33
-
34
- AppendFormatted_1_T1 = typing.TypeVar('AppendFormatted_1_T1')
35
- class AppendFormatted_1(typing.Generic[AppendFormatted_1_T1]):
36
- AppendFormatted_1_T = Utf8.TryWriteInterpolatedStringHandler.AppendFormatted_MethodGroup.AppendFormatted_1_T1
37
- @typing.overload
38
- def __call__(self, value: AppendFormatted_1_T) -> bool:...
39
- @typing.overload
40
- def __call__(self, value: AppendFormatted_1_T, alignment: int) -> bool:...
41
- @typing.overload
42
- def __call__(self, value: AppendFormatted_1_T, format: str) -> bool:...
43
- @typing.overload
44
- def __call__(self, value: AppendFormatted_1_T, alignment: int, format: str) -> bool:...
45
-
46
- @typing.overload
47
- def __call__(self, utf8Value: ReadOnlySpan_1[int]) -> bool:...
48
- @typing.overload
49
- def __call__(self, value: ReadOnlySpan_1[str]) -> bool:...
50
- @typing.overload
51
- def __call__(self, value: str) -> bool:...
52
- @typing.overload
53
- def __call__(self, utf8Value: ReadOnlySpan_1[int], alignment: int = ..., format: str = ...) -> bool:...
54
- @typing.overload
55
- def __call__(self, value: ReadOnlySpan_1[str], alignment: int = ..., format: str = ...) -> bool:...
56
- @typing.overload
57
- def __call__(self, value: str, alignment: int = ..., format: str = ...) -> bool:...
58
- @typing.overload
59
- def __call__(self, value: typing.Any, alignment: int = ..., format: str = ...) -> bool:...
60
-
61
-
62
-