@tsonic/microsoft-extensions 0.1.1 → 10.0.1
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/Microsoft.Extensions.Caching.Distributed/bindings.json +317 -543
- package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +38 -38
- package/Microsoft.Extensions.Caching.Hybrid/bindings.json +146 -327
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +26 -26
- package/Microsoft.Extensions.Caching.Memory/bindings.json +581 -1255
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +88 -88
- package/Microsoft.Extensions.Configuration/bindings.json +1738 -3009
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +195 -195
- package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +108 -199
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +109 -198
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Configuration.Ini/bindings.json +211 -511
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.Configuration.Json/bindings.json +205 -500
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +14 -14
- package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +145 -266
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +16 -16
- package/Microsoft.Extensions.Configuration.Memory/bindings.json +115 -210
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +10 -10
- package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +26 -50
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Configuration.Xml/bindings.json +225 -539
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +17 -17
- package/Microsoft.Extensions.DependencyInjection/bindings.json +1880 -3222
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +241 -241
- package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +268 -477
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +43 -43
- package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +250 -568
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +37 -37
- package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +270 -494
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +44 -44
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +16 -15
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders/bindings.json +519 -991
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +46 -46
- package/Microsoft.Extensions.FileProviders.Composite/bindings.json +26 -49
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +89 -171
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.FileProviders.Internal/bindings.json +26 -58
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Physical/bindings.json +296 -634
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +27 -27
- package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +171 -355
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +23 -23
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +123 -280
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +158 -268
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +20 -20
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +191 -384
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +17 -17
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +591 -1070
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +50 -50
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +20 -47
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Hosting/bindings.json +936 -1742
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +120 -120
- package/Microsoft.Extensions.Hosting.Internal/bindings.json +200 -386
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +13 -13
- package/Microsoft.Extensions.Http/bindings.json +93 -160
- package/Microsoft.Extensions.Http/internal/index.d.ts +12 -12
- package/Microsoft.Extensions.Http.Logging/bindings.json +83 -149
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Internal/bindings.json +32 -51
- package/Microsoft.Extensions.Internal/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Localization/bindings.json +294 -531
- package/Microsoft.Extensions.Localization/internal/index.d.ts +21 -21
- package/Microsoft.Extensions.Logging/bindings.json +1141 -2182
- package/Microsoft.Extensions.Logging/internal/index.d.ts +162 -162
- package/Microsoft.Extensions.Logging.Abstractions/bindings.json +285 -526
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +32 -32
- package/Microsoft.Extensions.Logging.Configuration/bindings.json +80 -110
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +5 -5
- package/Microsoft.Extensions.Logging.Console/bindings.json +350 -830
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +48 -48
- package/Microsoft.Extensions.Logging.Debug/bindings.json +29 -48
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Logging.EventLog/bindings.json +69 -147
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +11 -11
- package/Microsoft.Extensions.Logging.EventSource/bindings.json +46 -97
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +6 -6
- package/Microsoft.Extensions.Logging.TraceSource/bindings.json +29 -57
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.ObjectPool/bindings.json +319 -558
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +25 -25
- package/Microsoft.Extensions.Options/bindings.json +1780 -3480
- package/Microsoft.Extensions.Options/internal/index.d.ts +206 -206
- package/Microsoft.Extensions.Primitives/bindings.json +635 -1246
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +91 -91
- package/Microsoft.Extensions.Validation/bindings.json +196 -336
- package/Microsoft.Extensions.Validation/internal/index.d.ts +21 -21
- package/Microsoft.Extensions.WebEncoders/bindings.json +14 -25
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +144 -279
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +21 -21
- package/System.Diagnostics/bindings.json +560 -1240
- package/System.Diagnostics/internal/index.d.ts +94 -94
- package/System.Diagnostics.Eventing.Reader/bindings.json +1155 -2972
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +204 -204
- package/System.Net.Http/bindings.json +56 -60
- package/System.Net.Http/internal/index.d.ts +4 -4
- package/System.Security.Cryptography/bindings.json +101 -208
- package/System.Security.Cryptography/internal/index.d.ts +14 -14
- package/System.Security.Cryptography.Pkcs/bindings.json +1662 -4005
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +259 -259
- package/System.Security.Cryptography.Xml/bindings.json +1963 -5427
- package/System.Security.Cryptography.Xml/internal/index.d.ts +338 -338
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +426 -426
- package/package.json +3 -3
- package/Microsoft.Extensions.Caching.Distributed/internal/metadata.json +0 -835
- package/Microsoft.Extensions.Caching.Hybrid/internal/metadata.json +0 -476
- package/Microsoft.Extensions.Caching.Memory/internal/metadata.json +0 -1740
- package/Microsoft.Extensions.Configuration/internal/metadata.json +0 -4603
- package/Microsoft.Extensions.Configuration.CommandLine/internal/metadata.json +0 -295
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/metadata.json +0 -301
- package/Microsoft.Extensions.Configuration.Ini/internal/metadata.json +0 -568
- package/Microsoft.Extensions.Configuration.Json/internal/metadata.json +0 -552
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/metadata.json +0 -402
- package/Microsoft.Extensions.Configuration.Memory/internal/metadata.json +0 -312
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/metadata.json +0 -85
- package/Microsoft.Extensions.Configuration.Xml/internal/metadata.json +0 -611
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -4903
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/metadata.json +0 -713
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/metadata.json +0 -802
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/metadata.json +0 -785
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/metadata.json +0 -41
- package/Microsoft.Extensions.FileProviders/internal/metadata.json +0 -1423
- package/Microsoft.Extensions.FileProviders.Composite/internal/metadata.json +0 -79
- package/Microsoft.Extensions.FileProviders.Embedded/internal/metadata.json +0 -251
- package/Microsoft.Extensions.FileProviders.Internal/internal/metadata.json +0 -84
- package/Microsoft.Extensions.FileProviders.Physical/internal/metadata.json +0 -879
- package/Microsoft.Extensions.FileSystemGlobbing/internal/metadata.json +0 -511
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/metadata.json +0 -352
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/metadata.json +0 -443
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/metadata.json +0 -550
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/metadata.json +0 -1527
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/metadata.json +0 -68
- package/Microsoft.Extensions.Hosting/internal/metadata.json +0 -2577
- package/Microsoft.Extensions.Hosting.Internal/internal/metadata.json +0 -559
- package/Microsoft.Extensions.Http/internal/metadata.json +0 -266
- package/Microsoft.Extensions.Http.Logging/internal/metadata.json +0 -240
- package/Microsoft.Extensions.Internal/internal/metadata.json +0 -94
- package/Microsoft.Extensions.Localization/internal/metadata.json +0 -831
- package/Microsoft.Extensions.Logging/internal/metadata.json +0 -3222
- package/Microsoft.Extensions.Logging.Abstractions/internal/metadata.json +0 -782
- package/Microsoft.Extensions.Logging.Configuration/internal/metadata.json +0 -212
- package/Microsoft.Extensions.Logging.Console/internal/metadata.json +0 -1119
- package/Microsoft.Extensions.Logging.Debug/internal/metadata.json +0 -80
- package/Microsoft.Extensions.Logging.EventLog/internal/metadata.json +0 -206
- package/Microsoft.Extensions.Logging.EventSource/internal/metadata.json +0 -149
- package/Microsoft.Extensions.Logging.TraceSource/internal/metadata.json +0 -85
- package/Microsoft.Extensions.ObjectPool/internal/metadata.json +0 -867
- package/Microsoft.Extensions.Options/internal/metadata.json +0 -4965
- package/Microsoft.Extensions.Primitives/internal/metadata.json +0 -1830
- package/Microsoft.Extensions.Validation/internal/metadata.json +0 -577
- package/Microsoft.Extensions.WebEncoders/internal/metadata.json +0 -46
- package/Microsoft.Extensions.WebEncoders.Testing/internal/metadata.json +0 -431
- package/System.Diagnostics/internal/metadata.json +0 -1694
- package/System.Diagnostics.Eventing.Reader/internal/metadata.json +0 -3706
- package/System.Net.Http/internal/metadata.json +0 -141
- package/System.Security.Cryptography/internal/metadata.json +0 -302
- package/System.Security.Cryptography.Pkcs/internal/metadata.json +0 -5125
- package/System.Security.Cryptography.Xml/internal/metadata.json +0 -5727
|
@@ -1,23 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.Extensions.FileProviders.Embedded",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Extensions.FileProviders.Embedded"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
6
9
|
"clrName": "Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
7
|
-
"tsEmitName": "EmbeddedResourceFileInfo",
|
|
8
10
|
"assemblyName": "Microsoft.Extensions.FileProviders.Embedded",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Class",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"stableId": "Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo::CreateReadStream():System.IO.Stream",
|
|
13
21
|
"clrName": "CreateReadStream",
|
|
14
|
-
"tsEmitName": "createReadStream",
|
|
15
22
|
"metadataToken": 100663331,
|
|
16
23
|
"canonicalSignature": "():System.IO.Stream",
|
|
17
24
|
"normalizedSignature": "CreateReadStream|():System.IO.Stream|static=false",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 0,
|
|
20
28
|
"parameterCount": 0,
|
|
29
|
+
"isStatic": false,
|
|
30
|
+
"isAbstract": false,
|
|
31
|
+
"isVirtual": true,
|
|
32
|
+
"isOverride": false,
|
|
33
|
+
"isSealed": true,
|
|
21
34
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
22
35
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Embedded",
|
|
23
36
|
"isExtensionMethod": false
|
|
@@ -25,184 +38,244 @@
|
|
|
25
38
|
{
|
|
26
39
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::CreateReadStream():System.IO.Stream",
|
|
27
40
|
"clrName": "CreateReadStream",
|
|
28
|
-
"tsEmitName": "createReadStream$view",
|
|
29
41
|
"metadataToken": 100663319,
|
|
30
42
|
"canonicalSignature": "():System.IO.Stream",
|
|
31
43
|
"normalizedSignature": "CreateReadStream|():System.IO.Stream|static=false",
|
|
32
44
|
"emitScope": "ViewOnly",
|
|
45
|
+
"provenance": "ExplicitView",
|
|
33
46
|
"arity": 0,
|
|
34
47
|
"parameterCount": 0,
|
|
48
|
+
"isStatic": false,
|
|
49
|
+
"isAbstract": false,
|
|
50
|
+
"isVirtual": true,
|
|
51
|
+
"isOverride": false,
|
|
52
|
+
"isSealed": false,
|
|
35
53
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
36
54
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
37
|
-
"isExtensionMethod": false
|
|
55
|
+
"isExtensionMethod": false,
|
|
56
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo"
|
|
38
57
|
}
|
|
39
58
|
],
|
|
40
59
|
"properties": [
|
|
41
60
|
{
|
|
42
61
|
"stableId": "Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo::Exists:System.Boolean",
|
|
43
62
|
"clrName": "Exists",
|
|
44
|
-
"tsEmitName": "exists",
|
|
45
63
|
"metadataToken": 385875971,
|
|
46
64
|
"canonicalSignature": ":System.Boolean",
|
|
47
65
|
"normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
|
|
48
66
|
"emitScope": "ClassSurface",
|
|
67
|
+
"provenance": "Original",
|
|
49
68
|
"isIndexer": false,
|
|
50
69
|
"hasGetter": true,
|
|
51
70
|
"hasSetter": false,
|
|
71
|
+
"isStatic": false,
|
|
72
|
+
"isAbstract": false,
|
|
73
|
+
"isVirtual": true,
|
|
74
|
+
"isOverride": false,
|
|
52
75
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
53
76
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Embedded"
|
|
54
77
|
},
|
|
55
78
|
{
|
|
56
79
|
"stableId": "Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo::Length:System.Int64",
|
|
57
80
|
"clrName": "Length",
|
|
58
|
-
"tsEmitName": "length",
|
|
59
81
|
"metadataToken": 385875972,
|
|
60
82
|
"canonicalSignature": ":System.Int64",
|
|
61
83
|
"normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
|
|
62
84
|
"emitScope": "ClassSurface",
|
|
85
|
+
"provenance": "Original",
|
|
63
86
|
"isIndexer": false,
|
|
64
87
|
"hasGetter": true,
|
|
65
88
|
"hasSetter": false,
|
|
89
|
+
"isStatic": false,
|
|
90
|
+
"isAbstract": false,
|
|
91
|
+
"isVirtual": true,
|
|
92
|
+
"isOverride": false,
|
|
66
93
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
67
94
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Embedded"
|
|
68
95
|
},
|
|
69
96
|
{
|
|
70
97
|
"stableId": "Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo::PhysicalPath:System.String",
|
|
71
98
|
"clrName": "PhysicalPath",
|
|
72
|
-
"tsEmitName": "physicalPath",
|
|
73
99
|
"metadataToken": 385875973,
|
|
74
100
|
"canonicalSignature": ":System.String",
|
|
75
101
|
"normalizedSignature": "PhysicalPath|:System.String|static=false|accessor=get",
|
|
76
102
|
"emitScope": "ClassSurface",
|
|
103
|
+
"provenance": "Original",
|
|
77
104
|
"isIndexer": false,
|
|
78
105
|
"hasGetter": true,
|
|
79
106
|
"hasSetter": false,
|
|
107
|
+
"isStatic": false,
|
|
108
|
+
"isAbstract": false,
|
|
109
|
+
"isVirtual": true,
|
|
110
|
+
"isOverride": false,
|
|
80
111
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
81
112
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Embedded"
|
|
82
113
|
},
|
|
83
114
|
{
|
|
84
115
|
"stableId": "Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo::Name:System.String",
|
|
85
116
|
"clrName": "Name",
|
|
86
|
-
"tsEmitName": "name",
|
|
87
117
|
"metadataToken": 385875974,
|
|
88
118
|
"canonicalSignature": ":System.String",
|
|
89
119
|
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
90
120
|
"emitScope": "ClassSurface",
|
|
121
|
+
"provenance": "Original",
|
|
91
122
|
"isIndexer": false,
|
|
92
123
|
"hasGetter": true,
|
|
93
124
|
"hasSetter": false,
|
|
125
|
+
"isStatic": false,
|
|
126
|
+
"isAbstract": false,
|
|
127
|
+
"isVirtual": true,
|
|
128
|
+
"isOverride": false,
|
|
94
129
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
95
130
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Embedded"
|
|
96
131
|
},
|
|
97
132
|
{
|
|
98
133
|
"stableId": "Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo::LastModified:System.DateTimeOffset",
|
|
99
134
|
"clrName": "LastModified",
|
|
100
|
-
"tsEmitName": "lastModified",
|
|
101
135
|
"metadataToken": 385875975,
|
|
102
136
|
"canonicalSignature": ":System.DateTimeOffset",
|
|
103
137
|
"normalizedSignature": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
|
|
104
138
|
"emitScope": "ClassSurface",
|
|
139
|
+
"provenance": "Original",
|
|
105
140
|
"isIndexer": false,
|
|
106
141
|
"hasGetter": true,
|
|
107
142
|
"hasSetter": false,
|
|
143
|
+
"isStatic": false,
|
|
144
|
+
"isAbstract": false,
|
|
145
|
+
"isVirtual": true,
|
|
146
|
+
"isOverride": false,
|
|
108
147
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
109
148
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Embedded"
|
|
110
149
|
},
|
|
111
150
|
{
|
|
112
151
|
"stableId": "Microsoft.Extensions.FileProviders.Embedded:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo::IsDirectory:System.Boolean",
|
|
113
152
|
"clrName": "IsDirectory",
|
|
114
|
-
"tsEmitName": "isDirectory",
|
|
115
153
|
"metadataToken": 385875976,
|
|
116
154
|
"canonicalSignature": ":System.Boolean",
|
|
117
155
|
"normalizedSignature": "IsDirectory|:System.Boolean|static=false|accessor=get",
|
|
118
156
|
"emitScope": "ClassSurface",
|
|
157
|
+
"provenance": "Original",
|
|
119
158
|
"isIndexer": false,
|
|
120
159
|
"hasGetter": true,
|
|
121
160
|
"hasSetter": false,
|
|
161
|
+
"isStatic": false,
|
|
162
|
+
"isAbstract": false,
|
|
163
|
+
"isVirtual": true,
|
|
164
|
+
"isOverride": false,
|
|
122
165
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
123
166
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Embedded"
|
|
124
167
|
},
|
|
125
168
|
{
|
|
126
169
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Exists:System.Boolean",
|
|
127
170
|
"clrName": "Exists",
|
|
128
|
-
"tsEmitName": "exists$view",
|
|
129
171
|
"metadataToken": 385875972,
|
|
130
172
|
"canonicalSignature": ":System.Boolean",
|
|
131
173
|
"normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
|
|
132
174
|
"emitScope": "ViewOnly",
|
|
175
|
+
"provenance": "ExplicitView",
|
|
133
176
|
"isIndexer": false,
|
|
134
177
|
"hasGetter": true,
|
|
135
178
|
"hasSetter": false,
|
|
179
|
+
"isStatic": false,
|
|
180
|
+
"isAbstract": false,
|
|
181
|
+
"isVirtual": true,
|
|
182
|
+
"isOverride": false,
|
|
183
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
136
184
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
137
185
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
138
186
|
},
|
|
139
187
|
{
|
|
140
188
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Length:System.Int64",
|
|
141
189
|
"clrName": "Length",
|
|
142
|
-
"tsEmitName": "length$view",
|
|
143
190
|
"metadataToken": 385875973,
|
|
144
191
|
"canonicalSignature": ":System.Int64",
|
|
145
192
|
"normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
|
|
146
193
|
"emitScope": "ViewOnly",
|
|
194
|
+
"provenance": "ExplicitView",
|
|
147
195
|
"isIndexer": false,
|
|
148
196
|
"hasGetter": true,
|
|
149
197
|
"hasSetter": false,
|
|
198
|
+
"isStatic": false,
|
|
199
|
+
"isAbstract": false,
|
|
200
|
+
"isVirtual": true,
|
|
201
|
+
"isOverride": false,
|
|
202
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
150
203
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
151
204
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
152
205
|
},
|
|
153
206
|
{
|
|
154
207
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::PhysicalPath:System.String",
|
|
155
208
|
"clrName": "PhysicalPath",
|
|
156
|
-
"tsEmitName": "physicalPath$view",
|
|
157
209
|
"metadataToken": 385875974,
|
|
158
210
|
"canonicalSignature": ":System.String",
|
|
159
211
|
"normalizedSignature": "PhysicalPath|:System.String|static=false|accessor=get",
|
|
160
212
|
"emitScope": "ViewOnly",
|
|
213
|
+
"provenance": "ExplicitView",
|
|
161
214
|
"isIndexer": false,
|
|
162
215
|
"hasGetter": true,
|
|
163
216
|
"hasSetter": false,
|
|
217
|
+
"isStatic": false,
|
|
218
|
+
"isAbstract": false,
|
|
219
|
+
"isVirtual": true,
|
|
220
|
+
"isOverride": false,
|
|
221
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
164
222
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
165
223
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
166
224
|
},
|
|
167
225
|
{
|
|
168
226
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::Name:System.String",
|
|
169
227
|
"clrName": "Name",
|
|
170
|
-
"tsEmitName": "name$view",
|
|
171
228
|
"metadataToken": 385875975,
|
|
172
229
|
"canonicalSignature": ":System.String",
|
|
173
230
|
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
174
231
|
"emitScope": "ViewOnly",
|
|
232
|
+
"provenance": "ExplicitView",
|
|
175
233
|
"isIndexer": false,
|
|
176
234
|
"hasGetter": true,
|
|
177
235
|
"hasSetter": false,
|
|
236
|
+
"isStatic": false,
|
|
237
|
+
"isAbstract": false,
|
|
238
|
+
"isVirtual": true,
|
|
239
|
+
"isOverride": false,
|
|
240
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
178
241
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
179
242
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
180
243
|
},
|
|
181
244
|
{
|
|
182
245
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::LastModified:System.DateTimeOffset",
|
|
183
246
|
"clrName": "LastModified",
|
|
184
|
-
"tsEmitName": "lastModified$view",
|
|
185
247
|
"metadataToken": 385875976,
|
|
186
248
|
"canonicalSignature": ":System.DateTimeOffset",
|
|
187
249
|
"normalizedSignature": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
|
|
188
250
|
"emitScope": "ViewOnly",
|
|
251
|
+
"provenance": "ExplicitView",
|
|
189
252
|
"isIndexer": false,
|
|
190
253
|
"hasGetter": true,
|
|
191
254
|
"hasSetter": false,
|
|
255
|
+
"isStatic": false,
|
|
256
|
+
"isAbstract": false,
|
|
257
|
+
"isVirtual": true,
|
|
258
|
+
"isOverride": false,
|
|
259
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
192
260
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
193
261
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
194
262
|
},
|
|
195
263
|
{
|
|
196
264
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IFileInfo::IsDirectory:System.Boolean",
|
|
197
265
|
"clrName": "IsDirectory",
|
|
198
|
-
"tsEmitName": "isDirectory$view",
|
|
199
266
|
"metadataToken": 385875977,
|
|
200
267
|
"canonicalSignature": ":System.Boolean",
|
|
201
268
|
"normalizedSignature": "IsDirectory|:System.Boolean|static=false|accessor=get",
|
|
202
269
|
"emitScope": "ViewOnly",
|
|
270
|
+
"provenance": "ExplicitView",
|
|
203
271
|
"isIndexer": false,
|
|
204
272
|
"hasGetter": true,
|
|
205
273
|
"hasSetter": false,
|
|
274
|
+
"isStatic": false,
|
|
275
|
+
"isAbstract": false,
|
|
276
|
+
"isVirtual": true,
|
|
277
|
+
"isOverride": false,
|
|
278
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
206
279
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
207
280
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
208
281
|
}
|
|
@@ -220,161 +293,6 @@
|
|
|
220
293
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
221
294
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Embedded"
|
|
222
295
|
}
|
|
223
|
-
],
|
|
224
|
-
"exposedMethods": [
|
|
225
|
-
{
|
|
226
|
-
"tsName": "createReadStream",
|
|
227
|
-
"isStatic": false,
|
|
228
|
-
"tsSignatureId": "CreateReadStream|():System.IO.Stream|static=false",
|
|
229
|
-
"target": {
|
|
230
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
231
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Embedded",
|
|
232
|
-
"metadataToken": 100663331
|
|
233
|
-
}
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"tsName": "createReadStream$view",
|
|
237
|
-
"isStatic": false,
|
|
238
|
-
"tsSignatureId": "CreateReadStream|():System.IO.Stream|static=false",
|
|
239
|
-
"target": {
|
|
240
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
241
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
242
|
-
"metadataToken": 100663319
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
],
|
|
246
|
-
"exposedProperties": [
|
|
247
|
-
{
|
|
248
|
-
"tsName": "exists",
|
|
249
|
-
"isStatic": false,
|
|
250
|
-
"tsSignatureId": "Exists|:System.Boolean|static=false|accessor=get",
|
|
251
|
-
"target": {
|
|
252
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
253
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Embedded",
|
|
254
|
-
"metadataToken": 385875971
|
|
255
|
-
}
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"tsName": "length",
|
|
259
|
-
"isStatic": false,
|
|
260
|
-
"tsSignatureId": "Length|:System.Int64|static=false|accessor=get",
|
|
261
|
-
"target": {
|
|
262
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
263
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Embedded",
|
|
264
|
-
"metadataToken": 385875972
|
|
265
|
-
}
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"tsName": "physicalPath",
|
|
269
|
-
"isStatic": false,
|
|
270
|
-
"tsSignatureId": "PhysicalPath|:System.String|static=false|accessor=get",
|
|
271
|
-
"target": {
|
|
272
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
273
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Embedded",
|
|
274
|
-
"metadataToken": 385875973
|
|
275
|
-
}
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"tsName": "name",
|
|
279
|
-
"isStatic": false,
|
|
280
|
-
"tsSignatureId": "Name|:System.String|static=false|accessor=get",
|
|
281
|
-
"target": {
|
|
282
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
283
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Embedded",
|
|
284
|
-
"metadataToken": 385875974
|
|
285
|
-
}
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"tsName": "lastModified",
|
|
289
|
-
"isStatic": false,
|
|
290
|
-
"tsSignatureId": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
|
|
291
|
-
"target": {
|
|
292
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
293
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Embedded",
|
|
294
|
-
"metadataToken": 385875975
|
|
295
|
-
}
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"tsName": "isDirectory",
|
|
299
|
-
"isStatic": false,
|
|
300
|
-
"tsSignatureId": "IsDirectory|:System.Boolean|static=false|accessor=get",
|
|
301
|
-
"target": {
|
|
302
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
303
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Embedded",
|
|
304
|
-
"metadataToken": 385875976
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"tsName": "exists$view",
|
|
309
|
-
"isStatic": false,
|
|
310
|
-
"tsSignatureId": "Exists|:System.Boolean|static=false|accessor=get",
|
|
311
|
-
"target": {
|
|
312
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
313
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
314
|
-
"metadataToken": 385875972
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"tsName": "length$view",
|
|
319
|
-
"isStatic": false,
|
|
320
|
-
"tsSignatureId": "Length|:System.Int64|static=false|accessor=get",
|
|
321
|
-
"target": {
|
|
322
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
323
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
324
|
-
"metadataToken": 385875973
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"tsName": "physicalPath$view",
|
|
329
|
-
"isStatic": false,
|
|
330
|
-
"tsSignatureId": "PhysicalPath|:System.String|static=false|accessor=get",
|
|
331
|
-
"target": {
|
|
332
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
333
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
334
|
-
"metadataToken": 385875974
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
"tsName": "name$view",
|
|
339
|
-
"isStatic": false,
|
|
340
|
-
"tsSignatureId": "Name|:System.String|static=false|accessor=get",
|
|
341
|
-
"target": {
|
|
342
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
343
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
344
|
-
"metadataToken": 385875975
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"tsName": "lastModified$view",
|
|
349
|
-
"isStatic": false,
|
|
350
|
-
"tsSignatureId": "LastModified|:System.DateTimeOffset|static=false|accessor=get",
|
|
351
|
-
"target": {
|
|
352
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
353
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
354
|
-
"metadataToken": 385875976
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"tsName": "isDirectory$view",
|
|
359
|
-
"isStatic": false,
|
|
360
|
-
"tsSignatureId": "IsDirectory|:System.Boolean|static=false|accessor=get",
|
|
361
|
-
"target": {
|
|
362
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IFileInfo",
|
|
363
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
364
|
-
"metadataToken": 385875977
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
],
|
|
368
|
-
"exposedConstructors": [
|
|
369
|
-
{
|
|
370
|
-
"isStatic": false,
|
|
371
|
-
"tsSignatureId": "constructor|(System.Reflection.Assembly,System.String,System.String,System.DateTimeOffset):void|static=false",
|
|
372
|
-
"target": {
|
|
373
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo",
|
|
374
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Embedded",
|
|
375
|
-
"metadataToken": 100663324
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
296
|
]
|
|
379
297
|
}
|
|
380
298
|
]
|
|
@@ -14,13 +14,13 @@ import type { Boolean as ClrBoolean, DateTimeOffset, Int64, Object as ClrObject,
|
|
|
14
14
|
import type { Assembly } from "@tsonic/dotnet/System.Reflection.js";
|
|
15
15
|
|
|
16
16
|
export interface EmbeddedResourceFileInfo$instance {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
23
|
-
|
|
17
|
+
readonly Exists: boolean;
|
|
18
|
+
readonly IsDirectory: boolean;
|
|
19
|
+
readonly LastModified: DateTimeOffset;
|
|
20
|
+
readonly Length: long;
|
|
21
|
+
readonly Name: string;
|
|
22
|
+
readonly PhysicalPath: string;
|
|
23
|
+
CreateReadStream(): Stream;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
|
|
@@ -1,23 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.Extensions.FileProviders.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Extensions.FileProviders.Physical"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents",
|
|
6
9
|
"clrName": "Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents",
|
|
7
|
-
"tsEmitName": "PhysicalDirectoryContents",
|
|
8
10
|
"assemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Class",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents::GetEnumerator():System.Collections.Generic.IEnumerator_1[[Microsoft.Extensions.FileProviders.IFileInfo,Microsoft.Extensions.FileProviders.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
13
21
|
"clrName": "GetEnumerator",
|
|
14
|
-
"tsEmitName": "getEnumerator",
|
|
15
22
|
"metadataToken": 100663347,
|
|
16
23
|
"canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[Microsoft.Extensions.FileProviders.IFileInfo,Microsoft.Extensions.FileProviders.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
17
24
|
"normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[Microsoft.Extensions.FileProviders.IFileInfo,Microsoft.Extensions.FileProviders.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 0,
|
|
20
28
|
"parameterCount": 0,
|
|
29
|
+
"isStatic": false,
|
|
30
|
+
"isAbstract": false,
|
|
31
|
+
"isVirtual": true,
|
|
32
|
+
"isOverride": false,
|
|
33
|
+
"isSealed": true,
|
|
21
34
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents",
|
|
22
35
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
23
36
|
"isExtensionMethod": false
|
|
@@ -27,28 +40,37 @@
|
|
|
27
40
|
{
|
|
28
41
|
"stableId": "Microsoft.Extensions.FileProviders.Physical:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents::Exists:System.Boolean",
|
|
29
42
|
"clrName": "Exists",
|
|
30
|
-
"tsEmitName": "exists",
|
|
31
43
|
"metadataToken": 385875984,
|
|
32
44
|
"canonicalSignature": ":System.Boolean",
|
|
33
45
|
"normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
|
|
34
46
|
"emitScope": "ClassSurface",
|
|
47
|
+
"provenance": "Original",
|
|
35
48
|
"isIndexer": false,
|
|
36
49
|
"hasGetter": true,
|
|
37
50
|
"hasSetter": false,
|
|
51
|
+
"isStatic": false,
|
|
52
|
+
"isAbstract": false,
|
|
53
|
+
"isVirtual": true,
|
|
54
|
+
"isOverride": false,
|
|
38
55
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents",
|
|
39
56
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
40
57
|
},
|
|
41
58
|
{
|
|
42
59
|
"stableId": "Microsoft.Extensions.FileProviders.Abstractions:Microsoft.Extensions.FileProviders.IDirectoryContents::Exists:System.Boolean",
|
|
43
60
|
"clrName": "Exists",
|
|
44
|
-
"tsEmitName": "exists$view",
|
|
45
61
|
"metadataToken": 385875971,
|
|
46
62
|
"canonicalSignature": ":System.Boolean",
|
|
47
63
|
"normalizedSignature": "Exists|:System.Boolean|static=false|accessor=get",
|
|
48
64
|
"emitScope": "ViewOnly",
|
|
65
|
+
"provenance": "ExplicitView",
|
|
49
66
|
"isIndexer": false,
|
|
50
67
|
"hasGetter": true,
|
|
51
68
|
"hasSetter": false,
|
|
69
|
+
"isStatic": false,
|
|
70
|
+
"isAbstract": false,
|
|
71
|
+
"isVirtual": true,
|
|
72
|
+
"isOverride": false,
|
|
73
|
+
"sourceInterface": "Microsoft.Extensions.FileProviders.IDirectoryContents",
|
|
52
74
|
"declaringClrType": "Microsoft.Extensions.FileProviders.IDirectoryContents",
|
|
53
75
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions"
|
|
54
76
|
}
|
|
@@ -76,60 +98,6 @@
|
|
|
76
98
|
"declaringClrType": "Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents",
|
|
77
99
|
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical"
|
|
78
100
|
}
|
|
79
|
-
],
|
|
80
|
-
"exposedMethods": [
|
|
81
|
-
{
|
|
82
|
-
"tsName": "getEnumerator",
|
|
83
|
-
"isStatic": false,
|
|
84
|
-
"tsSignatureId": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[Microsoft.Extensions.FileProviders.IFileInfo,Microsoft.Extensions.FileProviders.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85
|
-
"target": {
|
|
86
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents",
|
|
87
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
88
|
-
"metadataToken": 100663347
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
],
|
|
92
|
-
"exposedProperties": [
|
|
93
|
-
{
|
|
94
|
-
"tsName": "exists",
|
|
95
|
-
"isStatic": false,
|
|
96
|
-
"tsSignatureId": "Exists|:System.Boolean|static=false|accessor=get",
|
|
97
|
-
"target": {
|
|
98
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents",
|
|
99
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
100
|
-
"metadataToken": 385875984
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"tsName": "exists$view",
|
|
105
|
-
"isStatic": false,
|
|
106
|
-
"tsSignatureId": "Exists|:System.Boolean|static=false|accessor=get",
|
|
107
|
-
"target": {
|
|
108
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.IDirectoryContents",
|
|
109
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Abstractions",
|
|
110
|
-
"metadataToken": 385875971
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
],
|
|
114
|
-
"exposedConstructors": [
|
|
115
|
-
{
|
|
116
|
-
"isStatic": false,
|
|
117
|
-
"tsSignatureId": "constructor|(System.String):void|static=false",
|
|
118
|
-
"target": {
|
|
119
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents",
|
|
120
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
121
|
-
"metadataToken": 100663344
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"isStatic": false,
|
|
126
|
-
"tsSignatureId": "constructor|(System.String,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters):void|static=false",
|
|
127
|
-
"target": {
|
|
128
|
-
"declaringClrType": "Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents",
|
|
129
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileProviders.Physical",
|
|
130
|
-
"metadataToken": 100663345
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
101
|
]
|
|
134
102
|
}
|
|
135
103
|
]
|
|
@@ -17,8 +17,8 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
|
17
17
|
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
|
|
18
18
|
|
|
19
19
|
export interface PhysicalDirectoryContents$instance {
|
|
20
|
-
readonly
|
|
21
|
-
|
|
20
|
+
readonly Exists: boolean;
|
|
21
|
+
GetEnumerator(): IEnumerator<IFileInfo>;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
|