UNPKG

@tsonic/dotnet

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library)

25 lines (21 loc) 2.07 kB
// Generated by tsbindgen - Architecture // Namespace: System.IO.IsolatedStorage // Facade - Public API Surface // Import internal declarations import * as Internal from './System.IO.IsolatedStorage/internal/index.js'; // Cross-namespace type imports for constraints import type { SafeFileHandle } from './Microsoft.Win32.SafeHandles/internal/index.js'; import type { IDictionary, IEnumerator } from './System.Collections/internal/index.js'; import type { FileAccess, FileMode, FileShare, FileStream, SeekOrigin, Stream } from './System.IO/internal/index.js'; import type { MethodBase } from './System.Reflection/internal/index.js'; import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js'; import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js'; import type { CancellationToken } from './System.Threading/internal/index.js'; import type { AsyncCallback, Boolean as ClrBoolean, Byte, DateTimeOffset, Enum, Exception, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MarshalByRefObject, Memory_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, Type, TypeCode, UInt64, Void } from './System/internal/index.js'; // Public API exports (curated - no internal $instance/$views leakage) export { IsolatedStorageException as IsolatedStorageException } from './System.IO.IsolatedStorage/internal/index.js'; export { IsolatedStorageFile as IsolatedStorageFile } from './System.IO.IsolatedStorage/internal/index.js'; export { IsolatedStorageFileStream as IsolatedStorageFileStream } from './System.IO.IsolatedStorage/internal/index.js'; export { IsolatedStorage as IsolatedStorage } from './System.IO.IsolatedStorage/internal/index.js'; export { IsolatedStorageScope as IsolatedStorageScope } from './System.IO.IsolatedStorage/internal/index.js'; export type INormalizeForIsolatedStorage = Internal.INormalizeForIsolatedStorage;