本方法仅实现了在单例实例注册下的获取。
protected virtual bool TryResolve(
Type fromType,
out Object instance,
string key
)
Protected Overridable Function TryResolve (
fromType As Type,
<OutAttribute> ByRef instance As Object,
key As String
) As Boolean
abstract TryResolve :
fromType : Type *
instance : Object byref *
key : string -> bool
override TryResolve :
fromType : Type *
instance : Object byref *
key : string -> bool
[缺少 "M:TouchSocket.Core.ManualContainer.TryResolve(System.Type,System.Object@,System.String)" 的 <param name="fromType"/> 文档]
[缺少 "M:TouchSocket.Core.ManualContainer.TryResolve(System.Type,System.Object@,System.String)" 的 <param name="instance"/> 文档]
[缺少 "M:TouchSocket.Core.ManualContainer.TryResolve(System.Type,System.Object@,System.String)" 的 <param name="key"/> 文档]
[缺少 "M:TouchSocket.Core.ManualContainer.TryResolve(System.Type,System.Object@,System.String)" 的 <returns> 文档]