APackInfo 类
  
  
  
  
  
  
  程序集: Fantasy.Net.dll
  语法
  
    public abstract class APackInfo : IDisposable
   
  字段
  
    |
    编辑本文
  
  
    查看源代码
  
  IsDisposed
  
  
  声明
  
  字段值
  
  
    |
    编辑本文
  
  
    查看源代码
  
  PackInfoId
  
  
  声明
  
  字段值
  
  
    |
    编辑本文
  
  
    查看源代码
  
  RouteId
  
  
  声明
  
  字段值
  
  
    |
    编辑本文
  
  
    查看源代码
  
  RpcId
  
  
  声明
  
  字段值
  
  属性
  
    |
    编辑本文
  
  
    查看源代码
  
  
  MemoryStream
  
  
  声明
  
    public MemoryStreamBuffer MemoryStream { get; protected set; }
   
  属性值
  
  
    |
    编辑本文
  
  
    查看源代码
  
  
  OpCodeIdStruct
  
  
  声明
  
    public OpCodeIdStruct OpCodeIdStruct { get; }
   
  属性值
  
  
    |
    编辑本文
  
  
    查看源代码
  
  
  ProtocolCode
  
  
  声明
  
    public uint ProtocolCode { get; set; }
   
  属性值
  
  方法
  
    |
    编辑本文
  
  
    查看源代码
  
  
  Deserialize(Type)
  
  
  声明
  
    public abstract object Deserialize(Type messageType)
   
  参数
  
    
      
        | 类型 | 
        名称 | 
        描述 | 
      
    
    
      
        | Type | 
        messageType | 
         | 
      
    
  
  返回
  
  
    |
    编辑本文
  
  
    查看源代码
  
  
  Dispose()
  Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
 
  
  声明
  
    public virtual void Dispose()
   
  
    |
    编辑本文
  
  
    查看源代码
  
  
  RentMemoryStream(int)
  
  
  声明
  
    public abstract MemoryStreamBuffer RentMemoryStream(int size = 0)
   
  参数
  
  返回
  
  实现
  
  扩展方法