Effect.Disassemble Method |
Language: |
Disassembles an effect.
Visual Basic Public Function Disassemble( _
ByVal enableColorCode As Boolean _
) As StringC# public string Disassemble(
bool enableColorCode
);C++ public:
String^ Disassemble(
bool enableColorCode
);JScript public function Disassemble(
enableColorCode : boolean
) : String;
enableColorCode System.Boolean
Set to true to enable color coding to make the disassembly easier to read. Set to false for no color coding.
System.String
A string that contains the disassembled effect.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value. InvalidDataException The data is invalid. OutOfMemoryException Microsoft Direct3D could not allocate sufficient memory to complete the call.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.