OuterPackInfo 类
  
  
  
  
  
  
  程序集: Fantasy.Net.dll
  语法
  
    public sealed class OuterPackInfo : APackInfo, IDisposable
   
  方法
  
    |
    编辑本文
  
  
    查看源代码
  
  
  Create(ANetwork)
  
  
  声明
  
    public static OuterPackInfo Create(ANetwork network)
   
  参数
  
  返回
  
  
    |
    编辑本文
  
  
    查看源代码
  
  
  Deserialize(Type)
  
  
  声明
  
    public override object Deserialize(Type messageType)
   
  参数
  
    
      
        | 类型 | 
        名称 | 
        描述 | 
      
    
    
      
        | Type | 
        messageType | 
        目标消息类型。 
 | 
      
    
  
  返回
  
  重写
  
  
    |
    编辑本文
  
  
    查看源代码
  
  
  Dispose()
  Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
 
  
  声明
  
    public override void Dispose()
   
  重写
  
  
    |
    编辑本文
  
  
    查看源代码
  
  
  RentMemoryStream(int)
  
  
  声明
  
    public override MemoryStreamBuffer RentMemoryStream(int size = 0)
   
  参数
  
  返回
  
  重写
  
  实现
  
  扩展方法