RegValueEntry.SetBinaryType Method

tikumo.regis3

RegValueEntry SetBinaryType Method regdiff Code Documentation
Given hex-encoded binary data, set a blob type

Namespace: com.tikumo.regis3
Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)

Syntax

public void SetBinaryType(
	RegValueEntryKind kind,
	byte[] bytes
)
public void SetBinaryType(
	RegValueEntryKind kind,
	byte[] bytes
)

Parameters

kind
Type: com.tikumo.regis3 RegValueEntryKind
Type of registry entry
bytes
Type:  OnlineSystem Byte 
Byte representation of the data
See Also