Binder.TryResolveInstance(IResolver, MethodBase, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static bool TryResolveInstance (Microsoft.Bot.Builder.Scorables.Internals.IResolver resolver, System.Reflection.MethodBase method, object target, out object instance);
static member TryResolveInstance : Microsoft.Bot.Builder.Scorables.Internals.IResolver * System.Reflection.MethodBase * obj * obj -> bool
Public Shared Function TryResolveInstance (resolver As IResolver, method As MethodBase, target As Object, ByRef instance As Object) As Boolean
Parameters
- resolver
- IResolver
- method
- MethodBase
- target
- Object
- instance
- Object