Scope Constructor NFX Class Library

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

Initializes a new instance of the Scope class

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Scope(
	string name = null,
	bool log = false,
	string logText = null,
	string logTopic = null,
	Nullable<MessageType> logMsgType = null,
	Action onExit = null,
	bool measureTime = false,
	int stackFrameOffset = 2
)
See Also