DynamicScriptObject.TryInvokeMember Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calls a method on the script object.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
override bool TryInvokeMember(System::Dynamic::InvokeMemberBinder ^ binder, cli::array <System::Object ^> ^ args, [Runtime::InteropServices::Out] System::Object ^ % result);
public override bool TryInvokeMember (System.Dynamic.InvokeMemberBinder binder, object[] args, out object result);
override this.TryInvokeMember : System.Dynamic.InvokeMemberBinder * obj[] * obj -> bool
Public Overrides Function TryInvokeMember (binder As InvokeMemberBinder, args As Object(), ByRef result As Object) As Boolean
- binder
- InvokeMemberBinder
The binder provided by the call site.
- args
- Object[]
The arguments to pass to the default method.
- result
- Object
The method result.
Always return true
.
binder
is null
.
The method does not exist.
The TryInvokeMember method throws an exception if an invalid access is attempted.
Produit | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :