UNPKG

@tsonic/dotnet

Version:

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

19 lines (15 loc) 1.58 kB
// Generated by tsbindgen - Architecture // Namespace: System.Runtime.InteropServices.ObjectiveC // Facade - Public API Surface // Import internal declarations import * as Internal from './System.Runtime.InteropServices.ObjectiveC/internal/index.js'; // Cross-namespace type imports for constraints import type { MethodInfo } from './System.Reflection/internal/index.js'; import type { GCHandle } from './System.Runtime.InteropServices/internal/index.js'; import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js'; import type { AsyncCallback, Attribute, Boolean as ClrBoolean, Delegate, Enum, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, RuntimeMethodHandle, Span_1, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js'; // Public API exports (curated - no internal $instance/$views leakage) export { ObjectiveCMarshal$instance as ObjectiveCMarshal } from './System.Runtime.InteropServices.ObjectiveC/internal/index.js'; export type ObjectiveCMarshal_UnhandledExceptionPropagationHandler = Internal.ObjectiveCMarshal_UnhandledExceptionPropagationHandler; export { ObjectiveCMarshal_MessageSendFunction as ObjectiveCMarshal_MessageSendFunction } from './System.Runtime.InteropServices.ObjectiveC/internal/index.js'; export { ObjectiveCTrackedTypeAttribute as ObjectiveCTrackedTypeAttribute } from './System.Runtime.InteropServices.ObjectiveC/internal/index.js';