IGlobalsSetVar Method

KeyToKey側の変数に値を代入します。 変数が存在しない場合は変数を作成します。

Namespace:  KeyToKey.Plugins
Assembly:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void SetVar(
	string name,
	Object value
)

Parameters

name
Type: SystemString
変数名
value
Type: SystemObject
See Also