public Object? Invoke(
Object? instance
)
Public Function Invoke (
instance As Object
) As Object
public:
Object^ Invoke(
Object^ instance
)
member Invoke :
instance : Object -> Object
ArgumentNullException | This MethodAccessor represents an instance method and instance is . |
ArgumentException | The type of instance is invalid.
-or- The method expects 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. |