Microsoft.CSharp.RuntimeBinder.CSharpInvokeConstructorBinder
sealed class CSharpInvokeConstructorBinder : DynamicMetaObjectBinder, ICSharpInvokeOrInvokeMemberBinder, ICSharpBinder
namespace Microsoft.CSharp.RuntimeBinder
{
internal sealed class CSharpInvokeConstructorBinder : DynamicMetaObjectBinder, ICSharpInvokeOrInvokeMemberBinder, ICSharpBinder
{
public BindingFlag BindingFlags { get; }
public bool IsBinderThatCanHaveRefReceiver { get; }
public CSharpCallFlags Flags { get; }
public bool StaticCall { get; }
public Type[] TypeArguments { get; }
public string Name { get; }
public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals);
public void PopulateSymbolTableWithName(Type callingType, ArgumentObject[] arguments);
public CSharpInvokeConstructorBinder(CSharpCallFlags flags, Type callingContext, IEnumerable<CSharpArgumentInfo> argumentInfo);
public int GetGetBinderEquivalenceHash();
public bool IsEquivalentTo(ICSharpBinder other);
}
}