Method GetTypes
GetTypes()
Gets the Types of the instances that should be checked when the target method has been executed.
Declaration
public Type[] GetTypes()
Returns
Type | Description |
---|---|
System.Type[] | An array containing the types that should be checked when the target method has been executed; or |
Remarks
If no type has been specified, or if the types has been specified
using name strings
, then this method will return null
.