StateMethodInfo Constructor

Constructor.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public StateMethodInfo(
	MethodInfo method,
	Object instance,
	StateAttribute attribute
)

Parameters

method  MethodInfo
The .NET method info.
instance  Object
The host object that contains the method.
attribute  StateAttribute
The state attribute.

See Also