Manager.DisableD3DSpy() Method (Microsoft.DirectX.Direct3D)
Blocks D3DSpy from monitoring an application.
Definition
Visual Basic Public Shared Function DisableD3DSpy() As Boolean C# public static bool DisableD3DSpy(); C++ public:
static bool DisableD3DSpy();JScript public static function DisableD3DSpy() : boolean;
Return Value
System.Boolean
Returns true if D3DSpy is monitoring this application; otherwise, false.
Remarks
D3DSpy is a utility that monitors function calls to the Microsoft Direct3D application programming interface (API), and shows a representation of Direct3D's internal state. This is valuable when writing a Direct3D program, or when trying to understand why a program is behaving as it is.