UseAutoShutdown Property
Configures VisualXccelerator Engine to shut down when there is no renderer instance that uses it. This can be useful in order to reduce memory usage. When False, VisualXccelerator Engine will shut down when the finalizer is called.
Syntax
public static bool UseAutoShutdown {get; set;}

Property Value

FalseTrue
Remarks
This property is set to True by default.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also