Language
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the device uses executable buffers from video memory.
Definition
Visual Basic Public ReadOnly Property SupportsExecuteVideoMemory As Boolean C# public bool SupportsExecuteVideoMemory { get; } C++ public:
property bool SupportsExecuteVideoMemory {
bool get();
}JScript public function get SupportsExecuteVideoMemory() : boolean
Property Value
System.Boolean
Value that is true if the device uses executable buffers from video memory, or false if it cannot.This property is read-only.