DebugSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains debugger script and script file information.
public ref class DebugSource sealed
public sealed class DebugSource
type DebugSource = class
Public NotInheritable Class DebugSource
- Inheritance
-
DebugSource
Constructors
DebugSource(String, String, String) |
Constructor. |
Properties
Script |
Full script. |
ScriptFile |
Script file for script or null. |
XamlDefinition |
Xaml definition for Workflow script or null. |