CommonRunspaceCommandBase.SetDebugPreferenceHelper Method

Definition

SetDebugPreferenceHelper is a helper method used to enable/disable debug preference.

protected:
 void SetDebugPreferenceHelper(System::String ^ processName, cli::array <System::String ^> ^ appDomainName, bool enable, System::String ^ fullyQualifiedErrorId);

Parameters

processName
String

Process Name.

appDomainName
String[]

App Domain Name.

enable
Boolean

Indicates if debug preference has to be enabled or disabled.

fullyQualifiedErrorId
String

FullyQualifiedErrorId to be used on error.

Applies to