点击或拖拽改变大小

CommandMessageTDeserializeWithBinary 方法

将二进制数据反序列化

命名空间:  CPF.Windows
程序集:  CPF.Windows (在 CPF.Windows.dll 中) 版本:0.8.8.5
语法
C#
public static CommandMessage<T> DeserializeWithBinary(
	byte[] data
)

参数

data
类型:SystemByte

[缺少 "M:CPF.Windows.CommandMessage`1.DeserializeWithBinary(System.Byte[])" 的 <param name="data"/> 文档]

返回值

类型:CommandMessageT

[缺少 "M:CPF.Windows.CommandMessage`1.DeserializeWithBinary(System.Byte[])" 的 <returns> 文档]

参见