CodeGeneratorAddProxyType(Type, Boolean) 方法
添加代理类型
命名空间: TouchSocket.Rpc程序集: TouchSocket.Rpc (在 TouchSocket.Rpc.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
public static void AddProxyType(
Type type,
bool deepSearch = true
)
Public Shared Sub AddProxyType (
type As Type,
Optional deepSearch As Boolean = true
)
static member AddProxyType :
type : Type *
?deepSearch : bool
(* Defaults:
let _deepSearch = defaultArg deepSearch true
*)
-> unit
参数
- type Type
[缺少 "M:TouchSocket.Rpc.CodeGenerator.AddProxyType(System.Type,System.Boolean)" 的 <param name="type"/> 文档]
- deepSearch Boolean (Optional)
[缺少 "M:TouchSocket.Rpc.CodeGenerator.AddProxyType(System.Type,System.Boolean)" 的 <param name="deepSearch"/> 文档]