DebugRecord Constructors
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.
Overloads
DebugRecord(PSObject) | |
DebugRecord(String) |
DebugRecord(PSObject)
public:
DebugRecord(System::Management::Automation::PSObject ^ record);
public DebugRecord (System.Management.Automation.PSObject record);
new System.Management.Automation.DebugRecord : System.Management.Automation.PSObject -> System.Management.Automation.DebugRecord
Public Sub New (record As PSObject)
Parameters
- record
- PSObject
Applies to
DebugRecord(String)
public:
DebugRecord(System::String ^ message);
public:
DebugRecord(Platform::String ^ message);
DebugRecord(std::wstring const & message);
public DebugRecord (string message);
new System.Management.Automation.DebugRecord : string -> System.Management.Automation.DebugRecord
Public Sub New (message As String)
Parameters
- message
- String