RegValueEntry.SetEscapedIntValue Method

tikumo.regis3

RegValueEntry SetEscapedIntValue Method regdiff Code Documentation
Define an escaped integer value. If you're reading .REG files and you use the RegEnvReplace class to replace content with variables at runtime, you can specify something like this: "SomeValue"=dword:$$VARIABLE$$

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

Syntax

public void SetEscapedIntValue(
	string value
)
public void SetEscapedIntValue(
	string value
)

Parameters

value
Type: OnlineSystem String
Name of the escaped int variable
See Also