DebugSource(String, String, String) Constructor

Definition

Constructor.

public:
 DebugSource(System::String ^ script, System::String ^ scriptFile, System::String ^ xamlDefinition);
public:
 DebugSource(Platform::String ^ script, Platform::String ^ scriptFile, Platform::String ^ xamlDefinition);
 DebugSource(std::wstring const & script, std::wstring const & scriptFile, std::wstring const & xamlDefinition);
public DebugSource (string script, string scriptFile, string xamlDefinition);
new System.Management.Automation.DebugSource : string * string * string -> System.Management.Automation.DebugSource
Public Sub New (script As String, scriptFile As String, xamlDefinition As String)

Parameters

script
String

Script text

scriptFile
String

Script file

xamlDefinition
String

Xaml definition

Applies to