Click or drag to resize

MPContextFakerSetGlobalVariable Method

Allows to set a global MatchPoint variable which can be used within expressions. Useful if you have expressions which access (global) variables which would otherwise not be defined.

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public void SetGlobalVariable(
	string name,
	Object value
)

Parameters

name
Type: SystemString
value
Type: SystemObject
See Also