MWArrayNativeGCEnabled Property |
Static property representing the native array GC enabled flag.
Namespace: MathWorks.MATLAB.NET.ArraysAssembly: MWArray (in MWArray.dll) Version: 2.24.1.0 (2.24.1.0)
Syntax public static bool NativeGCEnabled { get; set; }
Property Value
Type:
BooleanRemarks
If the native array GC is enabled, a CLR garbage collection will take place transparently as required
to remove instances of the MWArray class or one of its derived types that are no longer
being referenced. This includes unmanaged memory allocated through explicit creation of MWArray
types, as well as implicit instantiation of an MWArray via an implicit cast.
See Also