• 大小: 0.33M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: NET  

资源简介

本实例主要解决protobuf协议在C#下的应用

资源截图

代码片段和文件信息

using System;
using System.Reflection;
namespace ProtoBuf
{
    internal enum TimeSpanScale
    {
        Days = 0
        Hours = 1
        Minutes = 2
        Seconds = 3
        Milliseconds = 4
        Ticks = 5

        MinMax = 15
    }

    /// 
    /// Provides support for common .NET types that do not have a direct representation
    /// in protobuf using the definitions from bcl.proto
    /// 

    public
#if FX11
    sealed
#else
    static
#endif
        class BclHelpers
    {
        /// 
        /// Creates a new instance of the specified type bypassing the constructor.
        /// 

        /// The type to create
        /// The new instance
        /// 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      22913  2012-09-13 10:35  protobuf-net\BclHelpers.cs

     文件       2346  2012-09-13 10:35  protobuf-net\BufferExtension.cs

     文件       3290  2012-09-13 10:35  protobuf-net\BufferPool.cs

     文件       1650  2012-09-13 10:35  protobuf-net\CallbackAttributes.cs

     文件      46955  2012-09-13 10:35  protobuf-net\Compiler\CompilerContext.cs

     文件        223  2012-09-13 10:35  protobuf-net\Compiler\CompilerDelegates.cs

     文件       1608  2012-09-13 10:35  protobuf-net\Compiler\Local.cs

     文件        442  2012-09-13 10:35  protobuf-net\Compiler\_svn\all-wcprops

     文件        697  2012-09-13 10:35  protobuf-net\Compiler\_svn\entries

     文件      46955  2012-09-13 10:35  protobuf-net\Compiler\_svn\text-base\CompilerContext.cs.svn-base

     文件        223  2012-09-13 10:35  protobuf-net\Compiler\_svn\text-base\CompilerDelegates.cs.svn-base

     文件       1608  2012-09-13 10:35  protobuf-net\Compiler\_svn\text-base\Local.cs.svn-base

     文件       1410  2012-09-13 10:35  protobuf-net\DataFormat.cs

     文件      17635  2012-09-13 10:35  protobuf-net\Extensible.cs

     文件       5510  2012-09-13 10:35  protobuf-net\ExtensibleUtil.cs

     文件       2796  2012-09-13 10:35  protobuf-net\GlobalSuppressions.cs

     文件      20280  2012-09-13 10:35  protobuf-net\Helpers.cs

     文件       1093  2012-09-13 10:35  protobuf-net\IExtensible.cs

     文件       1961  2012-09-13 10:35  protobuf-net\IExtension.cs

     文件       1226  2012-09-13 10:35  protobuf-net\ImplicitFields.cs

     文件       1801  2012-09-13 10:35  protobuf-net\KeyValuePairProxy.cs

     文件       7070  2012-09-13 10:35  protobuf-net\meta\AttributeMap.cs

     文件       7628  2012-09-13 10:35  protobuf-net\meta\BasicList.cs

     文件       4064  2012-09-13 10:35  protobuf-net\meta\CallbackSet.cs

     文件      76172  2012-09-13 10:35  protobuf-net\meta\metaType.cs

     文件      69978  2012-09-13 10:35  protobuf-net\meta\RuntimeTypeModel.cs

     文件       3156  2012-09-13 10:35  protobuf-net\meta\SubType.cs

     文件       2397  2012-09-13 10:35  protobuf-net\meta\TypeFormatEventArgs.cs

     文件      71190  2012-09-13 10:35  protobuf-net\meta\TypeModel.cs

     文件      27891  2012-09-13 10:35  protobuf-net\meta\ValueMember.cs

............此处省略240个文件信息

评论

共有 条评论