資源簡介
本實例主要解決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控件源碼與
評論
共有 條評論