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://learn.microsoft.com/dotnet/api/system.type.assemblyqualifiedname | |
| Name |
Gets or sets the name of the target.
(Inherited from Target.) | |
| Parameters |
Gets the array of parameters to be passed.
(Inherited from MethodCallTargetBase.) |