@tsonic/dotnet-pure
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming
24 lines (20 loc) • 1.83 kB
TypeScript
// Generated by tsbindgen - Architecture
// Namespace: Microsoft.CSharp.RuntimeBinder
// Facade - Public API Surface
// Import internal declarations
import * as Internal from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
// Cross-namespace type imports for constraints
import type { IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
import type { IDictionary } from './System.Collections/internal/index.js';
import type { ExpressionType } from './System.Linq.Expressions/internal/index.js';
import type { MethodBase } from './System.Reflection/internal/index.js';
import type { CallSiteBinder } from './System.Runtime.CompilerServices/internal/index.js';
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
import type { Boolean as ClrBoolean, Enum, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
// Public API exports (curated - no internal $instance/$views leakage)
export { Binder$instance as Binder } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
export { CSharpArgumentInfo as CSharpArgumentInfo } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
export { CSharpArgumentInfoFlags as CSharpArgumentInfoFlags } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
export { CSharpBinderFlags as CSharpBinderFlags } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
export { RuntimeBinderException as RuntimeBinderException } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
export { RuntimeBinderInternalCompilerException as RuntimeBinderInternalCompilerException } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';