Click or drag to resize

MethodCallTarget Properties

The MethodCallTarget type exposes the following members.

Properties
  NameDescription
Public propertyClassName
Gets or sets the class name.
Public propertyMethodName
Gets or sets the method name. The method must be public and static. Use the AssemblyQualifiedName , https://msdn.microsoft.com/en-us/library/system.type.assemblyqualifiedname(v=vs.110).aspx e.g.
Public propertyName
Gets or sets the name of the target.
(Inherited from Target.)
Public propertyParameters
Gets the array of parameters to be passed.
(Inherited from MethodCallTargetBase.)
Top
See Also