NewLateBinding::FallbackInvokeDefault2 Method (Object^, array<Object^>^, array<String^>^, Boolean)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
Microsoft.VisualBasic.CompilerServices
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
Return to top
Executes a late-bound get of the default property or field, or call to the default method or function. This helper method is not meant to be called directly from your code.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
public: [ObsoleteAttribute("do not use this method", true)] static Object^ FallbackInvokeDefault2( Object^ Instance, array<Object^>^ Arguments, array<String^>^ ArgumentNames, bool ReportErrors )
Parameters
- Instance
-
Type:
System::Object^
An instance of the call object exposing the property or method.
- Arguments
-
Type:
array<System::Object^>^
An array containing the arguments to be passed to the property or method being called.
- ArgumentNames
-
Type:
array<System::String^>^
An array of argument names.
- ReportErrors
-
Type:
System::Boolean
A Boolean value used to specify whether to throw exceptions when an error is encountered. Set to True to throw exceptions. Set to False to return Nothing when an error is encountered.
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: