public Object? Invoke(
Object? instance,
Object? param1,
Object? param2
)
Public Function Invoke (
instance As Object,
param1 As Object,
param2 As Object
) As Object
public:
Object^ Invoke(
Object^ instance,
Object^ param1,
Object^ param2
)
member Invoke :
instance : Object *
param1 : Object *
param2 : Object -> Object
ArgumentNullException | This MethodAccessor represents an instance method and instance is . |
ArgumentException | The type of instance or a specified parameter is invalid.
-or- The method cannot be invoked with two parameters. |
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. |