Class Context
Holds static factory dependencies for memory mapped data structures,
used throughout the runtime system.
Inheritance
System.Object
Context
Namespace: Mars.Common.IO.Mapped
Assembly: Mars.IO.dll
Syntax
public static class Context : object
Remarks
Default implementations are all portable, but they may be overridden by
the application to provide optimized non-portable variants.
Properties
ArrayFactory
The IArrayFactory used to create large arrays.
Declaration
public static IArrayFactory ArrayFactory { get; }
Property Value
Type | Description |
---|---|
IArrayFactory |