NewLateBinding::LateGet Method (Object^, Type^, String^, array<Object^>^, array<String^>^, array<Type^>^, array<Boolean>^)
Executes a late-bound property get or field access call. This helper method is not meant to be called directly from your code.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
public: static Object^ LateGet( Object^ Instance, Type^ Type, String^ MemberName, array<Object^>^ Arguments, array<String^>^ ArgumentNames, array<Type^>^ TypeArguments, array<bool>^ CopyBack )
Parameters
- Instance
-
Type:
System::Object^
An instance of the call object exposing the property or method.
- Type
-
Type:
System::Type^
The type of the call object.
- MemberName
-
Type:
System::String^
The name of the property or method on the call object.
- 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.
- TypeArguments
-
Type:
array<System::Type^>^
An array of argument types; used only for generic calls to pass argument types.
- CopyBack
-
Type:
array<System::Boolean>^
An array of Boolean values that the late binder uses to communicate back to the call site which arguments match ByRef parameters. Each True value indicates that the arguments matched and should be copied out after the call to LateCall is complete.
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone
Available since 8.1