PropertyMethodInfo Constructor |
Constructor.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic PropertyMethodInfo(
MethodInfo method,
Object instance,
PropertyAttribute attribute
)
Public Sub New (
method As MethodInfo,
instance As Object,
attribute As PropertyAttribute
)
public:
PropertyMethodInfo(
MethodInfo^ method,
Object^ instance,
PropertyAttribute^ attribute
)
Parameters
- method
- Type: System.ReflectionMethodInfo
The .NET method info. - instance
- Type: SystemObject
The host object that contains the given method. - attribute
- Type: MFiles.VAF.CommonPropertyAttribute
The property attribute.
See Also