Udostępnij za pośrednictwem


Binder.TryBind Metoda

Definicja

Przeciążenia

TryBind(MethodBase, Object, IResolver, IBinding)
TryBind<R>(MethodInfo, Object, IResolver, IBinding<R>)

TryBind(MethodBase, Object, IResolver, IBinding)

Źródło:
Binder.cs
public static bool TryBind(System.Reflection.MethodBase method, object target, Microsoft.Bot.Builder.Scorables.Internals.IResolver resolver, out Microsoft.Bot.Builder.Scorables.Internals.IBinding binding);
static member TryBind : System.Reflection.MethodBase * obj * Microsoft.Bot.Builder.Scorables.Internals.IResolver * IBinding -> bool
Public Shared Function TryBind (method As MethodBase, target As Object, resolver As IResolver, ByRef binding As IBinding) As Boolean

Parametry

method
MethodBase
target
Object
resolver
IResolver
binding
IBinding

Zwraca

Dotyczy

TryBind<R>(MethodInfo, Object, IResolver, IBinding<R>)

Źródło:
Binder.cs
public static bool TryBind<R>(System.Reflection.MethodInfo method, object target, Microsoft.Bot.Builder.Scorables.Internals.IResolver resolver, out Microsoft.Bot.Builder.Scorables.Internals.IBinding<R> binding);
static member TryBind : System.Reflection.MethodInfo * obj * Microsoft.Bot.Builder.Scorables.Internals.IResolver * IBinding -> bool
Public Shared Function TryBind(Of R) (method As MethodInfo, target As Object, resolver As IResolver, ByRef binding As IBinding(Of R)) As Boolean

Parametry typu

R

Parametry

method
MethodInfo
target
Object
resolver
IResolver
binding
IBinding<R>

Zwraca

Dotyczy