Click or drag to resize

ManageMemory Class

Command to manage the image memory limit and/or the swap file path.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.Commands.ResourcesManageMemory

Namespace:  MediaCy.Commands.Resources
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class ManageMemory
	Inherits BaseCommand

The ManageMemory type exposes the following members.

Constructors
  NameDescription
Public methodManageMemory
Initializes a new instance of the ManageMemory class
Public methodManageMemory(McCommand)
Initializes a new instance of the ManageMemory class
Top
Properties
  NameDescription
Public propertyMemoryLimit
Public propertySwapFileFolder
Top
Remarks
See also Application.ResourceManager
See Also