VerboseRecord Constructors

Definition

Overloads

VerboseRecord(PSObject)
VerboseRecord(String)

VerboseRecord(PSObject)

public:
 VerboseRecord(System::Management::Automation::PSObject ^ record);
public VerboseRecord (System.Management.Automation.PSObject record);
new System.Management.Automation.VerboseRecord : System.Management.Automation.PSObject -> System.Management.Automation.VerboseRecord
Public Sub New (record As PSObject)

Parameters

record
PSObject

Applies to

VerboseRecord(String)

public:
 VerboseRecord(System::String ^ message);
public:
 VerboseRecord(Platform::String ^ message);
 VerboseRecord(std::wstring const & message);
public VerboseRecord (string message);
new System.Management.Automation.VerboseRecord : string -> System.Management.Automation.VerboseRecord
Public Sub New (message As String)

Parameters

message
String

Applies to