public Object? Invoke(
Object? instance,
Object? param
)
Public Function Invoke (
instance As Object,
param As Object
) As Object
public:
Object^ Invoke(
Object^ instance,
Object^ param
)
member Invoke :
instance : Object *
param : Object -> Object
ArgumentNullException | This MethodAccessor represents an instance method and instance is . |
ArgumentException | The type of instance or param is invalid.
-or- The method cannot be invoked with one parameter. |
InvalidOperationException | This MethodAccessor represents an open generic method or a method of an open generic type. |
NotSupportedException | On .NET Framework the code is executed in a partially trusted domain with insufficient permissions. |
PlatformNotSupportedException | You use the .NET Standard 2.0 build of KGySoft.CoreLibraries and this MethodAccessor represents a ref-returning method. |