StateMethodInfo Constructor
Constructor.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
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.