@tsonic/dotnet 0.5.2 → 0.6.0
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.
- package/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -57,12 +57,12 @@ export abstract class DataContract$instance {
|
|
|
57
57
|
readonly topLevelElementNamespace: XmlDictionaryString;
|
|
58
58
|
readonly underlyingType: Type;
|
|
59
59
|
readonly xmlName: XmlQualifiedName;
|
|
60
|
-
equals(obj:
|
|
60
|
+
equals(obj: unknown): boolean;
|
|
61
61
|
getArrayTypeName(isNullable: boolean): XmlQualifiedName;
|
|
62
62
|
getHashCode(): int;
|
|
63
63
|
isDictionaryLike(keyName: { value: ref<string> }, valueName: { value: ref<string> }, itemName: { value: ref<string> }): boolean;
|
|
64
|
-
static
|
|
65
|
-
static
|
|
64
|
+
static getBuiltInDataContract(name: string, ns: string): DataContract;
|
|
65
|
+
static getXmlName(type_: Type): XmlQualifiedName;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
|
|
@@ -73,11 +73,11 @@ export class DataContractSet$instance {
|
|
|
73
73
|
constructor(dataContractSet: DataContractSet);
|
|
74
74
|
readonly contracts: Dictionary_2<XmlQualifiedName, DataContract>;
|
|
75
75
|
readonly knownTypesForObject: Dictionary_2<XmlQualifiedName, DataContract>;
|
|
76
|
-
readonly processedContracts: Dictionary_2<DataContract,
|
|
76
|
+
readonly processedContracts: Dictionary_2<DataContract, unknown>;
|
|
77
77
|
readonly surrogateData: Hashtable;
|
|
78
78
|
getDataContract(type_: Type): DataContract;
|
|
79
79
|
getDataContract(key: XmlQualifiedName): DataContract;
|
|
80
|
-
getReferencedType(xmlName: XmlQualifiedName, dataContract: DataContract, referencedContract: { value: ref<DataContract> }, genericParameters: { value: ref<
|
|
80
|
+
getReferencedType(xmlName: XmlQualifiedName, dataContract: DataContract, referencedContract: { value: ref<DataContract> }, genericParameters: { value: ref<unknown[]> }, supportGenericTypes?: Nullable_1<CLROf<boolean>>): Type;
|
|
81
81
|
importSchemaSet(schemaSet: XmlSchemaSet, typeNames: IEnumerable_1<XmlQualifiedName>, importXmlDataType: boolean): void;
|
|
82
82
|
importSchemaSet(schemaSet: XmlSchemaSet, elements: IEnumerable_1<XmlSchemaElement>, importXmlDataType: boolean): List_1<XmlQualifiedName>;
|
|
83
83
|
}
|
|
@@ -47,15 +47,17 @@ export class BinaryFormatter$instance {
|
|
|
47
47
|
filterLevel: TypeFilterLevel;
|
|
48
48
|
surrogateSelector: ISurrogateSelector;
|
|
49
49
|
typeFormat: FormatterTypeStyle;
|
|
50
|
-
deserialize(serializationStream: Stream):
|
|
51
|
-
serialize(serializationStream: Stream, graph:
|
|
50
|
+
deserialize(serializationStream: Stream): unknown;
|
|
51
|
+
serialize(serializationStream: Stream, graph: unknown): void;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
export interface __BinaryFormatter$views {
|
|
56
|
-
|
|
56
|
+
As_IFormatter(): System_Runtime_Serialization_Internal.IFormatter$instance;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
+
export interface BinaryFormatter$instance extends System_Runtime_Serialization_Internal.IFormatter$instance {}
|
|
60
|
+
|
|
59
61
|
export type BinaryFormatter = BinaryFormatter$instance & __BinaryFormatter$views;
|
|
60
62
|
|
|
61
63
|
|
|
@@ -42,15 +42,15 @@ export type CLROf<T> =
|
|
|
42
42
|
T; // Identity fallback for non-primitive types
|
|
43
43
|
|
|
44
44
|
export interface IXmlJsonReaderInitializer$instance {
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
setInput(buffer: byte[], offset: int, count: int, encoding: Encoding, quotas: XmlDictionaryReaderQuotas, onClose: OnXmlDictionaryReaderClose): void;
|
|
46
|
+
setInput(stream: Stream, encoding: Encoding, quotas: XmlDictionaryReaderQuotas, onClose: OnXmlDictionaryReaderClose): void;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
|
|
50
50
|
export type IXmlJsonReaderInitializer = IXmlJsonReaderInitializer$instance;
|
|
51
51
|
|
|
52
52
|
export interface IXmlJsonWriterInitializer$instance {
|
|
53
|
-
|
|
53
|
+
setOutput(stream: Stream, encoding: Encoding, ownsStream: boolean): void;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
|
|
@@ -74,21 +74,21 @@ export class DataContractJsonSerializer$instance extends System_Runtime_Serializ
|
|
|
74
74
|
getSerializationSurrogateProvider(): ISerializationSurrogateProvider;
|
|
75
75
|
isStartObject(reader: XmlReader): boolean;
|
|
76
76
|
isStartObject(reader: XmlDictionaryReader): boolean;
|
|
77
|
-
readObject(stream: Stream):
|
|
78
|
-
readObject(reader: XmlReader):
|
|
79
|
-
readObject(reader: XmlReader, verifyObjectName: boolean):
|
|
80
|
-
readObject(reader: XmlDictionaryReader):
|
|
81
|
-
readObject(reader: XmlDictionaryReader, verifyObjectName: boolean):
|
|
77
|
+
readObject(stream: Stream): unknown;
|
|
78
|
+
readObject(reader: XmlReader): unknown;
|
|
79
|
+
readObject(reader: XmlReader, verifyObjectName: boolean): unknown;
|
|
80
|
+
readObject(reader: XmlDictionaryReader): unknown;
|
|
81
|
+
readObject(reader: XmlDictionaryReader, verifyObjectName: boolean): unknown;
|
|
82
82
|
setSerializationSurrogateProvider(provider: ISerializationSurrogateProvider): void;
|
|
83
83
|
writeEndObject(writer: XmlWriter): void;
|
|
84
84
|
writeEndObject(writer: XmlDictionaryWriter): void;
|
|
85
|
-
writeObject(stream: Stream, graph:
|
|
86
|
-
writeObject(writer: XmlWriter, graph:
|
|
87
|
-
writeObject(writer: XmlDictionaryWriter, graph:
|
|
88
|
-
writeObjectContent(writer: XmlWriter, graph:
|
|
89
|
-
writeObjectContent(writer: XmlDictionaryWriter, graph:
|
|
90
|
-
writeStartObject(writer: XmlWriter, graph:
|
|
91
|
-
writeStartObject(writer: XmlDictionaryWriter, graph:
|
|
85
|
+
writeObject(stream: Stream, graph: unknown): void;
|
|
86
|
+
writeObject(writer: XmlWriter, graph: unknown): void;
|
|
87
|
+
writeObject(writer: XmlDictionaryWriter, graph: unknown): void;
|
|
88
|
+
writeObjectContent(writer: XmlWriter, graph: unknown): void;
|
|
89
|
+
writeObjectContent(writer: XmlDictionaryWriter, graph: unknown): void;
|
|
90
|
+
writeStartObject(writer: XmlWriter, graph: unknown): void;
|
|
91
|
+
writeStartObject(writer: XmlDictionaryWriter, graph: unknown): void;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
|
|
@@ -110,24 +110,24 @@ export class DataContractJsonSerializerSettings$instance {
|
|
|
110
110
|
export type DataContractJsonSerializerSettings = DataContractJsonSerializerSettings$instance;
|
|
111
111
|
|
|
112
112
|
export abstract class DataContractJsonSerializerExtensions$instance {
|
|
113
|
-
static
|
|
114
|
-
static
|
|
113
|
+
static getSerializationSurrogateProvider(serializer: DataContractJsonSerializer): ISerializationSurrogateProvider;
|
|
114
|
+
static setSerializationSurrogateProvider(serializer: DataContractJsonSerializer, provider: ISerializationSurrogateProvider): void;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
|
|
118
118
|
export type DataContractJsonSerializerExtensions = DataContractJsonSerializerExtensions$instance;
|
|
119
119
|
|
|
120
120
|
export abstract class JsonReaderWriterFactory$instance {
|
|
121
|
-
static
|
|
122
|
-
static
|
|
123
|
-
static
|
|
124
|
-
static
|
|
125
|
-
static
|
|
126
|
-
static
|
|
127
|
-
static
|
|
128
|
-
static
|
|
129
|
-
static
|
|
130
|
-
static
|
|
121
|
+
static createJsonReader5(buffer: byte[], offset: int, count: int, encoding: Encoding, quotas: XmlDictionaryReaderQuotas, onClose: OnXmlDictionaryReaderClose): XmlDictionaryReader;
|
|
122
|
+
static createJsonReader5(buffer: byte[], offset: int, count: int, quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
|
|
123
|
+
static createJsonReader5(buffer: byte[], quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
|
|
124
|
+
static createJsonReader5(stream: Stream, encoding: Encoding, quotas: XmlDictionaryReaderQuotas, onClose: OnXmlDictionaryReaderClose): XmlDictionaryReader;
|
|
125
|
+
static createJsonReader5(stream: Stream, quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
|
|
126
|
+
static createJsonWriter5(stream: Stream, encoding: Encoding, ownsStream: boolean, indent: boolean, indentChars: string): XmlDictionaryWriter;
|
|
127
|
+
static createJsonWriter5(stream: Stream, encoding: Encoding, ownsStream: boolean, indent: boolean): XmlDictionaryWriter;
|
|
128
|
+
static createJsonWriter5(stream: Stream, encoding: Encoding, ownsStream: boolean): XmlDictionaryWriter;
|
|
129
|
+
static createJsonWriter5(stream: Stream, encoding: Encoding): XmlDictionaryWriter;
|
|
130
|
+
static createJsonWriter5(stream: Stream): XmlDictionaryWriter;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
|
|
@@ -69,7 +69,7 @@ export class FrameworkName$instance {
|
|
|
69
69
|
readonly identifier: string;
|
|
70
70
|
readonly profile: string;
|
|
71
71
|
readonly version: Version;
|
|
72
|
-
equals(obj:
|
|
72
|
+
equals(obj: unknown): boolean;
|
|
73
73
|
equals(other: FrameworkName): boolean;
|
|
74
74
|
getHashCode(): int;
|
|
75
75
|
toString(): string;
|
|
@@ -77,7 +77,7 @@ export class FrameworkName$instance {
|
|
|
77
77
|
|
|
78
78
|
|
|
79
79
|
export interface __FrameworkName$views {
|
|
80
|
-
|
|
80
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<FrameworkName>;
|
|
81
81
|
|
|
82
82
|
// Structural method bridges for numeric interface constraints
|
|
83
83
|
Equals(other: FrameworkName): boolean;
|
|
@@ -178,8 +178,8 @@ export class UnsupportedOSPlatformGuardAttribute$instance extends OSPlatformAttr
|
|
|
178
178
|
export type UnsupportedOSPlatformGuardAttribute = UnsupportedOSPlatformGuardAttribute$instance;
|
|
179
179
|
|
|
180
180
|
export abstract class VersioningHelper$instance {
|
|
181
|
-
static
|
|
182
|
-
static
|
|
181
|
+
static makeVersionSafeName2(name: string, from_: ResourceScope, to: ResourceScope, type_: Type): string;
|
|
182
|
+
static makeVersionSafeName2(name: string, from_: ResourceScope, to: ResourceScope): string;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
|
|
@@ -62,28 +62,30 @@ export enum SecurityRuleSet {
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
|
|
65
|
-
export interface IPermission$instance {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
65
|
+
export interface IPermission$instance extends ISecurityEncodable {
|
|
66
|
+
copy(): IPermission;
|
|
67
|
+
demand(): void;
|
|
68
|
+
fromXml(e: SecurityElement): void;
|
|
69
|
+
intersect(target: IPermission): IPermission;
|
|
70
|
+
isSubsetOf(target: IPermission): boolean;
|
|
71
|
+
toXml(): SecurityElement;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
|
|
75
|
+
export interface IPermission$instance extends ISecurityEncodable$instance {}
|
|
76
|
+
|
|
75
77
|
export type IPermission = IPermission$instance;
|
|
76
78
|
|
|
77
79
|
export interface ISecurityEncodable$instance {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
+
fromXml(e: SecurityElement): void;
|
|
81
|
+
toXml(): SecurityElement;
|
|
80
82
|
}
|
|
81
83
|
|
|
82
84
|
|
|
83
85
|
export type ISecurityEncodable = ISecurityEncodable$instance;
|
|
84
86
|
|
|
85
87
|
export interface IStackWalk$instance {
|
|
86
|
-
|
|
88
|
+
assert(): void;
|
|
87
89
|
}
|
|
88
90
|
|
|
89
91
|
|
|
@@ -103,7 +105,7 @@ export class PermissionSet$instance {
|
|
|
103
105
|
readonly count: int;
|
|
104
106
|
readonly isReadOnly: boolean;
|
|
105
107
|
readonly isSynchronized: boolean;
|
|
106
|
-
readonly syncRoot:
|
|
108
|
+
readonly syncRoot: unknown;
|
|
107
109
|
addPermission(perm: IPermission): IPermission;
|
|
108
110
|
assert(): void;
|
|
109
111
|
containsNonCodeAccessPermissions(): boolean;
|
|
@@ -111,7 +113,7 @@ export class PermissionSet$instance {
|
|
|
111
113
|
copyTo(array: ClrArray, index: int): void;
|
|
112
114
|
demand(): void;
|
|
113
115
|
deny(): void;
|
|
114
|
-
equals(o:
|
|
116
|
+
equals(o: unknown): boolean;
|
|
115
117
|
fromXml(et: SecurityElement): void;
|
|
116
118
|
getEnumerator(): IEnumerator;
|
|
117
119
|
getHashCode(): int;
|
|
@@ -126,42 +128,46 @@ export class PermissionSet$instance {
|
|
|
126
128
|
toString(): string;
|
|
127
129
|
toXml(): SecurityElement;
|
|
128
130
|
union(other: PermissionSet): PermissionSet;
|
|
129
|
-
static
|
|
130
|
-
static
|
|
131
|
+
static convertPermissionSet(inFormat: string, inData: byte[], outFormat: string): byte[];
|
|
132
|
+
static revertAssert(): void;
|
|
131
133
|
}
|
|
132
134
|
|
|
133
135
|
|
|
134
136
|
export interface __PermissionSet$views {
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
137
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
138
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
139
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
140
|
+
As_ISecurityEncodable(): ISecurityEncodable$instance;
|
|
141
|
+
As_IStackWalk(): IStackWalk$instance;
|
|
140
142
|
}
|
|
141
143
|
|
|
144
|
+
export interface PermissionSet$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, ISecurityEncodable$instance, IStackWalk$instance {}
|
|
145
|
+
|
|
142
146
|
export type PermissionSet = PermissionSet$instance & __PermissionSet$views;
|
|
143
147
|
|
|
144
148
|
|
|
145
149
|
export class SecureString$instance {
|
|
146
150
|
constructor();
|
|
147
|
-
constructor(value: ptr<
|
|
151
|
+
constructor(value: ptr<char>, length: int);
|
|
148
152
|
readonly length: int;
|
|
149
|
-
appendChar(c:
|
|
153
|
+
appendChar(c: char): void;
|
|
150
154
|
clear(): void;
|
|
151
155
|
copy(): SecureString;
|
|
152
156
|
dispose(): void;
|
|
153
|
-
insertAt(index: int, c:
|
|
157
|
+
insertAt(index: int, c: char): void;
|
|
154
158
|
isReadOnly(): boolean;
|
|
155
159
|
makeReadOnly(): void;
|
|
156
160
|
removeAt(index: int): void;
|
|
157
|
-
setAt(index: int, c:
|
|
161
|
+
setAt(index: int, c: char): void;
|
|
158
162
|
}
|
|
159
163
|
|
|
160
164
|
|
|
161
165
|
export interface __SecureString$views {
|
|
162
|
-
|
|
166
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
163
167
|
}
|
|
164
168
|
|
|
169
|
+
export interface SecureString$instance extends System_Internal.IDisposable$instance {}
|
|
170
|
+
|
|
165
171
|
export type SecureString = SecureString$instance & __SecureString$views;
|
|
166
172
|
|
|
167
173
|
|
|
@@ -189,12 +195,12 @@ export class SecurityElement$instance {
|
|
|
189
195
|
searchForChildByTag(tag: string): SecurityElement;
|
|
190
196
|
searchForTextOfTag(tag: string): string;
|
|
191
197
|
toString(): string;
|
|
192
|
-
static
|
|
193
|
-
static
|
|
194
|
-
static
|
|
195
|
-
static
|
|
196
|
-
static
|
|
197
|
-
static
|
|
198
|
+
static escape(str: string): string;
|
|
199
|
+
static fromString(xml: string): SecurityElement;
|
|
200
|
+
static isValidAttributeName(name: string): boolean;
|
|
201
|
+
static isValidAttributeValue(value: string): boolean;
|
|
202
|
+
static isValidTag(tag: string): boolean;
|
|
203
|
+
static isValidText(text: string): boolean;
|
|
198
204
|
}
|
|
199
205
|
|
|
200
206
|
|
|
@@ -206,14 +212,14 @@ export class SecurityException$instance extends System_Internal.SystemException$
|
|
|
206
212
|
constructor(message: string, inner: Exception);
|
|
207
213
|
constructor(message: string, type_: Type);
|
|
208
214
|
constructor(message: string, type_: Type, state: string);
|
|
209
|
-
demanded:
|
|
210
|
-
denySetInstance:
|
|
215
|
+
demanded: unknown;
|
|
216
|
+
denySetInstance: unknown;
|
|
211
217
|
failedAssemblyInfo: AssemblyName;
|
|
212
218
|
grantedSet: string;
|
|
213
219
|
method: MethodInfo;
|
|
214
220
|
permissionState: string;
|
|
215
221
|
permissionType: Type;
|
|
216
|
-
permitOnlySetInstance:
|
|
222
|
+
permitOnlySetInstance: unknown;
|
|
217
223
|
refusedSet: string;
|
|
218
224
|
url: string;
|
|
219
225
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -222,7 +228,7 @@ export class SecurityException$instance extends System_Internal.SystemException$
|
|
|
222
228
|
|
|
223
229
|
|
|
224
230
|
export interface __SecurityException$views {
|
|
225
|
-
|
|
231
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
226
232
|
}
|
|
227
233
|
|
|
228
234
|
export type SecurityException = SecurityException$instance & __SecurityException$views;
|
|
@@ -281,17 +287,17 @@ export class VerificationException$instance extends System_Internal.SystemExcept
|
|
|
281
287
|
|
|
282
288
|
|
|
283
289
|
export interface __VerificationException$views {
|
|
284
|
-
|
|
290
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
285
291
|
}
|
|
286
292
|
|
|
287
293
|
export type VerificationException = VerificationException$instance & __VerificationException$views;
|
|
288
294
|
|
|
289
295
|
|
|
290
296
|
export abstract class SecureStringMarshal$instance {
|
|
291
|
-
static
|
|
292
|
-
static
|
|
293
|
-
static
|
|
294
|
-
static
|
|
297
|
+
static secureStringToCoTaskMemAnsi(s: SecureString): nint;
|
|
298
|
+
static secureStringToCoTaskMemUnicode(s: SecureString): nint;
|
|
299
|
+
static secureStringToGlobalAllocAnsi(s: SecureString): nint;
|
|
300
|
+
static secureStringToGlobalAllocUnicode(s: SecureString): nint;
|
|
295
301
|
}
|
|
296
302
|
|
|
297
303
|
|
|
@@ -284,7 +284,7 @@ export abstract class AccessRule$instance extends AuthorizationRule$instance {
|
|
|
284
284
|
|
|
285
285
|
export type AccessRule = AccessRule$instance;
|
|
286
286
|
|
|
287
|
-
export class AccessRule_1$instance<T extends
|
|
287
|
+
export class AccessRule_1$instance<T extends unknown> extends AccessRule$instance {
|
|
288
288
|
constructor(identity: IdentityReference, rights: T, type_: AccessControlType);
|
|
289
289
|
constructor(identity: IdentityReference, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type_: AccessControlType);
|
|
290
290
|
constructor(identity: string, rights: T, type_: AccessControlType);
|
|
@@ -296,14 +296,14 @@ export class AccessRule_1$instance<T extends any> extends AccessRule$instance {
|
|
|
296
296
|
export type AccessRule_1<T> = AccessRule_1$instance<T>;
|
|
297
297
|
|
|
298
298
|
export class AceEnumerator$instance {
|
|
299
|
-
readonly current:
|
|
299
|
+
readonly current: GenericAce | unknown;
|
|
300
300
|
moveNext(): boolean;
|
|
301
301
|
reset(): void;
|
|
302
302
|
}
|
|
303
303
|
|
|
304
304
|
|
|
305
305
|
export interface __AceEnumerator$views {
|
|
306
|
-
|
|
306
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
export type AceEnumerator = AceEnumerator$instance & __AceEnumerator$views;
|
|
@@ -316,7 +316,7 @@ export abstract class AuditRule$instance extends AuthorizationRule$instance {
|
|
|
316
316
|
|
|
317
317
|
export type AuditRule = AuditRule$instance;
|
|
318
318
|
|
|
319
|
-
export class AuditRule_1$instance<T extends
|
|
319
|
+
export class AuditRule_1$instance<T extends unknown> extends AuditRule$instance {
|
|
320
320
|
constructor(identity: IdentityReference, rights: T, flags: AuditFlags);
|
|
321
321
|
constructor(identity: IdentityReference, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags);
|
|
322
322
|
constructor(identity: string, rights: T, flags: AuditFlags);
|
|
@@ -347,10 +347,12 @@ export class AuthorizationRuleCollection$instance extends System_Collections_Int
|
|
|
347
347
|
|
|
348
348
|
|
|
349
349
|
export interface __AuthorizationRuleCollection$views {
|
|
350
|
-
|
|
351
|
-
|
|
350
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
351
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
|
+
export interface AuthorizationRuleCollection$instance extends System_Collections_Internal.ICollection$instance {}
|
|
355
|
+
|
|
354
356
|
export type AuthorizationRuleCollection = AuthorizationRuleCollection$instance & __AuthorizationRuleCollection$views;
|
|
355
357
|
|
|
356
358
|
|
|
@@ -358,7 +360,7 @@ export class CommonAce$instance extends QualifiedAce$instance {
|
|
|
358
360
|
constructor(flags: AceFlags, qualifier: AceQualifier, accessMask: int, sid: SecurityIdentifier, isCallback: boolean, opaque: byte[]);
|
|
359
361
|
readonly binaryLength: int;
|
|
360
362
|
getBinaryForm(binaryForm: byte[], offset: int): void;
|
|
361
|
-
static
|
|
363
|
+
static maxOpaqueLength(isCallback: boolean): int;
|
|
362
364
|
}
|
|
363
365
|
|
|
364
366
|
|
|
@@ -383,8 +385,8 @@ export abstract class CommonAcl$instance extends GenericAcl$instance {
|
|
|
383
385
|
|
|
384
386
|
|
|
385
387
|
export interface __CommonAcl$views {
|
|
386
|
-
|
|
387
|
-
|
|
388
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
389
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
388
390
|
}
|
|
389
391
|
|
|
390
392
|
export type CommonAcl = CommonAcl$instance & __CommonAcl$views;
|
|
@@ -490,8 +492,8 @@ export class DiscretionaryAcl$instance extends CommonAcl$instance {
|
|
|
490
492
|
|
|
491
493
|
|
|
492
494
|
export interface __DiscretionaryAcl$views {
|
|
493
|
-
|
|
494
|
-
|
|
495
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
496
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
495
497
|
}
|
|
496
498
|
|
|
497
499
|
export type DiscretionaryAcl = DiscretionaryAcl$instance & __DiscretionaryAcl$views;
|
|
@@ -598,10 +600,10 @@ export abstract class GenericAce$instance {
|
|
|
598
600
|
readonly isInherited: boolean;
|
|
599
601
|
readonly propagationFlags: PropagationFlags;
|
|
600
602
|
copy(): GenericAce;
|
|
601
|
-
equals(o:
|
|
603
|
+
equals(o: unknown): boolean;
|
|
602
604
|
abstract getBinaryForm(binaryForm: byte[], offset: int): void;
|
|
603
605
|
getHashCode(): int;
|
|
604
|
-
static
|
|
606
|
+
static createFromBinaryForm(binaryForm: byte[], offset: int): GenericAce;
|
|
605
607
|
}
|
|
606
608
|
|
|
607
609
|
|
|
@@ -613,7 +615,7 @@ export abstract class GenericAcl$instance {
|
|
|
613
615
|
readonly isSynchronized: boolean;
|
|
614
616
|
item: GenericAce;
|
|
615
617
|
readonly revision: byte;
|
|
616
|
-
readonly syncRoot:
|
|
618
|
+
readonly syncRoot: unknown;
|
|
617
619
|
copyTo(array: GenericAce[], index: int): void;
|
|
618
620
|
abstract getBinaryForm(binaryForm: byte[], offset: int): void;
|
|
619
621
|
getEnumerator(): AceEnumerator;
|
|
@@ -624,8 +626,8 @@ export abstract class GenericAcl$instance {
|
|
|
624
626
|
|
|
625
627
|
|
|
626
628
|
export interface __GenericAcl$views {
|
|
627
|
-
|
|
628
|
-
|
|
629
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
630
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
629
631
|
}
|
|
630
632
|
|
|
631
633
|
export type GenericAcl = GenericAcl$instance & __GenericAcl$views;
|
|
@@ -638,8 +640,8 @@ export abstract class GenericSecurityDescriptor$instance {
|
|
|
638
640
|
owner: SecurityIdentifier;
|
|
639
641
|
getBinaryForm(binaryForm: byte[], offset: int): void;
|
|
640
642
|
getSddlForm(includeSections: AccessControlSections): string;
|
|
641
|
-
static readonly
|
|
642
|
-
static
|
|
643
|
+
static readonly revision: byte;
|
|
644
|
+
static isSddlConversionSupported(): boolean;
|
|
643
645
|
}
|
|
644
646
|
|
|
645
647
|
|
|
@@ -716,7 +718,7 @@ export class ObjectAce$instance extends QualifiedAce$instance {
|
|
|
716
718
|
objectAceFlags: ObjectAceFlags;
|
|
717
719
|
objectAceType: Guid;
|
|
718
720
|
getBinaryForm(binaryForm: byte[], offset: int): void;
|
|
719
|
-
static
|
|
721
|
+
static maxOpaqueLength(isCallback: boolean): int;
|
|
720
722
|
}
|
|
721
723
|
|
|
722
724
|
|
|
@@ -757,13 +759,13 @@ export abstract class ObjectSecurity$instance {
|
|
|
757
759
|
setSecurityDescriptorBinaryForm(binaryForm: byte[], includeSections: AccessControlSections): void;
|
|
758
760
|
setSecurityDescriptorSddlForm(sddlForm: string): void;
|
|
759
761
|
setSecurityDescriptorSddlForm(sddlForm: string, includeSections: AccessControlSections): void;
|
|
760
|
-
static
|
|
762
|
+
static isSddlConversionSupported(): boolean;
|
|
761
763
|
}
|
|
762
764
|
|
|
763
765
|
|
|
764
766
|
export type ObjectSecurity = ObjectSecurity$instance;
|
|
765
767
|
|
|
766
|
-
export abstract class ObjectSecurity_1$instance<T extends
|
|
768
|
+
export abstract class ObjectSecurity_1$instance<T extends unknown> extends NativeObjectSecurity$instance {
|
|
767
769
|
readonly accessRightType: Type;
|
|
768
770
|
readonly accessRuleType: Type;
|
|
769
771
|
readonly auditRuleType: Type;
|
|
@@ -795,7 +797,7 @@ export class PrivilegeNotHeldException$instance extends System_Internal.Unauthor
|
|
|
795
797
|
|
|
796
798
|
|
|
797
799
|
export interface __PrivilegeNotHeldException$views {
|
|
798
|
-
|
|
800
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
799
801
|
}
|
|
800
802
|
|
|
801
803
|
export type PrivilegeNotHeldException = PrivilegeNotHeldException$instance & __PrivilegeNotHeldException$views;
|
|
@@ -830,8 +832,8 @@ export class RawAcl$instance extends GenericAcl$instance {
|
|
|
830
832
|
|
|
831
833
|
|
|
832
834
|
export interface __RawAcl$views {
|
|
833
|
-
|
|
834
|
-
|
|
835
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
836
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
835
837
|
}
|
|
836
838
|
|
|
837
839
|
export type RawAcl = RawAcl$instance & __RawAcl$views;
|
|
@@ -961,8 +963,8 @@ export class SystemAcl$instance extends CommonAcl$instance {
|
|
|
961
963
|
|
|
962
964
|
|
|
963
965
|
export interface __SystemAcl$views {
|
|
964
|
-
|
|
965
|
-
|
|
966
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
967
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
966
968
|
}
|
|
967
969
|
|
|
968
970
|
export type SystemAcl = SystemAcl$instance & __SystemAcl$views;
|
|
@@ -91,7 +91,7 @@ export class AuthenticationException$instance extends System_Internal.SystemExce
|
|
|
91
91
|
|
|
92
92
|
|
|
93
93
|
export interface __AuthenticationException$views {
|
|
94
|
-
|
|
94
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
export type AuthenticationException = AuthenticationException$instance & __AuthenticationException$views;
|
|
@@ -106,7 +106,7 @@ export class InvalidCredentialException$instance extends AuthenticationException
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
export interface __InvalidCredentialException$views {
|
|
109
|
-
|
|
109
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
export type InvalidCredentialException = InvalidCredentialException$instance & __InvalidCredentialException$views;
|
|
@@ -70,7 +70,7 @@ export abstract class ChannelBinding$instance extends Microsoft_Win32_SafeHandle
|
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
export interface __ChannelBinding$views {
|
|
73
|
-
|
|
73
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
export type ChannelBinding = ChannelBinding$instance & __ChannelBinding$views;
|
|
@@ -86,14 +86,16 @@ export class ExtendedProtectionPolicy$instance {
|
|
|
86
86
|
readonly policyEnforcement: PolicyEnforcement;
|
|
87
87
|
readonly protectionScenario: ProtectionScenario;
|
|
88
88
|
toString(): string;
|
|
89
|
-
static readonly
|
|
89
|
+
static readonly osSupportsExtendedProtection: boolean;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
|
|
93
93
|
export interface __ExtendedProtectionPolicy$views {
|
|
94
|
-
|
|
94
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
+
export interface ExtendedProtectionPolicy$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
98
|
+
|
|
97
99
|
export type ExtendedProtectionPolicy = ExtendedProtectionPolicy$instance & __ExtendedProtectionPolicy$views;
|
|
98
100
|
|
|
99
101
|
|
|
@@ -101,8 +103,8 @@ export class ExtendedProtectionPolicyTypeConverter$instance extends System_Compo
|
|
|
101
103
|
constructor();
|
|
102
104
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
103
105
|
canConvertTo(destinationType: Type): boolean;
|
|
104
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
105
|
-
convertTo(value:
|
|
106
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
107
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
106
108
|
}
|
|
107
109
|
|
|
108
110
|
|
|
@@ -119,10 +121,12 @@ export class ServiceNameCollection$instance extends System_Collections_Internal.
|
|
|
119
121
|
|
|
120
122
|
|
|
121
123
|
export interface __ServiceNameCollection$views {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
125
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
124
126
|
}
|
|
125
127
|
|
|
128
|
+
export interface ServiceNameCollection$instance extends System_Collections_Internal.ICollection$instance {}
|
|
129
|
+
|
|
126
130
|
export type ServiceNameCollection = ServiceNameCollection$instance & __ServiceNameCollection$views;
|
|
127
131
|
|
|
128
132
|
|