IniFileEntry Constructor | regdiff Code Documentation |
Create a new key/value assignment pair
Namespace: com.tikumo.regis3.iniAssembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
Parameters
- name
- Type: System String
Name of the value
- data
- Type: System String
Data of the value (can be null if options permit)
- comment
- Type: System String
Optional comment (can be null)
See Also