NewLateBinding.FallbackGet(Object, String, Object[], String[]) メソッド
定義
警告
この API は現在使われていません。
遅延バインディング プロパティの取得またはフィールド アクセスの呼び出しを実行します。Executes a late-bound property get or field access call. このヘルパー メソッドは、コードから直接呼び出すためのものではありません。This helper method is not meant to be called directly from your code.
public:
static System::Object ^ FallbackGet(System::Object ^ Instance, System::String ^ MemberName, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames);
[System.Obsolete("do not use this method", true)]
public static object FallbackGet (object Instance, string MemberName, object[] Arguments, string[] ArgumentNames);
static member FallbackGet : obj * string * obj[] * string[] -> obj
Public Shared Function FallbackGet (Instance As Object, MemberName As String, Arguments As Object(), ArgumentNames As String()) As Object
パラメーター
- Instance
- Object
プロパティまたはメソッドを公開する通知オブジェクトのインスタンス。An instance of the call object exposing the property or method.
- MemberName
- String
通知オブジェクトのプロパティまたはメソッドの名前。The name of the property or method on the call object.
- Arguments
- Object[]
呼び出されるプロパティまたはメソッドに渡す引数を格納する配列。An array containing the arguments to be passed to the property or method being called.
- ArgumentNames
- String[]
引数名の配列。An array of argument names.
戻り値
通知オブジェクトのインスタンス。An instance of the call object.
- 属性