.NET Matrix Library
NmlConfiguration Class Members
See Also  Properties  Methods  Send Feedback


The following tables list the members exposed by NmlConfiguration.

Public Properties

 NameDescription
public Propertystatic (Shared in Visual Basic)DynamicThreadsDefines whether NML is allowed to dynamically change the number of threads used at runtime.  
public Propertystatic (Shared in Visual Basic)TotalMemoryReturns the total amount of unmanaged memory that is used by all objects of .NET Matrix Library.  
Top

Public Methods

 NameDescription
public MethodDisposeReleases all the resources used by the NmlConfiguration object.  
public Methodstatic (Shared in Visual Basic)FreeBuffersForces immediate release of temporary memory buffers which would normally be freed on application exit.  
public Methodstatic (Shared in Visual Basic)GetMaxThreadsReturns the number of threads that NML is going to use.  
public Methodstatic (Shared in Visual Basic)SetNumThreadsSuggests the number of threads that should be used.  
Top

See Also

.NET Matrix Library