@alloy-js/csharp 0.21.0-dev.13 → 0.21.0-dev.15
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/dist/scripts/generate-builtins.js +2 -0
- package/dist/scripts/generate-builtins.js.map +1 -1
- package/dist/scripts/process-docfx.d.ts.map +1 -1
- package/dist/scripts/process-docfx.js +22 -10
- package/dist/scripts/process-docfx.js.map +1 -1
- package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
- package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
- package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
- package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
- package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
- package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
- package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
- package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
- package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
- package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
- package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
- package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
- package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
- package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
- package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
- package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
- package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +50 -0
- package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -1
- package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +203 -0
- package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -1
- package/dist/src/builtins/Microsoft/Win32/index.d.ts +74 -1
- package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -1
- package/dist/src/builtins/Microsoft/Win32/index.js +358 -1
- package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -1
- package/dist/src/builtins/Microsoft/index.d.ts +2 -0
- package/dist/src/builtins/Microsoft/index.d.ts.map +1 -1
- package/dist/src/builtins/Microsoft/index.js +2 -0
- package/dist/src/builtins/Microsoft/index.js.map +1 -1
- package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
- package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
- package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
- package/dist/src/builtins/System/Buffers/Text/index.d.ts +6 -0
- package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Buffers/Text/index.js +22 -0
- package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -1
- package/dist/src/builtins/System/Buffers/index.d.ts +85 -0
- package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Buffers/index.js +391 -0
- package/dist/src/builtins/System/Buffers/index.js.map +1 -1
- package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
- package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
- package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
- package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
- package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
- package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
- package/dist/src/builtins/System/Collections/Generic/index.d.ts +176 -0
- package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Collections/Generic/index.js +636 -0
- package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -1
- package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
- package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
- package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
- package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +48 -0
- package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Collections/ObjectModel/index.js +209 -0
- package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -1
- package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
- package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
- package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
- package/dist/src/builtins/System/Collections/index.d.ts +151 -0
- package/dist/src/builtins/System/Collections/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Collections/index.js +807 -86
- package/dist/src/builtins/System/Collections/index.js.map +1 -1
- package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
- package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
- package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
- package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
- package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
- package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
- package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
- package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
- package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
- package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
- package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
- package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
- package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
- package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
- package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
- package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
- package/dist/src/builtins/System/ComponentModel/index.d.ts +1407 -0
- package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -1
- package/dist/src/builtins/System/ComponentModel/index.js +6587 -24
- package/dist/src/builtins/System/ComponentModel/index.js.map +1 -1
- package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
- package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Data/Common/index.js +3279 -0
- package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
- package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
- package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
- package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
- package/dist/src/builtins/System/Data/index.d.ts +967 -0
- package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Data/index.js +4504 -0
- package/dist/src/builtins/System/Data/index.js.map +1 -0
- package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
- package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
- package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
- package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
- package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
- package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
- package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
- package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
- package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
- package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
- package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
- package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
- package/dist/src/builtins/System/Diagnostics/index.d.ts +685 -0
- package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Diagnostics/index.js +3568 -251
- package/dist/src/builtins/System/Diagnostics/index.js.map +1 -1
- package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
- package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Drawing/index.js +3305 -0
- package/dist/src/builtins/System/Drawing/index.js.map +1 -0
- package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
- package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Dynamic/index.js +795 -0
- package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
- package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
- package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
- package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
- package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
- package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
- package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
- package/dist/src/builtins/System/Formats/index.d.ts +7 -0
- package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Formats/index.js +6 -0
- package/dist/src/builtins/System/Formats/index.js.map +1 -0
- package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
- package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
- package/dist/src/builtins/System/IO/Compression/index.js +894 -0
- package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
- package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
- package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
- package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
- package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
- package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
- package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
- package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
- package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
- package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
- package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
- package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
- package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
- package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
- package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
- package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
- package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
- package/dist/src/builtins/System/IO/index.d.ts +140 -0
- package/dist/src/builtins/System/IO/index.d.ts.map +1 -1
- package/dist/src/builtins/System/IO/index.js +630 -0
- package/dist/src/builtins/System/IO/index.js.map +1 -1
- package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
- package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
- package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
- package/dist/src/builtins/System/Linq/index.d.ts +73 -0
- package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Linq/index.js +275 -0
- package/dist/src/builtins/System/Linq/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
- package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Cache/index.js +217 -0
- package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
- package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
- package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
- package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
- package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
- package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
- package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
- package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Http/index.js +1458 -0
- package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
- package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Mail/index.js +871 -0
- package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
- package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Mime/index.js +500 -0
- package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
- package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
- package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
- package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
- package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Quic/index.js +635 -0
- package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
- package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Security/index.js +1432 -0
- package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
- package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
- package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
- package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
- package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
- package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
- package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
- package/dist/src/builtins/System/Net/index.d.ts +1052 -0
- package/dist/src/builtins/System/Net/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Net/index.js +5440 -0
- package/dist/src/builtins/System/Net/index.js.map +1 -1
- package/dist/src/builtins/System/Numerics/index.d.ts +469 -0
- package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Numerics/index.js +2989 -516
- package/dist/src/builtins/System/Numerics/index.js.map +1 -1
- package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
- package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
- package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
- package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
- package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
- package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
- package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
- package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
- package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
- package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
- package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
- package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
- package/dist/src/builtins/System/Reflection/index.d.ts +120 -0
- package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Reflection/index.js +569 -0
- package/dist/src/builtins/System/Reflection/index.js.map +1 -1
- package/dist/src/builtins/System/Resources/index.d.ts +14 -0
- package/dist/src/builtins/System/Resources/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Resources/index.js +54 -0
- package/dist/src/builtins/System/Resources/index.js.map +1 -1
- package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +90 -0
- package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Runtime/CompilerServices/index.js +365 -0
- package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -1
- package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
- package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
- package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
- package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
- package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +175 -0
- package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +702 -0
- package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -1
- package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
- package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
- package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +616 -0
- package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Runtime/InteropServices/index.js +3199 -347
- package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -1
- package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
- package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
- package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
- package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
- package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
- package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
- package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
- package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
- package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
- package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
- package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
- package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
- package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +256 -0
- package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Runtime/Serialization/index.js +1143 -0
- package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -1
- package/dist/src/builtins/System/Runtime/index.d.ts +2 -0
- package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Runtime/index.js +2 -0
- package/dist/src/builtins/System/Runtime/index.js.map +1 -1
- package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
- package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
- package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
- package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
- package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
- package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
- package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
- package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
- package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
- package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
- package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Security/Claims/index.js +844 -0
- package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
- package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
- package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
- package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
- package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1369 -0
- package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Security/Cryptography/index.js +6660 -1
- package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -1
- package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
- package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Security/Policy/index.js +101 -0
- package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
- package/dist/src/builtins/System/Security/Principal/index.d.ts +225 -0
- package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Security/Principal/index.js +1234 -0
- package/dist/src/builtins/System/Security/Principal/index.js.map +1 -1
- package/dist/src/builtins/System/Security/index.d.ts +23 -0
- package/dist/src/builtins/System/Security/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Security/index.js +82 -0
- package/dist/src/builtins/System/Security/index.js.map +1 -1
- package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
- package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
- package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
- package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
- package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
- package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
- package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
- package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
- package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
- package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
- package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
- package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
- package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
- package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
- package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
- package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
- package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
- package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
- package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
- package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Text/Json/index.js +1185 -0
- package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
- package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
- package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
- package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
- package/dist/src/builtins/System/Text/Unicode/index.d.ts +170 -0
- package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Text/Unicode/index.js +1168 -0
- package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -1
- package/dist/src/builtins/System/Text/index.d.ts +104 -0
- package/dist/src/builtins/System/Text/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Text/index.js +470 -0
- package/dist/src/builtins/System/Text/index.js.map +1 -1
- package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
- package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
- package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
- package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
- package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
- package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
- package/dist/src/builtins/System/Threading/Tasks/index.d.ts +23 -0
- package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Threading/Tasks/index.js +100 -0
- package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -1
- package/dist/src/builtins/System/Threading/index.d.ts +441 -0
- package/dist/src/builtins/System/Threading/index.d.ts.map +1 -1
- package/dist/src/builtins/System/Threading/index.js +2052 -132
- package/dist/src/builtins/System/Threading/index.js.map +1 -1
- package/dist/src/builtins/System/Timers/index.d.ts +34 -0
- package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Timers/index.js +129 -0
- package/dist/src/builtins/System/Timers/index.js.map +1 -0
- package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
- package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Transactions/index.js +727 -0
- package/dist/src/builtins/System/Transactions/index.js.map +1 -0
- package/dist/src/builtins/System/Web/index.d.ts +24 -0
- package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Web/index.js +84 -0
- package/dist/src/builtins/System/Web/index.js.map +1 -0
- package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
- package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Windows/Input/index.js +18 -0
- package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
- package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
- package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
- package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
- package/dist/src/builtins/System/Windows/index.d.ts +7 -0
- package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Windows/index.js +6 -0
- package/dist/src/builtins/System/Windows/index.js.map +1 -0
- package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
- package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
- package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
- package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
- package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
- package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
- package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
- package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
- package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
- package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
- package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
- package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
- package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
- package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
- package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
- package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
- package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
- package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
- package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
- package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
- package/dist/src/builtins/System/Xml/index.js +5736 -0
- package/dist/src/builtins/System/Xml/index.js.map +1 -0
- package/dist/src/builtins/System/index.d.ts +283 -0
- package/dist/src/builtins/System/index.d.ts.map +1 -1
- package/dist/src/builtins/System/index.js +1517 -0
- package/dist/src/builtins/System/index.js.map +1 -1
- package/dist/src/create-library.test.d.ts +0 -8
- package/dist/src/create-library.test.d.ts.map +1 -1
- package/dist/src/create-library.test.js +0 -9
- package/dist/src/create-library.test.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -5
- package/scripts/generate-builtins.tsx +2 -1
- package/scripts/process-docfx.tsx +22 -10
- package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
- package/src/builtins/Microsoft/CSharp/index.ts +8 -0
- package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
- package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
- package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +253 -0
- package/src/builtins/Microsoft/Win32/index.ts +431 -2
- package/src/builtins/Microsoft/index.ts +3 -1
- package/src/builtins/System/Buffers/Binary/index.ts +646 -0
- package/src/builtins/System/Buffers/Text/index.ts +28 -0
- package/src/builtins/System/Buffers/index.ts +478 -1
- package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
- package/src/builtins/System/Collections/Frozen/index.ts +115 -0
- package/src/builtins/System/Collections/Generic/index.ts +814 -0
- package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
- package/src/builtins/System/Collections/ObjectModel/index.ts +257 -0
- package/src/builtins/System/Collections/Specialized/index.ts +878 -0
- package/src/builtins/System/Collections/index.ts +1069 -201
- package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
- package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
- package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
- package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
- package/src/builtins/System/ComponentModel/index.ts +8006 -35
- package/src/builtins/System/Data/Common/index.ts +3888 -0
- package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
- package/src/builtins/System/Data/index.ts +5476 -0
- package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
- package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
- package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
- package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
- package/src/builtins/System/Diagnostics/index.ts +4293 -295
- package/src/builtins/System/Drawing/index.ts +3861 -0
- package/src/builtins/System/Dynamic/index.ts +963 -0
- package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
- package/src/builtins/System/Formats/Tar/index.ts +530 -0
- package/src/builtins/System/Formats/index.ts +9 -0
- package/src/builtins/System/IO/Compression/index.ts +1078 -0
- package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
- package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
- package/src/builtins/System/IO/Pipelines/index.ts +506 -0
- package/src/builtins/System/IO/Pipes/index.ts +878 -0
- package/src/builtins/System/IO/index.ts +777 -12
- package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
- package/src/builtins/System/Linq/index.ts +352 -0
- package/src/builtins/System/Net/Cache/index.ts +263 -0
- package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
- package/src/builtins/System/Net/Http/Json/index.ts +91 -0
- package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
- package/src/builtins/System/Net/Http/index.ts +1757 -0
- package/src/builtins/System/Net/Mail/index.ts +1051 -0
- package/src/builtins/System/Net/Mime/index.ts +598 -0
- package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
- package/src/builtins/System/Net/Quic/index.ts +762 -0
- package/src/builtins/System/Net/Security/index.ts +1709 -0
- package/src/builtins/System/Net/Sockets/index.ts +3686 -0
- package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
- package/src/builtins/System/Net/index.ts +6484 -1
- package/src/builtins/System/Numerics/index.ts +3378 -436
- package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
- package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
- package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
- package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
- package/src/builtins/System/Reflection/index.ts +686 -1
- package/src/builtins/System/Resources/index.ts +68 -0
- package/src/builtins/System/Runtime/CompilerServices/index.ts +477 -0
- package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
- package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
- package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +884 -7
- package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
- package/src/builtins/System/Runtime/InteropServices/index.ts +3768 -297
- package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
- package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
- package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
- package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
- package/src/builtins/System/Runtime/Loader/index.ts +173 -0
- package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
- package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
- package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
- package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
- package/src/builtins/System/Runtime/Serialization/index.ts +1401 -4
- package/src/builtins/System/Runtime/index.ts +2 -0
- package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
- package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
- package/src/builtins/System/Security/Authentication/index.ts +256 -0
- package/src/builtins/System/Security/Claims/index.ts +994 -0
- package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
- package/src/builtins/System/Security/Cryptography/index.ts +8030 -3
- package/src/builtins/System/Security/Policy/index.ts +127 -0
- package/src/builtins/System/Security/Principal/index.ts +1470 -11
- package/src/builtins/System/Security/index.ts +102 -1
- package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
- package/src/builtins/System/Text/Encodings/index.ts +8 -0
- package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
- package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
- package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
- package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
- package/src/builtins/System/Text/Json/index.ts +1430 -0
- package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
- package/src/builtins/System/Text/Unicode/index.ts +1339 -0
- package/src/builtins/System/Text/index.ts +572 -1
- package/src/builtins/System/Threading/Channels/index.ts +283 -0
- package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
- package/src/builtins/System/Threading/Tasks/index.ts +123 -1
- package/src/builtins/System/Threading/index.ts +2439 -75
- package/src/builtins/System/Timers/index.ts +161 -0
- package/src/builtins/System/Transactions/index.ts +908 -0
- package/src/builtins/System/Web/index.ts +105 -0
- package/src/builtins/System/Windows/Input/index.ts +25 -0
- package/src/builtins/System/Windows/Markup/index.ts +37 -0
- package/src/builtins/System/Windows/index.ts +9 -0
- package/src/builtins/System/Xml/Linq/index.ts +1318 -0
- package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
- package/src/builtins/System/Xml/Schema/index.ts +3621 -0
- package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
- package/src/builtins/System/Xml/XPath/index.ts +1095 -0
- package/src/builtins/System/Xml/Xsl/index.ts +389 -0
- package/src/builtins/System/Xml/index.ts +6841 -0
- package/src/builtins/System/index.ts +1874 -84
- package/src/create-library.test.tsx +0 -9
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
import SafeHandles from "../../Microsoft/Win32/SafeHandles/index.js";
|
|
2
|
+
import ObjectModel from "../Collections/ObjectModel/index.js";
|
|
3
|
+
import ComponentModel from "../ComponentModel/index.js";
|
|
2
4
|
import System from "../index.js";
|
|
3
5
|
import Text from "../Text/index.js";
|
|
4
6
|
import { createLibrary } from "#createLibrary";
|
|
7
|
+
export { default as Compression } from "./Compression/index.js";
|
|
5
8
|
export { default as Enumeration } from "./Enumeration/index.js";
|
|
9
|
+
export { default as IsolatedStorage } from "./IsolatedStorage/index.js";
|
|
10
|
+
export { default as MemoryMappedFiles } from "./MemoryMappedFiles/index.js";
|
|
11
|
+
export { default as Pipelines } from "./Pipelines/index.js";
|
|
12
|
+
export { default as Pipes } from "./Pipes/index.js";
|
|
6
13
|
const IO = createLibrary("System.IO", {
|
|
7
14
|
BinaryReader: {
|
|
8
15
|
kind: "class",
|
|
@@ -594,6 +601,136 @@ const IO = createLibrary("System.IO", {
|
|
|
594
601
|
}
|
|
595
602
|
}
|
|
596
603
|
},
|
|
604
|
+
DriveInfo: {
|
|
605
|
+
kind: "class",
|
|
606
|
+
members: {
|
|
607
|
+
DriveInfo: {
|
|
608
|
+
kind: "method",
|
|
609
|
+
methodKind: "constructor"
|
|
610
|
+
},
|
|
611
|
+
GetDrives: {
|
|
612
|
+
kind: "method",
|
|
613
|
+
methodKind: "ordinary",
|
|
614
|
+
isStatic: true
|
|
615
|
+
},
|
|
616
|
+
ToString: {
|
|
617
|
+
kind: "method",
|
|
618
|
+
methodKind: "ordinary",
|
|
619
|
+
isOverride: true
|
|
620
|
+
},
|
|
621
|
+
AvailableFreeSpace: {
|
|
622
|
+
kind: "property",
|
|
623
|
+
type: () => {
|
|
624
|
+
return System.Int64;
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
DriveFormat: {
|
|
628
|
+
kind: "property",
|
|
629
|
+
type: () => {
|
|
630
|
+
return System.String;
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
DriveType: {
|
|
634
|
+
kind: "property",
|
|
635
|
+
type: () => {
|
|
636
|
+
return IO.DriveType;
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
IsReady: {
|
|
640
|
+
kind: "property",
|
|
641
|
+
type: () => {
|
|
642
|
+
return System.Boolean;
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
Name: {
|
|
646
|
+
kind: "property",
|
|
647
|
+
type: () => {
|
|
648
|
+
return System.String;
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
RootDirectory: {
|
|
652
|
+
kind: "property",
|
|
653
|
+
type: () => {
|
|
654
|
+
return IO.DirectoryInfo;
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
TotalFreeSpace: {
|
|
658
|
+
kind: "property",
|
|
659
|
+
type: () => {
|
|
660
|
+
return System.Int64;
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
TotalSize: {
|
|
664
|
+
kind: "property",
|
|
665
|
+
type: () => {
|
|
666
|
+
return System.Int64;
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
VolumeLabel: {
|
|
670
|
+
kind: "property",
|
|
671
|
+
type: () => {
|
|
672
|
+
return System.String;
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
isSealed: true
|
|
677
|
+
},
|
|
678
|
+
DriveNotFoundException: {
|
|
679
|
+
kind: "class",
|
|
680
|
+
members: {
|
|
681
|
+
DriveNotFoundException: {
|
|
682
|
+
kind: "method",
|
|
683
|
+
methodKind: "constructor"
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
DriveType: {
|
|
688
|
+
kind: "enum",
|
|
689
|
+
members: {
|
|
690
|
+
Unknown: {
|
|
691
|
+
kind: "field",
|
|
692
|
+
type: () => {
|
|
693
|
+
return IO.DriveType;
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
NoRootDirectory: {
|
|
697
|
+
kind: "field",
|
|
698
|
+
type: () => {
|
|
699
|
+
return IO.DriveType;
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
Removable: {
|
|
703
|
+
kind: "field",
|
|
704
|
+
type: () => {
|
|
705
|
+
return IO.DriveType;
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
Fixed: {
|
|
709
|
+
kind: "field",
|
|
710
|
+
type: () => {
|
|
711
|
+
return IO.DriveType;
|
|
712
|
+
}
|
|
713
|
+
},
|
|
714
|
+
Network: {
|
|
715
|
+
kind: "field",
|
|
716
|
+
type: () => {
|
|
717
|
+
return IO.DriveType;
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
CDRom: {
|
|
721
|
+
kind: "field",
|
|
722
|
+
type: () => {
|
|
723
|
+
return IO.DriveType;
|
|
724
|
+
}
|
|
725
|
+
},
|
|
726
|
+
Ram: {
|
|
727
|
+
kind: "field",
|
|
728
|
+
type: () => {
|
|
729
|
+
return IO.DriveType;
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
},
|
|
597
734
|
EndOfStreamException: {
|
|
598
735
|
kind: "class",
|
|
599
736
|
members: {
|
|
@@ -660,6 +797,44 @@ const IO = createLibrary("System.IO", {
|
|
|
660
797
|
}
|
|
661
798
|
}
|
|
662
799
|
},
|
|
800
|
+
ErrorEventArgs: {
|
|
801
|
+
kind: "class",
|
|
802
|
+
members: {
|
|
803
|
+
ErrorEventArgs: {
|
|
804
|
+
kind: "method",
|
|
805
|
+
methodKind: "constructor"
|
|
806
|
+
},
|
|
807
|
+
GetException: {
|
|
808
|
+
kind: "method",
|
|
809
|
+
methodKind: "ordinary",
|
|
810
|
+
isVirtual: true
|
|
811
|
+
}
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
ErrorEventHandler: {
|
|
815
|
+
kind: "generic",
|
|
816
|
+
members: {
|
|
817
|
+
ErrorEventHandler: {
|
|
818
|
+
kind: "method",
|
|
819
|
+
methodKind: "constructor"
|
|
820
|
+
},
|
|
821
|
+
Invoke: {
|
|
822
|
+
kind: "method",
|
|
823
|
+
methodKind: "ordinary",
|
|
824
|
+
isVirtual: true
|
|
825
|
+
},
|
|
826
|
+
BeginInvoke: {
|
|
827
|
+
kind: "method",
|
|
828
|
+
methodKind: "ordinary",
|
|
829
|
+
isVirtual: true
|
|
830
|
+
},
|
|
831
|
+
EndInvoke: {
|
|
832
|
+
kind: "method",
|
|
833
|
+
methodKind: "ordinary",
|
|
834
|
+
isVirtual: true
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
},
|
|
663
838
|
File: {
|
|
664
839
|
kind: "class",
|
|
665
840
|
members: {
|
|
@@ -1591,6 +1766,84 @@ const IO = createLibrary("System.IO", {
|
|
|
1591
1766
|
},
|
|
1592
1767
|
isSealed: true
|
|
1593
1768
|
},
|
|
1769
|
+
FileSystemAclExtensions: {
|
|
1770
|
+
kind: "class",
|
|
1771
|
+
members: {
|
|
1772
|
+
Create: {
|
|
1773
|
+
kind: "method",
|
|
1774
|
+
methodKind: "ordinary",
|
|
1775
|
+
isStatic: true
|
|
1776
|
+
},
|
|
1777
|
+
CreateDirectory: {
|
|
1778
|
+
kind: "method",
|
|
1779
|
+
methodKind: "ordinary",
|
|
1780
|
+
isStatic: true
|
|
1781
|
+
},
|
|
1782
|
+
GetAccessControl: {
|
|
1783
|
+
kind: "method",
|
|
1784
|
+
methodKind: "ordinary",
|
|
1785
|
+
isStatic: true
|
|
1786
|
+
},
|
|
1787
|
+
SetAccessControl: {
|
|
1788
|
+
kind: "method",
|
|
1789
|
+
methodKind: "ordinary",
|
|
1790
|
+
isStatic: true
|
|
1791
|
+
}
|
|
1792
|
+
},
|
|
1793
|
+
isStatic: true
|
|
1794
|
+
},
|
|
1795
|
+
FileSystemEventArgs: {
|
|
1796
|
+
kind: "class",
|
|
1797
|
+
members: {
|
|
1798
|
+
FileSystemEventArgs: {
|
|
1799
|
+
kind: "method",
|
|
1800
|
+
methodKind: "constructor"
|
|
1801
|
+
},
|
|
1802
|
+
ChangeType: {
|
|
1803
|
+
kind: "property",
|
|
1804
|
+
type: () => {
|
|
1805
|
+
return IO.WatcherChangeTypes;
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
FullPath: {
|
|
1809
|
+
kind: "property",
|
|
1810
|
+
type: () => {
|
|
1811
|
+
return System.String;
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1814
|
+
Name: {
|
|
1815
|
+
kind: "property",
|
|
1816
|
+
type: () => {
|
|
1817
|
+
return System.String;
|
|
1818
|
+
},
|
|
1819
|
+
isNullable: true
|
|
1820
|
+
}
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
1823
|
+
FileSystemEventHandler: {
|
|
1824
|
+
kind: "generic",
|
|
1825
|
+
members: {
|
|
1826
|
+
FileSystemEventHandler: {
|
|
1827
|
+
kind: "method",
|
|
1828
|
+
methodKind: "constructor"
|
|
1829
|
+
},
|
|
1830
|
+
Invoke: {
|
|
1831
|
+
kind: "method",
|
|
1832
|
+
methodKind: "ordinary",
|
|
1833
|
+
isVirtual: true
|
|
1834
|
+
},
|
|
1835
|
+
BeginInvoke: {
|
|
1836
|
+
kind: "method",
|
|
1837
|
+
methodKind: "ordinary",
|
|
1838
|
+
isVirtual: true
|
|
1839
|
+
},
|
|
1840
|
+
EndInvoke: {
|
|
1841
|
+
kind: "method",
|
|
1842
|
+
methodKind: "ordinary",
|
|
1843
|
+
isVirtual: true
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1846
|
+
},
|
|
1594
1847
|
FileSystemInfo: {
|
|
1595
1848
|
kind: "class",
|
|
1596
1849
|
members: {
|
|
@@ -1717,6 +1970,108 @@ const IO = createLibrary("System.IO", {
|
|
|
1717
1970
|
},
|
|
1718
1971
|
isAbstract: true
|
|
1719
1972
|
},
|
|
1973
|
+
FileSystemWatcher: {
|
|
1974
|
+
kind: "class",
|
|
1975
|
+
members: {
|
|
1976
|
+
FileSystemWatcher: {
|
|
1977
|
+
kind: "method",
|
|
1978
|
+
methodKind: "constructor"
|
|
1979
|
+
},
|
|
1980
|
+
BeginInit: {
|
|
1981
|
+
kind: "method",
|
|
1982
|
+
methodKind: "ordinary"
|
|
1983
|
+
},
|
|
1984
|
+
Dispose: {
|
|
1985
|
+
kind: "method",
|
|
1986
|
+
methodKind: "ordinary",
|
|
1987
|
+
isOverride: true
|
|
1988
|
+
},
|
|
1989
|
+
EndInit: {
|
|
1990
|
+
kind: "method",
|
|
1991
|
+
methodKind: "ordinary"
|
|
1992
|
+
},
|
|
1993
|
+
OnChanged: {
|
|
1994
|
+
kind: "method",
|
|
1995
|
+
methodKind: "ordinary"
|
|
1996
|
+
},
|
|
1997
|
+
OnCreated: {
|
|
1998
|
+
kind: "method",
|
|
1999
|
+
methodKind: "ordinary"
|
|
2000
|
+
},
|
|
2001
|
+
OnDeleted: {
|
|
2002
|
+
kind: "method",
|
|
2003
|
+
methodKind: "ordinary"
|
|
2004
|
+
},
|
|
2005
|
+
OnError: {
|
|
2006
|
+
kind: "method",
|
|
2007
|
+
methodKind: "ordinary"
|
|
2008
|
+
},
|
|
2009
|
+
OnRenamed: {
|
|
2010
|
+
kind: "method",
|
|
2011
|
+
methodKind: "ordinary"
|
|
2012
|
+
},
|
|
2013
|
+
WaitForChanged: {
|
|
2014
|
+
kind: "method",
|
|
2015
|
+
methodKind: "ordinary"
|
|
2016
|
+
},
|
|
2017
|
+
EnableRaisingEvents: {
|
|
2018
|
+
kind: "property",
|
|
2019
|
+
type: () => {
|
|
2020
|
+
return System.Boolean;
|
|
2021
|
+
}
|
|
2022
|
+
},
|
|
2023
|
+
Filter: {
|
|
2024
|
+
kind: "property",
|
|
2025
|
+
type: () => {
|
|
2026
|
+
return System.String;
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2029
|
+
Filters: {
|
|
2030
|
+
kind: "property",
|
|
2031
|
+
type: () => {
|
|
2032
|
+
return ObjectModel.Collection;
|
|
2033
|
+
}
|
|
2034
|
+
},
|
|
2035
|
+
IncludeSubdirectories: {
|
|
2036
|
+
kind: "property",
|
|
2037
|
+
type: () => {
|
|
2038
|
+
return System.Boolean;
|
|
2039
|
+
}
|
|
2040
|
+
},
|
|
2041
|
+
InternalBufferSize: {
|
|
2042
|
+
kind: "property",
|
|
2043
|
+
type: () => {
|
|
2044
|
+
return System.Int32;
|
|
2045
|
+
}
|
|
2046
|
+
},
|
|
2047
|
+
NotifyFilter: {
|
|
2048
|
+
kind: "property",
|
|
2049
|
+
type: () => {
|
|
2050
|
+
return IO.NotifyFilters;
|
|
2051
|
+
}
|
|
2052
|
+
},
|
|
2053
|
+
Path: {
|
|
2054
|
+
kind: "property",
|
|
2055
|
+
type: () => {
|
|
2056
|
+
return System.String;
|
|
2057
|
+
}
|
|
2058
|
+
},
|
|
2059
|
+
Site: {
|
|
2060
|
+
kind: "property",
|
|
2061
|
+
type: () => {
|
|
2062
|
+
return ComponentModel.ISite;
|
|
2063
|
+
},
|
|
2064
|
+
isOverride: true
|
|
2065
|
+
},
|
|
2066
|
+
SynchronizingObject: {
|
|
2067
|
+
kind: "property",
|
|
2068
|
+
type: () => {
|
|
2069
|
+
return ComponentModel.ISynchronizeInvoke;
|
|
2070
|
+
},
|
|
2071
|
+
isNullable: true
|
|
2072
|
+
}
|
|
2073
|
+
}
|
|
2074
|
+
},
|
|
1720
2075
|
HandleInheritability: {
|
|
1721
2076
|
kind: "enum",
|
|
1722
2077
|
members: {
|
|
@@ -1743,6 +2098,15 @@ const IO = createLibrary("System.IO", {
|
|
|
1743
2098
|
}
|
|
1744
2099
|
}
|
|
1745
2100
|
},
|
|
2101
|
+
InternalBufferOverflowException: {
|
|
2102
|
+
kind: "class",
|
|
2103
|
+
members: {
|
|
2104
|
+
InternalBufferOverflowException: {
|
|
2105
|
+
kind: "method",
|
|
2106
|
+
methodKind: "constructor"
|
|
2107
|
+
}
|
|
2108
|
+
}
|
|
2109
|
+
},
|
|
1746
2110
|
InvalidDataException: {
|
|
1747
2111
|
kind: "class",
|
|
1748
2112
|
members: {
|
|
@@ -1949,6 +2313,59 @@ const IO = createLibrary("System.IO", {
|
|
|
1949
2313
|
}
|
|
1950
2314
|
}
|
|
1951
2315
|
},
|
|
2316
|
+
NotifyFilters: {
|
|
2317
|
+
kind: "enum",
|
|
2318
|
+
members: {
|
|
2319
|
+
FileName: {
|
|
2320
|
+
kind: "field",
|
|
2321
|
+
type: () => {
|
|
2322
|
+
return IO.NotifyFilters;
|
|
2323
|
+
}
|
|
2324
|
+
},
|
|
2325
|
+
DirectoryName: {
|
|
2326
|
+
kind: "field",
|
|
2327
|
+
type: () => {
|
|
2328
|
+
return IO.NotifyFilters;
|
|
2329
|
+
}
|
|
2330
|
+
},
|
|
2331
|
+
Attributes: {
|
|
2332
|
+
kind: "field",
|
|
2333
|
+
type: () => {
|
|
2334
|
+
return IO.NotifyFilters;
|
|
2335
|
+
}
|
|
2336
|
+
},
|
|
2337
|
+
Size: {
|
|
2338
|
+
kind: "field",
|
|
2339
|
+
type: () => {
|
|
2340
|
+
return IO.NotifyFilters;
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
2343
|
+
LastWrite: {
|
|
2344
|
+
kind: "field",
|
|
2345
|
+
type: () => {
|
|
2346
|
+
return IO.NotifyFilters;
|
|
2347
|
+
}
|
|
2348
|
+
},
|
|
2349
|
+
LastAccess: {
|
|
2350
|
+
kind: "field",
|
|
2351
|
+
type: () => {
|
|
2352
|
+
return IO.NotifyFilters;
|
|
2353
|
+
}
|
|
2354
|
+
},
|
|
2355
|
+
CreationTime: {
|
|
2356
|
+
kind: "field",
|
|
2357
|
+
type: () => {
|
|
2358
|
+
return IO.NotifyFilters;
|
|
2359
|
+
}
|
|
2360
|
+
},
|
|
2361
|
+
Security: {
|
|
2362
|
+
kind: "field",
|
|
2363
|
+
type: () => {
|
|
2364
|
+
return IO.NotifyFilters;
|
|
2365
|
+
}
|
|
2366
|
+
}
|
|
2367
|
+
}
|
|
2368
|
+
},
|
|
1952
2369
|
Path: {
|
|
1953
2370
|
kind: "class",
|
|
1954
2371
|
members: {
|
|
@@ -2155,6 +2572,52 @@ const IO = createLibrary("System.IO", {
|
|
|
2155
2572
|
},
|
|
2156
2573
|
isStatic: true
|
|
2157
2574
|
},
|
|
2575
|
+
RenamedEventArgs: {
|
|
2576
|
+
kind: "class",
|
|
2577
|
+
members: {
|
|
2578
|
+
RenamedEventArgs: {
|
|
2579
|
+
kind: "method",
|
|
2580
|
+
methodKind: "constructor"
|
|
2581
|
+
},
|
|
2582
|
+
OldFullPath: {
|
|
2583
|
+
kind: "property",
|
|
2584
|
+
type: () => {
|
|
2585
|
+
return System.String;
|
|
2586
|
+
}
|
|
2587
|
+
},
|
|
2588
|
+
OldName: {
|
|
2589
|
+
kind: "property",
|
|
2590
|
+
type: () => {
|
|
2591
|
+
return System.String;
|
|
2592
|
+
},
|
|
2593
|
+
isNullable: true
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2597
|
+
RenamedEventHandler: {
|
|
2598
|
+
kind: "generic",
|
|
2599
|
+
members: {
|
|
2600
|
+
RenamedEventHandler: {
|
|
2601
|
+
kind: "method",
|
|
2602
|
+
methodKind: "constructor"
|
|
2603
|
+
},
|
|
2604
|
+
Invoke: {
|
|
2605
|
+
kind: "method",
|
|
2606
|
+
methodKind: "ordinary",
|
|
2607
|
+
isVirtual: true
|
|
2608
|
+
},
|
|
2609
|
+
BeginInvoke: {
|
|
2610
|
+
kind: "method",
|
|
2611
|
+
methodKind: "ordinary",
|
|
2612
|
+
isVirtual: true
|
|
2613
|
+
},
|
|
2614
|
+
EndInvoke: {
|
|
2615
|
+
kind: "method",
|
|
2616
|
+
methodKind: "ordinary",
|
|
2617
|
+
isVirtual: true
|
|
2618
|
+
}
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2158
2621
|
SearchOption: {
|
|
2159
2622
|
kind: "enum",
|
|
2160
2623
|
members: {
|
|
@@ -2963,6 +3426,103 @@ const IO = createLibrary("System.IO", {
|
|
|
2963
3426
|
}
|
|
2964
3427
|
}
|
|
2965
3428
|
},
|
|
3429
|
+
UnmanagedMemoryAccessor: {
|
|
3430
|
+
kind: "class",
|
|
3431
|
+
members: {
|
|
3432
|
+
UnmanagedMemoryAccessor: {
|
|
3433
|
+
kind: "method",
|
|
3434
|
+
methodKind: "constructor"
|
|
3435
|
+
},
|
|
3436
|
+
Dispose: {
|
|
3437
|
+
kind: "method",
|
|
3438
|
+
methodKind: "ordinary"
|
|
3439
|
+
},
|
|
3440
|
+
Initialize: {
|
|
3441
|
+
kind: "method",
|
|
3442
|
+
methodKind: "ordinary"
|
|
3443
|
+
},
|
|
3444
|
+
ReadBoolean: {
|
|
3445
|
+
kind: "method",
|
|
3446
|
+
methodKind: "ordinary"
|
|
3447
|
+
},
|
|
3448
|
+
ReadByte: {
|
|
3449
|
+
kind: "method",
|
|
3450
|
+
methodKind: "ordinary"
|
|
3451
|
+
},
|
|
3452
|
+
ReadChar: {
|
|
3453
|
+
kind: "method",
|
|
3454
|
+
methodKind: "ordinary"
|
|
3455
|
+
},
|
|
3456
|
+
ReadDecimal: {
|
|
3457
|
+
kind: "method",
|
|
3458
|
+
methodKind: "ordinary"
|
|
3459
|
+
},
|
|
3460
|
+
ReadDouble: {
|
|
3461
|
+
kind: "method",
|
|
3462
|
+
methodKind: "ordinary"
|
|
3463
|
+
},
|
|
3464
|
+
ReadInt16: {
|
|
3465
|
+
kind: "method",
|
|
3466
|
+
methodKind: "ordinary"
|
|
3467
|
+
},
|
|
3468
|
+
ReadInt32: {
|
|
3469
|
+
kind: "method",
|
|
3470
|
+
methodKind: "ordinary"
|
|
3471
|
+
},
|
|
3472
|
+
ReadInt64: {
|
|
3473
|
+
kind: "method",
|
|
3474
|
+
methodKind: "ordinary"
|
|
3475
|
+
},
|
|
3476
|
+
ReadSByte: {
|
|
3477
|
+
kind: "method",
|
|
3478
|
+
methodKind: "ordinary"
|
|
3479
|
+
},
|
|
3480
|
+
ReadSingle: {
|
|
3481
|
+
kind: "method",
|
|
3482
|
+
methodKind: "ordinary"
|
|
3483
|
+
},
|
|
3484
|
+
ReadUInt16: {
|
|
3485
|
+
kind: "method",
|
|
3486
|
+
methodKind: "ordinary"
|
|
3487
|
+
},
|
|
3488
|
+
ReadUInt32: {
|
|
3489
|
+
kind: "method",
|
|
3490
|
+
methodKind: "ordinary"
|
|
3491
|
+
},
|
|
3492
|
+
ReadUInt64: {
|
|
3493
|
+
kind: "method",
|
|
3494
|
+
methodKind: "ordinary"
|
|
3495
|
+
},
|
|
3496
|
+
Write: {
|
|
3497
|
+
kind: "method",
|
|
3498
|
+
methodKind: "ordinary"
|
|
3499
|
+
},
|
|
3500
|
+
CanRead: {
|
|
3501
|
+
kind: "property",
|
|
3502
|
+
type: () => {
|
|
3503
|
+
return System.Boolean;
|
|
3504
|
+
}
|
|
3505
|
+
},
|
|
3506
|
+
CanWrite: {
|
|
3507
|
+
kind: "property",
|
|
3508
|
+
type: () => {
|
|
3509
|
+
return System.Boolean;
|
|
3510
|
+
}
|
|
3511
|
+
},
|
|
3512
|
+
Capacity: {
|
|
3513
|
+
kind: "property",
|
|
3514
|
+
type: () => {
|
|
3515
|
+
return System.Int64;
|
|
3516
|
+
}
|
|
3517
|
+
},
|
|
3518
|
+
IsOpen: {
|
|
3519
|
+
kind: "property",
|
|
3520
|
+
type: () => {
|
|
3521
|
+
return System.Boolean;
|
|
3522
|
+
}
|
|
3523
|
+
}
|
|
3524
|
+
}
|
|
3525
|
+
},
|
|
2966
3526
|
UnmanagedMemoryStream: {
|
|
2967
3527
|
kind: "class",
|
|
2968
3528
|
members: {
|
|
@@ -3077,6 +3637,76 @@ const IO = createLibrary("System.IO", {
|
|
|
3077
3637
|
}
|
|
3078
3638
|
}
|
|
3079
3639
|
}
|
|
3640
|
+
},
|
|
3641
|
+
WaitForChangedResult: {
|
|
3642
|
+
kind: "struct",
|
|
3643
|
+
members: {
|
|
3644
|
+
ChangeType: {
|
|
3645
|
+
kind: "property",
|
|
3646
|
+
type: () => {
|
|
3647
|
+
return IO.WatcherChangeTypes;
|
|
3648
|
+
},
|
|
3649
|
+
isReadOnly: true
|
|
3650
|
+
},
|
|
3651
|
+
Name: {
|
|
3652
|
+
kind: "property",
|
|
3653
|
+
type: () => {
|
|
3654
|
+
return System.String;
|
|
3655
|
+
},
|
|
3656
|
+
isNullable: true,
|
|
3657
|
+
isReadOnly: true
|
|
3658
|
+
},
|
|
3659
|
+
OldName: {
|
|
3660
|
+
kind: "property",
|
|
3661
|
+
type: () => {
|
|
3662
|
+
return System.String;
|
|
3663
|
+
},
|
|
3664
|
+
isNullable: true,
|
|
3665
|
+
isReadOnly: true
|
|
3666
|
+
},
|
|
3667
|
+
TimedOut: {
|
|
3668
|
+
kind: "property",
|
|
3669
|
+
type: () => {
|
|
3670
|
+
return System.Boolean;
|
|
3671
|
+
},
|
|
3672
|
+
isReadOnly: true
|
|
3673
|
+
}
|
|
3674
|
+
}
|
|
3675
|
+
},
|
|
3676
|
+
WatcherChangeTypes: {
|
|
3677
|
+
kind: "enum",
|
|
3678
|
+
members: {
|
|
3679
|
+
Created: {
|
|
3680
|
+
kind: "field",
|
|
3681
|
+
type: () => {
|
|
3682
|
+
return IO.WatcherChangeTypes;
|
|
3683
|
+
}
|
|
3684
|
+
},
|
|
3685
|
+
Deleted: {
|
|
3686
|
+
kind: "field",
|
|
3687
|
+
type: () => {
|
|
3688
|
+
return IO.WatcherChangeTypes;
|
|
3689
|
+
}
|
|
3690
|
+
},
|
|
3691
|
+
Changed: {
|
|
3692
|
+
kind: "field",
|
|
3693
|
+
type: () => {
|
|
3694
|
+
return IO.WatcherChangeTypes;
|
|
3695
|
+
}
|
|
3696
|
+
},
|
|
3697
|
+
Renamed: {
|
|
3698
|
+
kind: "field",
|
|
3699
|
+
type: () => {
|
|
3700
|
+
return IO.WatcherChangeTypes;
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3703
|
+
All: {
|
|
3704
|
+
kind: "field",
|
|
3705
|
+
type: () => {
|
|
3706
|
+
return IO.WatcherChangeTypes;
|
|
3707
|
+
}
|
|
3708
|
+
}
|
|
3709
|
+
}
|
|
3080
3710
|
}
|
|
3081
3711
|
});
|
|
3082
3712
|
export default IO;
|