次の方法で共有


Binder.GetMember メソッド

定義

CSharp の新しいメンバー取得バインダーを初期化します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 static System::Runtime::CompilerServices::CallSiteBinder ^ GetMember(Microsoft::CSharp::RuntimeBinder::CSharpBinderFlags flags, System::String ^ name, Type ^ context, System::Collections::Generic::IEnumerable<Microsoft::CSharp::RuntimeBinder::CSharpArgumentInfo ^> ^ argumentInfo);
public static System.Runtime.CompilerServices.CallSiteBinder GetMember (Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, string name, Type context, System.Collections.Generic.IEnumerable<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo> argumentInfo);
public static System.Runtime.CompilerServices.CallSiteBinder GetMember (Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, string name, Type? context, System.Collections.Generic.IEnumerable<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo>? argumentInfo);
static member GetMember : Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags * string * Type * seq<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo> -> System.Runtime.CompilerServices.CallSiteBinder
Public Shared Function GetMember (flags As CSharpBinderFlags, name As String, context As Type, argumentInfo As IEnumerable(Of CSharpArgumentInfo)) As CallSiteBinder

パラメーター

flags
CSharpBinderFlags

バインダーの初期化に使用するフラグ。

name
String

取得するメンバーの名前。

context
Type

この操作の使用場所を示す Type

argumentInfo
IEnumerable<CSharpArgumentInfo>

この操作に対する引数の CSharpArgumentInfo インスタンスのシーケンス。

戻り値

CSharp の新しいインデックス取得メンバー。

適用対象