CSkin博客
标题:
【.NET Framework 4.5.1源码】DotNet官方部分公开源代码
[打印本页]
作者:
xiaobo
时间:
2014-7-22 20:20
标题:
【.NET Framework 4.5.1源码】DotNet官方部分公开源代码
如题,仅仅是公开一部分的源码,官方下载下来的
源码的查看地址:
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
作者:
原始
时间:
2014-7-26 09:48
分享的不错
作者:
wtujoxk
时间:
2014-7-29 09:25
谢谢分享!!!!!!!
作者:
kela20
时间:
2014-11-10 12:00
谢谢分享
作者:
zkb0310
时间:
2014-11-29 22:40
现在都没时间看源代码,纠结
作者:
971790945
时间:
2014-11-30 20:21
已经下有了,来顶
作者:
theuskty
时间:
2014-12-15 20:39
现在都没时间看源代码,纠结
作者:
spirit
时间:
2014-12-16 10:17
谢谢分享!
作者:
jefferic
时间:
2014-12-16 20:27
很不错,赞一个
作者:
span
时间:
2015-1-7 02:36
不错 支持一个
作者:
chiangson
时间:
2015-1-7 09:06
微软也搞开源了
作者:
land089
时间:
2015-3-20 00:22
看看!!!!!!!!!!!!!
作者:
land089
时间:
2015-3-20 00:22
看看!!!!!!!!!!!!!
作者:
Cynthco
时间:
2015-3-30 16:37
谢谢分享。
作者:
hi5438
时间:
2015-4-2 23:51
太多了 看不过来
作者:
iNIC
时间:
2015-4-9 09:40
谢谢分享!赞一个
作者:
aaines
时间:
2015-4-15 18:37
好长 好长的一段一哟
作者:
xiaobo
时间:
2015-4-17 18:37
aaines 发表于 2015-4-15 18:37
好长 好长的一段一哟
代码结构 挺清晰的
作者:
sscbn
时间:
2015-4-21 01:50
{:3_41:}thanksss
作者:
maxradish
时间:
2015-5-8 19:32
我来看看,貌似不错
作者:
ririkaka
时间:
2015-5-14 00:19
谢谢分享!
作者:
M188
时间:
2015-5-14 12:02
DotNet官方部分公开源代码
作者:
palarain
时间:
2015-7-14 17:34
这个必须要研究研究哇
作者:
熊猫侠
时间:
2015-7-28 09:13
必须看看
作者:
熊猫侠
时间:
2015-7-28 09:13
必须看看
作者:
hu13779472390
时间:
2016-3-7 13:51
我好想回复过一次下载过一次啊
作者:
黑羽恨长风
时间:
2016-3-7 16:59
谢谢分享,这个值得一看
作者:
liqud
时间:
2016-3-8 08:58
这个好,学习一下
作者:
Peter.luo
时间:
2016-3-8 18:47
支持一下,下载学习一下
作者:
qhua
时间:
2016-3-8 23:41
分享分享分享分享
作者:
xamarin
时间:
2016-3-9 08:31
则个必须要顶
作者:
wangxp
时间:
2016-3-10 00:36
初学C#,下来以后研究
作者:
taotaoed987
时间:
2016-3-10 14:51
很好,值得看学习
作者:
wtf3505
时间:
2016-10-25 00:58
支持。。。。。。
作者:
chenliang624
时间:
2016-10-25 01:36
otNet官方部分公开源代码 [修改]
作者:
zakailynn
时间:
2016-11-2 23:50
谢谢分享
作者:
zakailynn
时间:
2016-11-2 23:50
谢谢分享
作者:
china_ggd
时间:
2016-11-28 19:44
谢谢分享!!!!!!!
作者:
wesson2016
时间:
2016-11-29 09:49
谢谢分享
作者:
mingsn
时间:
2016-12-7 15:56
感谢楼主分享。
作者:
spedit
时间:
2017-1-26 22:28
不错,这个要支持
作者:
sese
时间:
2017-2-6 16:29
感谢分享
作者:
lixiaoliyubo
时间:
2017-2-13 09:01
惺惺惜惺惺想寻寻寻寻寻寻寻寻
作者:
758132951
时间:
2017-3-9 22:41
谢谢楼主,共同学习
作者:
dsy361
时间:
2017-3-31 00:04
谢谢~~~~~~~~~~~~~~~~
作者:
wangpl
时间:
2017-9-26 23:46
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
作者:
wang1643329405
时间:
2018-10-21 15:45
看看微软的源码,进行学习
作者:
hhhxxx2010
时间:
2018-12-1 00:46
kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
作者:
linzhen
时间:
2018-12-9 13:18
.NET Framework 4.5.1源码
作者:
username1
时间:
2019-5-2 18:52
下载来学习一下
作者:
liuxingan
时间:
2019-9-12 08:52
参考一下正宗源码长啥样
作者:
jhyjhy213
时间:
2019-9-12 09:03
感谢分享
作者:
abweixx
时间:
2021-1-14 12:08
感谢分享,辛苦了
作者:
abweixx
时间:
2021-1-14 12:08
感谢分享,辛苦了
作者:
mylsf
时间:
2021-4-15 14:57
给力的楼主,辛苦楼主了
欢迎光临 CSkin博客 (http://bbs.cskin.net/)
Powered by Discuz! X3.2