![]() | MethodCallTarget Properties |
The MethodCallTarget type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClassName |
Gets or sets the class name.
|
![]() | MethodName |
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.
|
![]() | Name |
Gets or sets the name of the target.
(Inherited from Target.) |
![]() | Parameters |
Gets the array of parameters to be passed.
(Inherited from MethodCallTargetBase.) |