Method GetTypeNames
GetTypeNames()
Gets a string array containing the type names of the instances that should be checked when the target method has been executed.
Declaration
public string[] GetTypeNames()
Returns
Type | Description |
---|---|
System.String[] | An array containing the type names of the instances
that should be checked. |
Remarks
If the types has been specified using the Type class,
then this method will return null
.