@tsonic/dotnet-pure
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming
18 lines (14 loc) • 1.13 kB
TypeScript
// Generated by tsbindgen - Architecture
// Namespace: System.Runtime.Loader
// Facade - Public API Surface
// Import internal declarations
import * as Internal from './System.Runtime.Loader/internal/index.js';
// Cross-namespace type imports for constraints
import type { IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
import type { Stream } from './System.IO/internal/index.js';
import type { Assembly, AssemblyName } from './System.Reflection/internal/index.js';
import type { Action_1, Boolean as ClrBoolean, Func_3, IDisposable, Int32, IntPtr, Object as ClrObject, String as ClrString, Type, ValueType, Void } from './System/internal/index.js';
// Public API exports (curated - no internal $instance/$views leakage)
export { AssemblyLoadContext as AssemblyLoadContext } from './System.Runtime.Loader/internal/index.js';
export { AssemblyLoadContext_ContextualReflectionScope as AssemblyLoadContext_ContextualReflectionScope } from './System.Runtime.Loader/internal/index.js';
export { AssemblyDependencyResolver as AssemblyDependencyResolver } from './System.Runtime.Loader/internal/index.js';