RegValue Constructor

Creates new object representing a registry value.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public RegValue(
	string valueName,
	uint valueType,
	byte[] valueBuffer
)

Parameters

valueName  String
The name of the value.
valueType  UInt32
The type of the value.
valueBuffer  Byte
The actual value.

See Also