作者: xiaobo
查看: 36031|回复: 56

主题标签Tag

[源码] 【.NET Framework 4.5.1源码】DotNet官方部分公开源代码

  [复制链接]
xiaobo 发表于 2014-7-22 20:20:26 | 显示全部楼层 |阅读模式
查看: 36031|回复: 56
如题,仅仅是公开一部分的源码,官方下载下来的
源码的查看地址:http://referencesource.microsoft.com/
下载地址:http://referencesource.microsoft.com/download.html

回复查看百度网盘下载地址以及文件列表:
游客,如果您要查看本帖隐藏内容请回复

文件夹列表:C:.
└─Source
    ├─debugger
    │  └─idl
    │      └─makeapi
    ├─internalapis
    │  ├─vctools
    │  │  └─inc
    │  │      └─vc
    │  │          └─codeanalysis
    │  ├─vscommon
    │  │  └─inc
    │  └─vsl
    │      └─inc
    ├─ndp
    │  ├─cdf
    │  │  └─src
    │  │      ├─inc
    │  │      ├─NetFx20
    │  │      │  ├─System.Messaging
    │  │      │  │  └─System
    │  │      │  │      └─Messaging
    │  │      │  │          ├─Design
    │  │      │  │          └─Interop
    │  │      │  ├─system.transactions
    │  │      │  │  ├─dtcproxyshim
    │  │      │  │  └─System
    │  │      │  │      └─Transactions
    │  │      │  │          ├─Configuration
    │  │      │  │          ├─Oletx
    │  │      │  │          └─Trace
    │  │      │  └─System.Web.Services
    │  │      │      └─System
    │  │      │          ├─ComponentModel
    │  │      │          └─Web
    │  │      │              └─Services
    │  │      │                  ├─Configuration
    │  │      │                  ├─Description
    │  │      │                  ├─Diagnostics
    │  │      │                  ├─Discovery
    │  │      │                  ├─Interop
    │  │      │                  └─Protocols
    │  │      ├─NetFx35
    │  │      │  ├─System.IO.Log
    │  │      │  │  └─System
    │  │      │  │      └─IO
    │  │      │  │          └─Log
    │  │      │  ├─System.ServiceModel.Web
    │  │      │  │  └─System
    │  │      │  │      └─ServiceModel
    │  │      │  │          ├─Activation
    │  │      │  │          ├─Channels
    │  │      │  │          ├─Configuration
    │  │      │  │          ├─Description
    │  │      │  │          ├─Dispatcher
    │  │      │  │          └─Web
    │  │      │  └─System.WorkflowServices
    │  │      │      └─System
    │  │      │          ├─ServiceModel
    │  │      │          │  ├─Activation
    │  │      │          │  ├─Activities
    │  │      │          │  │  └─Description
    │  │      │          │  ├─Configuration
    │  │      │          │  ├─Description
    │  │      │          │  ├─Dispatcher
    │  │      │          │  ├─Persistence
    │  │      │          │  └─Security
    │  │      │          └─Workflow
    │  │      │              ├─Activities
    │  │      │              │  └─Design
    │  │      │              ├─ComponentModel
    │  │      │              │  └─Design
    │  │      │              └─Runtime
    │  │      │                  └─Hosting
    │  │      ├─NetFx40
    │  │      │  ├─System.Activities
    │  │      │  │  ├─Microsoft
    │  │      │  │  │  ├─CSharp
    │  │      │  │  │  │  └─Activities
    │  │      │  │  │  └─VisualBasic
    │  │      │  │  │      └─Activities
    │  │      │  │  │          └─XamlIntegration
    │  │      │  │  └─System
    │  │      │  │      └─Activities
    │  │      │  │          ├─Debugger
    │  │      │  │          │  └─Symbol
    │  │      │  │          ├─DurableInstancing
    │  │      │  │          ├─DynamicUpdate
    │  │      │  │          ├─ExpressionParser
    │  │      │  │          ├─Expressions
    │  │      │  │          ├─Hosting
    │  │      │  │          ├─Runtime
    │  │      │  │          ├─Statements
    │  │      │  │          │  └─Tracking
    │  │      │  │          ├─Tracking
    │  │      │  │          ├─Validation
    │  │      │  │          └─XamlIntegration
    │  │      │  ├─System.Activities.DurableInstancing
    │  │      │  │  └─System
    │  │      │  │      └─Activities
    │  │      │  │          └─DurableInstancing
    │  │      │  ├─System.Runtime.DurableInstancing
    │  │      │  │  └─System
    │  │      │  │      └─Runtime
    │  │      │  │          └─DurableInstancing
    │  │      │  ├─System.ServiceModel.Activities
    │  │      │  │  └─System
    │  │      │  │      └─ServiceModel
    │  │      │  │          ├─Activities
    │  │      │  │          │  ├─Configuration
    │  │      │  │          │  ├─Description
    │  │      │  │          │  ├─Diagnostics
    │  │      │  │          │  ├─Dispatcher
    │  │      │  │          │  └─Tracking
    │  │      │  │          │      └─Configuration
    │  │      │  │          └─XamlIntegration
    │  │      │  ├─System.ServiceModel.Channels
    │  │      │  │  └─System
    │  │      │  │      └─ServiceModel
    │  │      │  │          ├─Channels
    │  │      │  │          └─Configuration
    │  │      │  ├─System.ServiceModel.Discovery
    │  │      │  │  └─System
    │  │      │  │      └─ServiceModel
    │  │      │  │          ├─Channels
    │  │      │  │          └─Discovery
    │  │      │  │              ├─Configuration
    │  │      │  │              ├─Version11
    │  │      │  │              ├─VersionApril2005
    │  │      │  │              └─VersionCD1
    │  │      │  ├─System.ServiceModel.Routing
    │  │      │  │  └─System
    │  │      │  │      └─ServiceModel
    │  │      │  │          ├─Channels
    │  │      │  │          ├─Dispatcher
    │  │      │  │          └─Routing
    │  │      │  │              └─Configuration
    │  │      │  ├─System.Xaml.Hosting
    │  │      │  │  └─System
    │  │      │  │      └─Xaml
    │  │      │  │          └─Hosting
    │  │      │  │              └─Configuration
    │  │      │  ├─Tools
    │  │      │  │  ├─Microsoft.Tools.Common
    │  │      │  │  │  └─Microsoft
    │  │      │  │  │      ├─Activities
    │  │      │  │  │      │  └─Presentation
    │  │      │  │  │      │      └─Xaml
    │  │      │  │  │      └─Tools
    │  │      │  │  │          └─Common
    │  │      │  │  ├─System.Activities.Core.Presentation
    │  │      │  │  │  └─System
    │  │      │  │  │      ├─Activities
    │  │      │  │  │      │  ├─Core
    │  │      │  │  │      │  │  └─Presentation
    │  │      │  │  │      │  │      ├─Factories
    │  │      │  │  │      │  │      └─Themes
    │  │      │  │  │      │  └─Presentation
    │  │      │  │  │      └─ServiceModel
    │  │      │  │  │          ├─Activities
    │  │      │  │  │          │  └─Presentation
    │  │      │  │  │          │      ├─Converters
    │  │      │  │  │          │      └─Factories
    │  │      │  │  │          └─Presentation
    │  │      │  │  └─System.Activities.Presentation
    │  │      │  │      ├─Microsoft
    │  │      │  │      │  └─Activities
    │  │      │  │      │      └─Presentation
    │  │      │  │      └─System
    │  │      │  │          └─Activities
    │  │      │  │              └─Presentation
    │  │      │  │                  ├─Annotations
    │  │      │  │                  ├─Base
    │  │      │  │                  │  ├─Core
    │  │      │  │                  │  │  ├─Internal
    │  │      │  │                  │  │  │  ├─Metadata
    │  │      │  │                  │  │  │  └─PropertyEditing
    │  │      │  │                  │  │  │      ├─Automation
    │  │      │  │                  │  │  │      ├─Editors
    │  │      │  │                  │  │  │      ├─FromExpression
    │  │      │  │                  │  │  │      │  ├─Diagnostics
    │  │      │  │                  │  │  │      │  └─Framework
    │  │      │  │                  │  │  │      │      ├─Controls
    │  │      │  │                  │  │  │      │      ├─Data
    │  │      │  │                  │  │  │      │      ├─PropertyInspector
    │  │      │  │                  │  │  │      │      ├─UserInterface
    │  │      │  │                  │  │  │      │      └─ValueEditors
    │  │      │  │                  │  │  │      ├─Metadata
    │  │      │  │                  │  │  │      ├─Model
    │  │      │  │                  │  │  │      ├─Resources
    │  │      │  │                  │  │  │      ├─Selection
    │  │      │  │                  │  │  │      ├─State
    │  │      │  │                  │  │  │      └─Views
    │  │      │  │                  │  │  ├─Metadata
    │  │      │  │                  │  │  ├─Properties
    │  │      │  │                  │  │  └─PropertyEditing
    │  │      │  │                  │  ├─Documents
    │  │      │  │                  │  ├─Interaction
    │  │      │  │                  │  │  ├─Model
    │  │      │  │                  │  │  └─Services
    │  │      │  │                  │  └─Shared
    │  │      │  │                  │      └─Internal
    │  │      │  │                  ├─Converters
    │  │      │  │                  ├─Debugger
    │  │      │  │                  ├─Expressions
    │  │      │  │                  ├─FreeFormEditing
    │  │      │  │                  ├─Hosting
    │  │      │  │                  ├─Metadata
    │  │      │  │                  ├─MiniMap
    │  │      │  │                  ├─Model
    │  │      │  │                  ├─PropertyEditing
    │  │      │  │                  ├─SQM
    │  │      │  │                  ├─Toolbox
    │  │      │  │                  ├─Utility
    │  │      │  │                  ├─Validation
    │  │      │  │                  ├─View
    │  │      │  │                  │  ├─OutlineView
    │  │      │  │                  │  └─TreeView
    │  │      │  │                  ├─ViewState
    │  │      │  │                  └─Xaml
    │  │      │  └─XamlBuildTask
    │  │      │      ├─Microsoft
    │  │      │      │  ├─Build
    │  │      │      │  │  └─Tasks
    │  │      │      │  │      └─Xaml
    │  │      │      │  └─VisualStudio
    │  │      │      │      └─Activities
    │  │      │      └─Properties
    │  │      ├─System.ServiceModel.Internals
    │  │      │  └─System
    │  │      │      └─Runtime
    │  │      │          ├─Collections
    │  │      │          ├─Diagnostics
    │  │      │          └─Interop
    │  │      ├─WCF
    │  │      │  ├─IdentityModel
    │  │      │  │  └─System
    │  │      │  │      ├─IdentityModel
    │  │      │  │      │  ├─Claims
    │  │      │  │      │  ├─Configuration
    │  │      │  │      │  ├─Diagnostics
    │  │      │  │      │  ├─Metadata
    │  │      │  │      │  ├─Policy
    │  │      │  │      │  ├─Protocols
    │  │      │  │      │  │  ├─WSFederation
    │  │      │  │      │  │  └─WSTrust
    │  │      │  │      │  ├─Selectors
    │  │      │  │      │  └─Tokens
    │  │      │  │      └─ServiceModel
    │  │      │  │          └─Security
    │  │      │  │              └─Tokens
    │  │      │  ├─infocard
    │  │      │  │  ├─Client
    │  │      │  │  │  └─System
    │  │      │  │  │      └─IdentityModel
    │  │      │  │  │          └─Selectors
    │  │      │  │  ├─common
    │  │      │  │  │  └─managed
    │  │      │  │  └─Diagnostics
    │  │      │  │      └─Managed
    │  │      │  │          └─Microsoft
    │  │      │  │              └─InfoCards
    │  │      │  │                  └─Diagnostics
    │  │      │  ├─InfoCardClient
    │  │      │  ├─Serialization
    │  │      │  │  └─System
    │  │      │  │      ├─Runtime
    │  │      │  │      │  └─Serialization
    │  │      │  │      │      ├─Configuration
    │  │      │  │      │      ├─Diagnostics
    │  │      │  │      │      └─Json
    │  │      │  │      ├─Text
    │  │      │  │      └─Xml
    │  │      │  ├─ServiceModel
    │  │      │  │  └─System
    │  │      │  │      ├─Collections
    │  │      │  │      │  └─ObjectModel
    │  │      │  │      └─ServiceModel
    │  │      │  │          ├─Activation
    │  │      │  │          │  └─Configuration
    │  │      │  │          ├─Administration
    │  │      │  │          ├─Channels
    │  │      │  │          ├─ComIntegration
    │  │      │  │          ├─Configuration
    │  │      │  │          ├─Description
    │  │      │  │          ├─Diagnostics
    │  │      │  │          ├─Dispatcher
    │  │      │  │          ├─MsmqIntegration
    │  │      │  │          ├─PeerResolvers
    │  │      │  │          ├─Security
    │  │      │  │          │  └─Tokens
    │  │      │  │          ├─Syndication
    │  │      │  │          ├─Transactions
    │  │      │  │          └─XamlIntegration
    │  │      │  ├─SMDiagnostics
    │  │      │  │  └─System
    │  │      │  │      └─ServiceModel
    │  │      │  │          └─Diagnostics
    │  │      │  ├─SMSvcHost
    │  │      │  │  └─System
    │  │      │  │      └─ServiceModel
    │  │      │  │          └─Activation
    │  │      │  │              └─Diagnostics
    │  │      │  ├─System.ServiceModel.Activation
    │  │      │  │  └─System
    │  │      │  │      └─ServiceModel
    │  │      │  │          ├─Activation
    │  │      │  │          │  ├─Configuration
    │  │      │  │          │  ├─Diagnostics
    │  │      │  │          │  └─Interop
    │  │      │  │          ├─Activities
    │  │      │  │          │  └─Activation
    │  │      │  │          └─Channels
    │  │      │  ├─Tools
    │  │      │  │  ├─comsvcutil
    │  │      │  │  ├─svcutil
    │  │      │  │  ├─WcfCommonResStrings
    │  │      │  │  └─WSATConfig
    │  │      │  │      ├─CommandLine
    │  │      │  │      └─Configuration
    │  │      │  └─WasHosting
    │  │      │      └─System
    │  │      │          └─ServiceModel
    │  │      │              └─WasHosting
    │  │      └─WF
    │  │          ├─Activities
    │  │          │  ├─Common
    │  │          │  ├─Designers
    │  │          │  ├─Executors
    │  │          │  ├─LocalService
    │  │          │  ├─Role
    │  │          │  └─Rules
    │  │          │      ├─Design
    │  │          │      │  └─Dialogs
    │  │          │      └─Parser
    │  │          ├─Common
    │  │          │  ├─AuthoringOM
    │  │          │  │  ├─Behaviors
    │  │          │  │  ├─Compiler
    │  │          │  │  │  ├─CodeGeneration
    │  │          │  │  │  ├─TypeSystem
    │  │          │  │  │  └─Validation
    │  │          │  │  ├─Design
    │  │          │  │  │  ├─Dialogs
    │  │          │  │  │  ├─Glyphs
    │  │          │  │  │  └─MessageFilters
    │  │          │  │  ├─Filters
    │  │          │  │  └─Serializer
    │  │          │  └─Shared
    │  │          └─RunTime
    │  │              ├─Configuration
    │  │              ├─DebugEngine
    │  │              ├─Hosting
    │  │              ├─System
    │  │              │  └─Activities
    │  │              │      ├─Statements
    │  │              │      └─Tracking
    │  │              └─Tracking
    │  ├─clr
    │  │  └─src
    │  │      ├─BCL
    │  │      │  ├─Microsoft
    │  │      │  │  └─Win32
    │  │      │  │      └─SafeHandles
    │  │      │  └─System
    │  │      │      ├─Collections
    │  │      │      │  ├─Concurrent
    │  │      │      │  ├─Generic
    │  │      │      │  └─ObjectModel
    │  │      │      ├─Configuration
    │  │      │      │  └─Assemblies
    │  │      │      ├─Deployment
    │  │      │      ├─Diagnostics
    │  │      │      │  ├─CodeAnalysis
    │  │      │      │  ├─Contracts
    │  │      │      │  ├─Eventing
    │  │      │      │  └─SymbolStore
    │  │      │      ├─Globalization
    │  │      │      ├─IO
    │  │      │      │  └─IsolatedStorage
    │  │      │      ├─Reflection
    │  │      │      │  └─Emit
    │  │      │      ├─Resources
    │  │      │      ├─Runtime
    │  │      │      │  ├─CompilerServices
    │  │      │      │  ├─DesignerServices
    │  │      │      │  ├─ExceptionServices
    │  │      │      │  ├─InteropServices
    │  │      │      │  │  ├─ComTypes
    │  │      │      │  │  ├─expando
    │  │      │      │  │  ├─TCEAdapterGen
    │  │      │      │  │  └─WindowsRuntime
    │  │      │      │  ├─Reliability
    │  │      │      │  ├─Remoting
    │  │      │      │  ├─Serialization
    │  │      │      │  │  └─Formatters
    │  │      │      │  │      └─Binary
    │  │      │      │  └─Versioning
    │  │      │      ├─Security
    │  │      │      │  ├─AccessControl
    │  │      │      │  ├─Claims
    │  │      │      │  ├─Cryptography
    │  │      │      │  │  └─X509Certificates
    │  │      │      │  ├─Permissions
    │  │      │      │  ├─Policy
    │  │      │      │  ├─Principal
    │  │      │      │  └─Util
    │  │      │      ├─Text
    │  │      │      └─Threading
    │  │      │          └─Tasks
    │  │      ├─inc
    │  │      └─ManagedLibraries
    │  │          ├─Remoting
    │  │          │  ├─Channels
    │  │          │  │  ├─CORE
    │  │          │  │  ├─HTTP
    │  │          │  │  ├─IPC
    │  │          │  │  ├─Sinks
    │  │          │  │  └─TCP
    │  │          │  ├─maindll
    │  │          │  ├─MetaData
    │  │          │  └─Services
    │  │          └─Security
    │  │              └─System
    │  │                  └─Security
    │  │                      ├─Cryptography
    │  │                      │  ├─Pkcs
    │  │                      │  ├─X509
    │  │                      │  └─Xml
    │  │                      └─permissions
    │  └─fx
    │      └─src
    │          ├─AddIn
    │          │  ├─AddIn
    │          │  │  ├─misc
    │          │  │  └─System
    │          │  │      └─Addin
    │          │  │          ├─Hosting
    │          │  │          │  └─Store
    │          │  │          ├─MiniReflection
    │          │  │          │  └─MetadataReader
    │          │  │          └─Pipeline
    │          │  └─Contract
    │          │      └─System
    │          │          └─AddIn
    │          │              └─Contract
    │          ├─BID
    │          │  └─INC
    │          │      └─CS
    │          ├─Caching
    │          │  ├─Properties
    │          │  ├─Resources
    │          │  └─System
    │          │      └─Caching
    │          │          ├─Configuration
    │          │          └─Hosting
    │          ├─CommonUI
    │          │  └─System
    │          │      └─Drawing
    │          │          ├─Advanced
    │          │          ├─Configuration
    │          │          ├─Design
    │          │          └─Printing
    │          ├─CompMod
    │          │  ├─Microsoft
    │          │  │  ├─CSharp
    │          │  │  ├─VisualBasic
    │          │  │  └─Win32
    │          │  │      └─SafeHandles
    │          │  └─System
    │          │      ├─CodeDOM
    │          │      │  └─Compiler
    │          │      ├─Collections
    │          │      │  ├─Generic
    │          │      │  ├─ObjectModel
    │          │      │  └─Specialized
    │          │      ├─ComponentModel
    │          │      │  └─Design
    │          │      │      └─Serialization
    │          │      ├─Configuration
    │          │      ├─Diagnostics
    │          │      ├─Runtime
    │          │      │  └─InteropServices
    │          │      │      └─ComTypes
    │          │      ├─Security
    │          │      │  └─Permissions
    │          │      └─Threading
    │          ├─Configuration
    │          │  ├─Microsoft
    │          │  │  └─Win32
    │          │  └─System
    │          │      └─Configuration
    │          │          └─Internal
    │          ├─Core
    │          │  ├─Microsoft
    │          │  │  ├─Scripting
    │          │  │  │  ├─Actions
    │          │  │  │  ├─Ast
    │          │  │  │  ├─Compiler
    │          │  │  │  └─Utils
    │          │  │  └─Win32
    │          │  │      └─SafeHandles
    │          │  ├─misc
    │          │  └─System
    │          │      ├─Collections
    │          │      │  └─Generic
    │          │      ├─Diagnostics
    │          │      │  ├─Eventing
    │          │      │  │  └─Reader
    │          │      │  └─PerformanceData
    │          │      ├─IO
    │          │      │  ├─MemoryMappedFiles
    │          │      │  └─Pipes
    │          │      ├─Linq
    │          │      │  ├─Expressions
    │          │      │  └─Parallel
    │          │      │      ├─Channels
    │          │      │      ├─Enumerables
    │          │      │      ├─Merging
    │          │      │      ├─Partitioning
    │          │      │      ├─QueryOperators
    │          │      │      │  ├─Binary
    │          │      │      │  ├─Inlined
    │          │      │      │  ├─Options
    │          │      │      │  └─Unary
    │          │      │      ├─Scheduling
    │          │      │      └─Utils
    │          │      ├─Management
    │          │      │  └─Automation
    │          │      ├─Runtime
    │          │      │  ├─CompilerServices
    │          │      │  └─InteropServices
    │          │      ├─Security
    │          │      │  └─Cryptography
    │          │      │      ├─X509Certificates
    │          │      │      └─Xml
    │          │      └─Threading
    │          │          ├─ReaderWriterLockSlim
    │          │          └─Tasks
    │          ├─Data
    │          │  ├─FxCopSuppressions
    │          │  ├─Microsoft
    │          │  │  └─SqlServer
    │          │  │      └─Server
    │          │  ├─native
    │          │  │  ├─bidinit
    │          │  │  │  └─src
    │          │  │  ├─managedwrapper
    │          │  │  └─sni
    │          │  │      ├─include
    │          │  │      ├─nlregc
    │          │  │      └─src
    │          │  └─System
    │          │      ├─Data
    │          │      │  ├─CodeGen
    │          │      │  ├─Common
    │          │      │  │  └─SQLTypes
    │          │      │  ├─Filter
    │          │      │  ├─Odbc
    │          │      │  ├─OleDb
    │          │      │  ├─ProviderBase
    │          │      │  ├─Sql
    │          │      │  ├─SqlClient
    │          │      │  └─SQLTypes
    │          │      └─NewXml
    │          ├─DataEntity
    │          │  └─System
    │          │      └─Data
    │          │          ├─Common
    │          │          │  ├─CommandTrees
    │          │          │  │  ├─ExpressionBuilder
    │          │          │  │  │  ├─Internal
    │          │          │  │  │  └─Spatial
    │          │          │  │  └─Internal
    │          │          │  ├─EntitySql
    │          │          │  │  └─AST
    │          │          │  ├─internal
    │          │          │  │  └─materialization
    │          │          │  ├─QueryCache
    │          │          │  └─Utils
    │          │          │      └─Boolean
    │          │          ├─EntityClient
    │          │          ├─EntityModel
    │          │          │  └─SchemaObjectModel
    │          │          ├─Mapping
    │          │          │  ├─Update
    │          │          │  │  └─Internal
    │          │          │  └─ViewGeneration
    │          │          │      ├─CqlGeneration
    │          │          │      ├─QueryRewriting
    │          │          │      ├─Structures
    │          │          │      ├─Utils
    │          │          │      └─Validation
    │          │          ├─Metadata
    │          │          │  ├─Edm
    │          │          │  │  └─Provider
    │          │          │  └─ObjectLayer
    │          │          ├─Objects
    │          │          │  ├─DataClasses
    │          │          │  ├─ELinq
    │          │          │  ├─Internal
    │          │          │  └─SqlClient
    │          │          ├─Query
    │          │          │  ├─InternalTrees
    │          │          │  ├─PlanCompiler
    │          │          │  └─ResultAssembly
    │          │          ├─Spatial
    │          │          │  └─Internal
    │          │          └─SqlClient
    │          │              └─SqlGen
    │          ├─DataEntityDesign
    │          │  └─Design
    │          │      └─System
    │          │          └─Data
    │          │              ├─Entity
    │          │              │  └─Design
    │          │              │      ├─AspNet
    │          │              │      ├─Common
    │          │              │      ├─EntityStoreSchemaGenerator
    │          │              │      ├─EntityViewGeneration
    │          │              │      ├─PluralizationService
    │          │              │      └─SSDLGenerator
    │          │              └─EntityModel
    │          │                  └─Emitters
    │          ├─DataSet
    │          │  └─System
    │          │      └─Data
    │          ├─DataWeb
    │          │  ├─Client
    │          │  │  └─System
    │          │  │      └─Data
    │          │  │          └─Services
    │          │  │              └─Client
    │          │  │                  ├─ALinq
    │          │  │                  ├─Binding
    │          │  │                  ├─Epm
    │          │  │                  └─Xml
    │          │  ├─Design
    │          │  │  └─system
    │          │  │      └─Data
    │          │  │          ├─Common
    │          │  │          │  └─Utils
    │          │  │          ├─Entity
    │          │  │          │  └─Design
    │          │  │          │      ├─Common
    │          │  │          │      └─SSDLGenerator
    │          │  │          ├─EntityModel
    │          │  │          │  └─Emitters
    │          │  │          ├─Metadata
    │          │  │          │  └─Edm
    │          │  │          └─Services
    │          │  │              └─Design
    │          │  │                  └─Xml
    │          │  └─Server
    │          │      └─System
    │          │          └─Data
    │          │              └─Services
    │          │                  ├─Caching
    │          │                  ├─Configuration
    │          │                  ├─Epm
    │          │                  ├─Internal
    │          │                  ├─OpenTypes
    │          │                  ├─Parsing
    │          │                  ├─Providers
    │          │                  └─Serializers
    │          ├─DataWebControls
    │          │  └─System
    │          │      └─Data
    │          │          └─WebControls
    │          ├─DataWebControlsDesign
    │          │  ├─Properties
    │          │  └─System
    │          │      └─Data
    │          │          └─WebControls
    │          │              └─Design
    │          │                  └─Util
    │          ├─DLinq
    │          │  ├─DbmlShared
    │          │  └─Dlinq
    │          │      ├─Mapping
    │          │      ├─Properties
    │          │      ├─provider
    │          │      └─SqlClient
    │          │          ├─Common
    │          │          ├─Query
    │          │          └─Reader
    │          ├─Misc
    │          │  └─GDI
    │          ├─MIT
    │          │  └─System
    │          │      └─Web
    │          │          ├─Mobile
    │          │          └─UI
    │          │              └─MobileControls
    │          │                  ├─Adapters
    │          │                  │  └─XhtmlAdapters
    │          │                  └─Design
    │          │                      ├─Adapters
    │          │                      ├─Converters
    │          │                      └─Util
    │          ├─Net
    │          │  └─System
    │          │      └─Net
    │          │          ├─Cache
    │          │          ├─Configuration
    │          │          ├─Mail
    │          │          ├─NetworkInformation
    │          │          ├─SecureProtocols
    │          │          ├─Sockets
    │          │          └─WebSockets
    │          ├─Numerics
    │          │  └─System
    │          │      └─Numerics
    │          ├─Regex
    │          │  └─System
    │          │      └─Text
    │          │          └─RegularExpressions
    │          ├─security
    │          │  └─system
    │          │      └─security
    │          │          ├─authentication
    │          │          │  └─ExtendedProtection
    │          │          │      └─configuration
    │          │          ├─claims
    │          │          ├─cryptography
    │          │          │  └─x509
    │          │          └─permissions
    │          ├─Services
    │          │  ├─IO
    │          │  │  └─System
    │          │  │      └─IO
    │          │  ├─Monitoring
    │          │  │  └─system
    │          │  │      └─Diagnosticts
    │          │  └─Timers
    │          │      └─System
    │          │          └─Timers
    │          ├─Sys
    │          │  ├─misc
    │          │  └─System
    │          │      ├─Collections
    │          │      │  └─Concurrent
    │          │      ├─Configuration
    │          │      │  ├─Internal
    │          │      │  └─Sections
    │          │      ├─Diagnostics
    │          │      │  └─CodeAnalysis
    │          │      ├─IO
    │          │      │  ├─compression
    │          │      │  └─Ports
    │          │      ├─Media
    │          │      ├─Reflection
    │          │      ├─Runtime
    │          │      │  ├─InteropServices
    │          │      │  └─Versioning
    │          │      ├─Security
    │          │      │  └─AccessControl
    │          │      ├─Threading
    │          │      └─Windows
    │          │          ├─input
    │          │          └─Markup
    │          ├─SystemNet
    │          │  └─Net
    │          │      └─PeerToPeer
    │          │          └─Collaboration
    │          ├─WinForms
    │          │  └─Managed
    │          │      └─System
    │          │          ├─Resources
    │          │          └─WinForms
    │          │              ├─ButtonInternal
    │          │              ├─ComponentModel
    │          │              │  └─COM2Interop
    │          │              ├─Design
    │          │              ├─GDI
    │          │              ├─Layout
    │          │              ├─Printing
    │          │              ├─PropertyGridInternal
    │          │              └─VisualStyles
    │          ├─Wmi
    │          │  └─managed
    │          │      └─System
    │          │          └─Management
    │          │              ├─Instrumentation
    │          │              └─InteropClasses
    │          ├─XLinq
    │          │  └─System
    │          │      └─Xml
    │          │          └─Linq
    │          ├─Xml
    │          │  └─System
    │          │      └─Xml
    │          │          ├─Assembly
    │          │          ├─BinaryXml
    │          │          ├─Cache
    │          │          ├─Core
    │          │          ├─Dom
    │          │          ├─Resolvers
    │          │          ├─schema
    │          │          │  └─Inference
    │          │          ├─Serialization
    │          │          │  ├─Advanced
    │          │          │  └─Configuration
    │          │          ├─XPath
    │          │          │  └─Internal
    │          │          └─Xslt
    │          ├─XmlUtils
    │          │  └─System
    │          │      └─Xml
    │          │          └─Xsl
    │          │              ├─IlGen
    │          │              ├─QIL
    │          │              ├─Runtime
    │          │              ├─XPath
    │          │              ├─Xslt
    │          │              └─XsltOld
    │          └─xsp
    │              └─System
    │                  ├─ApplicationServices
    │                  │  ├─Configuration
    │                  │  ├─Hosting
    │                  │  ├─Properties
    │                  │  ├─Security
    │                  │  └─Util
    │                  ├─DataAnnotations
    │                  │  ├─DataAnnotations
    │                  │  │  └─Schema
    │                  │  ├─Properties
    │                  │  └─Resources
    │                  ├─DynamicData
    │                  │  ├─DynamicData
    │                  │  │  ├─ModelProviders
    │                  │  │  └─Util
    │                  │  ├─Properties
    │                  │  ├─Resources
    │                  │  └─ui
    │                  ├─Extensions
    │                  │  ├─ApplicationServices
    │                  │  ├─ClientServices
    │                  │  │  └─Providers
    │                  │  ├─Compilation
    │                  │  │  ├─WCFModel
    │                  │  │  └─XmlSerializer
    │                  │  ├─Configuration
    │                  │  ├─DynamicData
    │                  │  ├─Globalization
    │                  │  ├─Handlers
    │                  │  ├─Management
    │                  │  ├─Profile
    │                  │  ├─Properties
    │                  │  ├─Resources
    │                  │  ├─Script
    │                  │  │  ├─Serialization
    │                  │  │  └─Services
    │                  │  ├─Security
    │                  │  ├─UI
    │                  │  │  └─WebControls
    │                  │  │      └─Expressions
    │                  │  └─Util
    │                  ├─Routing
    │                  │  └─Properties
    │                  └─Web
    │                      ├─Abstractions
    │                      ├─Administration
    │                      ├─Cache
    │                      ├─Compilation
    │                      ├─Configuration
    │                      │  └─Internal
    │                      ├─DataAccess
    │                      ├─Handlers
    │                      ├─Hosting
    │                      ├─Instrumentation
    │                      ├─Management
    │                      ├─ModelBinding
    │                      ├─Profile
    │                      ├─Properties
    │                      ├─Routing
    │                      ├─Security
    │                      │  ├─AntiXss
    │                      │  │  └─CodeCharts
    │                      │  └─Cryptography
    │                      ├─State
    │                      ├─ui
    │                      │  ├─HtmlControls
    │                      │  ├─WebControls
    │                      │  │  └─Adapters
    │                      │  └─WebParts
    │                      ├─Util
    │                      └─WebSockets
    ├─public
    │  └─internal
    │      └─NDP
    │          └─inc
    ├─vb
    │  ├─language
    │  │  ├─compiler
    │  │  │  ├─binder
    │  │  │  ├─codegen
    │  │  │  ├─commandline
    │  │  │  ├─parser
    │  │  │  ├─scanner
    │  │  │  ├─semanticanalyzer
    │  │  │  ├─sharedlib
    │  │  │  └─symbols
    │  │  ├─include
    │  │  ├─shared
    │  │  ├─vbhosted
    │  │  │  ├─corecompiler
    │  │  │  ├─include
    │  │  │  ├─shared
    │  │  │  └─vbhosted
    │  │  │      └─workflow
    │  │  └─vspackage
    │  └─runtime
    │      └─msvbalib
    │          ├─ApplicationServices
    │          ├─Devices
    │          ├─FileIO
    │          ├─Helpers
    │          ├─Logging
    │          └─MyServices
    │              └─Internal
    ├─vscommon
    │  ├─crypthash
    │  └─unilib
    └─wpf
        ├─src
        │  ├─Base
        │  │  ├─MS
        │  │  │  └─Internal
        │  │  │      ├─ComponentModel
        │  │  │      ├─interop
        │  │  │      ├─IO
        │  │  │      │  ├─Packaging
        │  │  │      │  │  └─CompoundFile
        │  │  │      │  └─Zip
        │  │  │      ├─Permissions
        │  │  │      ├─Security
        │  │  │      │  └─RightsManagement
        │  │  │      └─Threading
        │  │  └─System
        │  │      ├─Collections
        │  │      │  ├─ObjectModel
        │  │      │  └─Specialized
        │  │      ├─ComponentModel
        │  │      ├─Diagnostics
        │  │      ├─IO
        │  │      │  └─Packaging
        │  │      │      └─CompoundFile
        │  │      ├─Security
        │  │      │  ├─permissions
        │  │      │  └─RightsManagement
        │  │      └─Windows
        │  │          ├─Converters
        │  │          │  └─Generated
        │  │          ├─Data
        │  │          ├─Generated
        │  │          ├─Input
        │  │          ├─Interop
        │  │          ├─Markup
        │  │          │  └─Primitives
        │  │          ├─Media
        │  │          │  ├─Converters
        │  │          │  │  └─Generated
        │  │          │  └─Generated
        │  │          └─Threading
        │  ├─BuildTasks
        │  │  ├─Microsoft
        │  │  │  └─Build
        │  │  │      └─Tasks
        │  │  │          └─Windows
        │  │  └─MS
        │  │      └─Internal
        │  │          ├─Localization
        │  │          ├─MarkupCompiler
        │  │          ├─Shared
        │  │          └─Tasks
        │  ├─Core
        │  │  ├─cpp
        │  │  │  ├─dwritewrapper
        │  │  │  └─truetypesubsetter
        │  │  │      └─ttfdelta
        │  │  └─CSharp
        │  │      ├─MS
        │  │      │  ├─Internal
        │  │      │  │  ├─AppModel
        │  │      │  │  ├─Automation
        │  │      │  │  ├─Collections
        │  │      │  │  ├─FontCache
        │  │      │  │  ├─FontFace
        │  │      │  │  ├─Generic
        │  │      │  │  ├─Ink
        │  │      │  │  │  ├─GestureRecognizer
        │  │      │  │  │  └─InkSerializedFormat
        │  │      │  │  ├─IO
        │  │      │  │  │  └─Packaging
        │  │      │  │  ├─Media
        │  │      │  │  ├─Media3D
        │  │      │  │  ├─Resources
        │  │      │  │  ├─Shaping
        │  │      │  │  └─TextFormatting
        │  │      │  └─Win32
        │  │      └─System
        │  │          ├─IO
        │  │          │  └─Packaging
        │  │          └─Windows
        │  │              ├─Automation
        │  │              │  └─Peers
        │  │              ├─Documents
        │  │              ├─Generated
        │  │              ├─Ink
        │  │              ├─Input
        │  │              │  ├─Command
        │  │              │  └─Stylus
        │  │              ├─InterOp
        │  │              ├─Markup
        │  │              ├─Media
        │  │              │  ├─Animation
        │  │              │  │  └─Generated
        │  │              │  ├─Converters
        │  │              │  │  └─Generated
        │  │              │  ├─Effects
        │  │              │  │  └─Generated
        │  │              │  ├─Generated
        │  │              │  ├─Imaging
        │  │              │  │  └─Generated
        │  │              │  └─textformatting
        │  │              ├─Media3D
        │  │              │  ├─Converters
        │  │              │  │  └─Generated
        │  │              │  └─Generated
        │  │              ├─Navigation
        │  │              └─Resources
        │  ├─Framework
        │  │  ├─Microsoft
        │  │  │  └─Win32
        │  │  ├─MS
        │  │  │  ├─Internal
        │  │  │  │  ├─Annotations
        │  │  │  │  │  ├─Anchoring
        │  │  │  │  │  ├─Component
        │  │  │  │  │  └─Storage
        │  │  │  │  ├─AppModel
        │  │  │  │  ├─Commands
        │  │  │  │  ├─Controls
        │  │  │  │  │  └─StickyNote
        │  │  │  │  ├─Data
        │  │  │  │  ├─documents
        │  │  │  │  │  └─Application
        │  │  │  │  ├─Globalization
        │  │  │  │  ├─Ink
        │  │  │  │  ├─Interop
        │  │  │  │  ├─IO
        │  │  │  │  │  └─Packaging
        │  │  │  │  ├─Markup
        │  │  │  │  ├─Navigation
        │  │  │  │  ├─permissions
        │  │  │  │  ├─Printing
        │  │  │  │  ├─Progressivity
        │  │  │  │  ├─PtsHost
        │  │  │  │  ├─PtsTable
        │  │  │  │  ├─Text
        │  │  │  │  └─Utility
        │  │  │  └─Win32
        │  │  └─System
        │  │      ├─ComponentModel
        │  │      └─Windows
        │  │          ├─Annotations
        │  │          │  └─Storage
        │  │          ├─Automation
        │  │          │  └─Peers
        │  │          ├─Controls
        │  │          │  └─Primitives
        │  │          ├─Data
        │  │          ├─Documents
        │  │          │  ├─DocumentStructures
        │  │          │  └─Serialization
        │  │          ├─Generated
        │  │          ├─Ink
        │  │          ├─Input
        │  │          │  └─Command
        │  │          ├─Interop
        │  │          ├─Markup
        │  │          │  ├─Baml2006
        │  │          │  ├─Localizer
        │  │          │  └─Primitives
        │  │          ├─Media
        │  │          │  └─Animation
        │  │          │      └─Generated
        │  │          ├─Navigation
        │  │          ├─Resources
        │  │          ├─Shapes
        │  │          ├─Shell
        │  │          └─Standard
        │  ├─Graphics
        │  │  └─include
        │  │      └─Generated
        │  ├─host
        │  │  ├─dll
        │  │  ├─inc
        │  │  ├─shared
        │  │  └─shimimpl
        │  ├─printing
        │  │  └─cpp
        │  │      ├─inc
        │  │      │  └─gdiexporter
        │  │      └─src
        │  │          └─gdiexporter
        │  ├─Shared
        │  │  ├─cpp
        │  │  ├─detours
        │  │  ├─inc
        │  │  ├─MS
        │  │  │  ├─Internal
        │  │  │  │  ├─commands
        │  │  │  │  ├─Generated
        │  │  │  │  ├─Ink
        │  │  │  │  ├─IO
        │  │  │  │  │  └─Packaging
        │  │  │  │  │      └─CompoundFile
        │  │  │  │  ├─Permissions
        │  │  │  │  └─Xaml
        │  │  │  │      └─Context
        │  │  │  ├─Utility
        │  │  │  └─Win32
        │  │  ├─System
        │  │  │  └─Windows
        │  │  │      ├─Ink
        │  │  │      ├─Markup
        │  │  │      └─Media
        │  │  └─tracing
        │  │      ├─managed
        │  │      └─native
        │  ├─Themes
        │  │  ├─Aero
        │  │  │  └─Microsoft
        │  │  │      └─Windows
        │  │  │          └─Themes
        │  │  ├─Classic
        │  │  │  └─Microsoft
        │  │  │      └─Windows
        │  │  │          └─Themes
        │  │  ├─Luna
        │  │  │  └─Microsoft
        │  │  │      └─Windows
        │  │  │          └─Themes
        │  │  ├─Royale
        │  │  │  └─Microsoft
        │  │  │      └─Windows
        │  │  │          └─Themes
        │  │  └─Shared
        │  │      └─Microsoft
        │  │          └─Windows
        │  │              └─Themes
        │  └─UIAutomation
        │      ├─UIAutomationClient
        │      │  ├─MS
        │      │  │  ├─Internal
        │      │  │  │  └─Automation
        │      │  │  └─Win32
        │      │  └─System
        │      │      └─Windows
        │      │          └─Automation
        │      │              └─Text
        │      └─Win32Providers
        │          └─MS
        │              ├─Internal
        │              │  └─AutomationProxies
        │              └─Win32
        └─Test
            └─Common
                └─FxCop
                    └─Suppression
                        ├─Aero
                        ├─Base
                        ├─Build
                        ├─Classic
                        ├─Core
                        ├─Framework
                        ├─Luna
                        ├─Royale
                        ├─UIAClient
                        └─UIAClientSideProviders











评分

参与人数 2金钱 +1 贡献 +1 收起 理由
jefferic + 1 很给力!
乔克斯 + 1 赞一个!

查看全部评分

回复 论坛版权

使用道具 举报

原始 发表于 2014-7-26 09:48:51 | 显示全部楼层
分享的不错
wtujoxk 发表于 2014-7-29 09:25:43 | 显示全部楼层
谢谢分享!!!!!!!
回复

使用道具 举报

kela20 发表于 2014-11-10 12:00:55 | 显示全部楼层
谢谢分享
回复

使用道具 举报

zkb0310 发表于 2014-11-29 22:40:23 | 显示全部楼层
现在都没时间看源代码,纠结
971790945 发表于 2014-11-30 20:21:32 | 显示全部楼层
已经下有了,来顶
theuskty 发表于 2014-12-15 20:39:14 | 显示全部楼层
现在都没时间看源代码,纠结
spirit 发表于 2014-12-16 10:17:15 | 显示全部楼层
谢谢分享!
回复

使用道具 举报

jefferic 发表于 2014-12-16 20:27:23 | 显示全部楼层
很不错,赞一个
span 发表于 2015-1-7 02:36:33 | 显示全部楼层
不错  支持一个
您需要登录后才可以回帖 登录 | 加入CSkin博客

本版积分规则

QQ|申请友链|小黑屋|手机版|Archiver|CSkin ( 粤ICP备13070794号

Powered by Discuz! X3.2  © 2001-2013 Comsenz Inc.  Designed by ARTERY.cn
GMT+8, 2024-3-28 23:40, Processed in 0.777533 second(s), 37 queries , Gzip On.

快速回复 返回顶部 返回列表