IInvocationBinder 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于 IHubProtocol获取 Type 反序列化中心消息所需的 () 类。
public interface class IInvocationBinder
public interface IInvocationBinder
type IInvocationBinder = interface
Public Interface IInvocationBinder
方法
GetParameterTypes(String) |
获取 采用 作为参数表示 |
GetReturnType(String) |
获取 Type 由 应包含的 |
GetStreamItemType(String) |
获取 Type 应包含的流项。 |
GetTarget(ReadOnlySpan<Byte>) |
从 String 字节获取目标的表示形式。 |