InitializationFileWrite Method (String, String, Object, Type)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Rage.InitializationFile.Write(System.String,System.String,System.Object,System.Type)"]

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

[ObsoleteAttribute]
public void Write(
	string sectionName,
	string keyName,
	Object value,
	Type type
)

Parameters

sectionName
Type: SystemString

[Missing <param name="sectionName"/> documentation for "M:Rage.InitializationFile.Write(System.String,System.String,System.Object,System.Type)"]

keyName
Type: SystemString

[Missing <param name="keyName"/> documentation for "M:Rage.InitializationFile.Write(System.String,System.String,System.Object,System.Type)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Rage.InitializationFile.Write(System.String,System.String,System.Object,System.Type)"]

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Rage.InitializationFile.Write(System.String,System.String,System.Object,System.Type)"]

See Also

Reference