资源简介
本实例主要解决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-ba
文件 223 2012-09-13 10:35 protobuf-net\Compiler\_svn\text-ba
文件 1608 2012-09-13 10:35 protobuf-net\Compiler\_svn\text-ba
文件 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\me
文件 7628 2012-09-13 10:35 protobuf-net\me
文件 4064 2012-09-13 10:35 protobuf-net\me
文件 76172 2012-09-13 10:35 protobuf-net\me
文件 69978 2012-09-13 10:35 protobuf-net\me
文件 3156 2012-09-13 10:35 protobuf-net\me
文件 2397 2012-09-13 10:35 protobuf-net\me
文件 71190 2012-09-13 10:35 protobuf-net\me
文件 27891 2012-09-13 10:35 protobuf-net\me
............此处省略240个文件信息
- 上一篇:C# USB HID
- 下一篇:NPOI控件源码与
相关资源
- ASP.NET MVC5考试_管理系统源码
- Web程序设计ASP.NET实用网站开发 沈士根
- .netc#新手菜鸟mvc5的仓库管理系统 so
- 基于ASP.NET的课程管理系统
- 深入.NET平台和C#编程
- Asp.net学生信息管理系统最新源码201
- .net 美萍超市管理系统源码C#
- 《ASP.NET程序设计项目教程》周虎,王
- [精通ASP.NET.MVC5英文原版
- FastReport .NET V2016.1.0 最新破解版
- C#高级编程第9版:C#5.0 & .NET 4.5.1 par
- ASP.NET WebAPI+mvc4.0+EasyUI快速开发框架
- ASP.NET WEB服务高级编程
- asp.net mvc 网上书店系统
- asp.net完整项目带数据库
- C# 7 and .NET Core: Modern Cross-Platform Deve
-
C# 6.0 and the .NET 4.6 fr
amework(7th). - C# .NET webservices简单使用
- ASP.NET Core 2 and Vue.js 1st Edition
- Professional+DevExpress+ASP.NET+Controls.pdf
- ASP.NET宠物商店网页MyPetShop源代码
- ASP.NET课设带文档
- ASP.NET MVC AES via Filter
- ASP.NET图书管理系统源码.zip
- asp.net 同学录校友录课程设计含报告
- 业务管理系统源码 asp.net业务管理系统
- 学生毕业设计卓越项目拾柴网
- Visual C#.NET串口通信及测控应用典型实
- asp.net项目源码 2个
- DevexpressWinform中文文档
评论
共有 条评论