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