Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 633 Bytes

File metadata and controls

29 lines (27 loc) · 633 Bytes

OZORegistryKeyValue Class

This class is part of the OZORegistry PowerShell Module.

Usage

This class defined for internal use.

Definition

Associations

+ $Name:String = $null
+ $Type:String = $null

<<Dynamic>>
+ $Data:Byte[]
+ $Data:Int32
+ $Data:String
+ $Data:String[]
+ $Data:Int64

Operations

+ OZORegistryKeyValue($Value:String,$Data:Byte[]):Void
+ OZORegistryKeyValue($Value:String,$Data:Int32):Void
+ OZORegistryKeyValue($Value:String,$Data:String):Void
+ OZORegistryKeyValue($Value:String,$Data:String[]):Void
+ OZORegistryKeyValue($Value:String,$Data:Int64[]):Void