CodePropertyData Constructors

Definition

Overloads

CodePropertyData(String, MethodInfo)

Initialize the CodePropertyData as a read only property.

CodePropertyData(String, MethodInfo, MethodInfo)

CodePropertyData constructor.

CodePropertyData(String, MethodInfo)

Initialize the CodePropertyData as a read only property.

C++
public:
 CodePropertyData(System::String ^ name, System::Reflection::MethodInfo ^ getMethod);

Parameters

name
String
getMethod
MethodInfo

Applies to

PowerShell SDK 7.4.0 otras versiones
Producto Versiones
PowerShell SDK 7.2.0, 7.3.0, 7.4.0
Windows PowerShell 5.1.0.0

CodePropertyData(String, MethodInfo, MethodInfo)

CodePropertyData constructor.

C++
public:
 CodePropertyData(System::String ^ name, System::Reflection::MethodInfo ^ getMethod, System::Reflection::MethodInfo ^ setMethod);

Parameters

name
String
getMethod
MethodInfo
setMethod
MethodInfo

Applies to

PowerShell SDK 7.4.0 otras versiones
Producto Versiones
PowerShell SDK 7.2.0, 7.3.0, 7.4.0
Windows PowerShell 5.1.0.0