Click or drag to resize
KernelConfigurationViewAddKeyValue Method (String, String, Boolean)

[Missing <summary> documentation for "M:X3Platform.Configuration.KernelConfigurationView.AddKeyValue(System.String,System.String,System.Boolean)"]

Namespace: X3Platform.Configuration
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public void AddKeyValue(
	string name,
	string value,
	bool forceUpdate
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:X3Platform.Configuration.KernelConfigurationView.AddKeyValue(System.String,System.String,System.Boolean)"]

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:X3Platform.Configuration.KernelConfigurationView.AddKeyValue(System.String,System.String,System.Boolean)"]

forceUpdate
Type: SystemBoolean
强制更新

Return Value

Type: 
See Also