分享
 
 
 

.Net 名字空间成员速查

王朝c#·作者佚名  2006-01-09
窄屏简体版  字體: |||超大  

目 录

Microsoft.ComServices

Microsoft.Win32

System

System.CodeDOM

System.CodeDOM.Compiler

System.Collections

System.Collections.Bases

System.ComponentModel

System.ComponentModel.Design

System.ComponentModel.Design.CodeModel

System.Configuration

System.Configuration.Assemblies

System.Configuration.Core

System.Configuration.Install

System.Configuration.Interceptors

System.Configuration.Schema

System.Configuration.Web

System.Core

System.Data

System.Data.ADO

System.Data.Internal

System.Data.SQL

System.Data.SQLTypes

System.Diagnostics

System.Diagnostics.SymbolStore

System.DirectoryServices

System.Drawing

System.Drawing.Design

System.Drawing.Drawing2D

System.Drawing.Imaging

System.Drawing.Printing

System.Drawing.Text

System.Globalization

System.IO

System.IO.IsolatedStorage

System.Management

System.Messaging

System.Net

System.Net.Sockets

System.Reflection

System.Reflection.Emit

System.Resources

System.Runtime.CompilerServices

System.Runtime.InteropServices

System.Runtime.InteropServices.Expando

System.Runtime.Remoting

System.Runtime.Remoting.Channels.HTTP

System.Runtime.Remoting.Channels.SMTP

System.Runtime.Remoting.Channels.TCP

System.Runtime.Serialization

System.Runtime.Serialization.Formatters

System.Runtime.Serialization.Formatters.Binary

System.Runtime.Serialization.Formatters.Soap

System.Security

System.Security.Cryptography.X509Certificates

System.Security.Permissions

System.Security.Policy

System.Security.Principal

System.ServiceProcess

System.Text

System.Text.RegularExpressions

System.Threading

System.Timers

System.Web

System.Web.Caching

System.Web.Configuration

System.Web.Security

System.Web.Services

System.Web.Services.Description

System.Web.Services.Discovery

System.Web.Services.Protocols

System.Web.UI

System.Web.UI.Design

System.Web.UI.Design.WebControls

System.Web.UI.Design.WebControls.ListControls

System.Web.UI.HtmlControls

System.Web.UI.WebControls

System.Web.Util

System.WinForms

System.WinForms.ComponentModel

System.WinForms.Design

System.Xml

System.Xml.Serialization

System.Xml.Serialization.Schema

System.Xml.XPath

System.Xml.Xsl

Microsoft.ComServices

类、结构、枚举

BootstrapHelper ComponentServices ContextUtil RegistrationErrorInfo

RegistrationHelper SecurityCallContext SecurityCallers SecurityIdentifier

SecurityIdentity SharePropertyGroupManager SubAuthorityArray

ApplicationAccessControlAttribute ApplicationQueuingAttribute

ConstructionEnabledAttribute DescriptionAttribute EventClassAttribute

GenericPropertyAttribute InterfacePropertyAttribute MethodPropertyAttribute

AutoCompleteAttribute ApplicationPropertyAttribute ApplicationActivationAttribute

ApplicationIDAttribute ApplicationNameAttribute ComponentPropertyAttribute

COMTIIntrinsicsAttribute EventTrackingEnabledAttribute ExceptionClassAttribute

IISIntrinsicsAttribute JustInTimeActivationAttribute LoadBalancingSupportedAttribute

MustRunInClientContextAttribute SynchronizationAttribute TransactionAttribute

ComponentAccessControlAttribute InterfaceQueuingAttribute ObjectPoolingAttribute

SecurityRoleAttribute RegistrationHelperTx BOID XACTTRANSINFO

AccessChecksLevelOption ActivationOption AuthenticationOption

ImpersonationLevelOption InstallationFlags propertyLockMode PropertyReleaseMode

SynchronizationOption TransactionOption TransactionVote

接口

IGetContextProperties IObjectConstruct IObjectConstuctString

IObjectContext IObjectContextInfo IObjectControl IRegHelperInternal

IRegistrationHelper ITransaction SharedProperty SharePropertyGroup

Microsoft.Win32

类、结构、枚举

Registry RegistryKey RegistryHive

System

类、结构、枚举

Object Activator AppDomainFlags Array Attribute AttributeUsageAttribute

CLSCompliantAttribute ContextStaticAttribute FlagsAttribute

LoaderOptimizationAttribute MTAThreadAttribute NonSerializedAttribute

ObsoleteAttribute ParamArrayAttribute SerializableAttribute STAThreadAttribute

ThreadStaticAttribute BitConverter Buffer CallContext Console Convert DBNull

Delegate MulticastDelegate UnhandledExceptionEventHandler AsyncCallback

CrossAppDomainDelegate EventHandler Empty Environment EventArgs

UnhandledExceptionEvent Exception SystemException TypeInitializationException

TypeLoadException EntryPointNotFoundException TypeUnloadedException

UnauthorizdAccessException WeakReferenceException AccessException

FieldAccessException MethodAccessException MissingMemberException

MissingMethodException MissingFieldException AppDomainUnloadedException

AppDomainUnloadInProgressException ArgumentException ArgumentNullException

ArgumentOutOfRangeException DuplicateWaitObjectException ArithmeticException

ArrayTypeMismatchException BadImageFormatException

CannotUnloadAppDomainException ContextMarshalException CoreException

ExecutionEngineException IndexOutOfRangeException StackOverflowException

FormatException InvalidCastException InvalidOperationException

MulticastNotSupportedException NotImplementedException NotSupportedException

PlatformNotSupportedException NullReferenceException OutOfMemoryException

RankException ServicedComponentException URIFormatException

ApplicationException GC LocalDataStoreSlot LogicalCallContext

MarshalByRefObject ServicedComponent __ComObject AppDomain

ContextBoundObject Math OperatingSystem Radix Random Type String

TimeZone URI Value ValueType Void ArgIterator Boolean Byte Char

Currency DateTime Decimal Double Enum LoaderOptimization PlatformID

TypeCode UriHostNameType URIPartial AttributeTargets Guid Int16 Int32

Int64 IntPtr ParamArray RuntimeArgumentHandle RuntimeFieldHandle

RuntimeMethodHandle RuntimeTypeHandle SByte Single TimeSpan

TypedReference UInt16 UInt32 UInt64 UIntPtr Version WeakReference

接口

IAsyncResult ICloneable IComparable IConvertible ICustomFormatter

IFormattable ILogicalThreadAffinative IServiceObjectProvider

System.CodeDOM

类、结构、枚举

CodeAttributeArgument CodeAttributeArgumentCollection CodeAttributeBlock

CodeAttributeDeclaration CodeAttributeDeclarationCollection CodeCatchClause

CodeCatchClauseCollection CodeClassCollection CodeClassMemberCollection

CodeExpression CodeFieldReferenceExpression CodeIndexerExpression

CodeLiteralExpression CodeMethodInvokeExpression CodeObjectCreateExpression

CodeParameterDeclarationExpression CodePrimitiveExpression

CodePropertyReferenceExpression CodeThisReferenceExpression

CodeTypeOfExpression CodeTypeReferenceExpression CodeArrayCreateExpression

CodeBaseReferenceExpression CodeBinaryOperatorExpression CodeCastExpression

CodeDelegateCreateExpression CodeDelegateInvokeExpression

CodeExpressionCollection CodeLinePragma CodeNamespace CodeLiteralNamespace

CodeNamespaceImportCollection CodeParameterDeclarationExpressionCollection

CodeStatement CodeThrowExceptionStatement CodeTryCatchFinallyStatement

CodeVariableDeclarationStatement CodeAssignStatement CodeAttachEventStatement

CodeClassMember CodeLiteralClassMember CodeMemberEvent CodeMemberField

CodeMemberMethod CodeClassConstructor CodeConstructor CodeMemberProperty

CodeClass CodeClassDelegate CodeCommentStatement CodeDelegateInvokeStatement

CodeDetachEventStatement CodeForLoopStatement CodeIfStatement

CodeLiteralStatement CodeMethodInvokeStatement CodeMethodReturnStatement

CodeNamespaceImport CodeStatementCollection CodeBinaryOperatorType

FieldDirection MemberAttributes

System.CodeDOM.Compiler

类、结构、枚举

CodeGenerator CodeCompiler CSharpCodeGenerator JSCodeGenerator

JSDoubleCompilationCodeGenerator VBCodeGenerator CompilerError

CompilerErrorCollection CompilerParameters CompilerResults Executor TempFiles

IndentedTextWriter

接口IBatchCompiler ICodeCompiler ICodeGenerator

System.Collections

类、结构、枚举

ArrayList BitArray CaseInsensitiveComparer CaseInsensitiveHashCodeProvider

Comparer Dictionary Hashtable CaseInsensitiveHashtable NameObjectCollectionBase

NameValueCollection ObjectList Queue SortedList CaseInsensitiveSortedList Stack

StringCollection StringTable DictionaryEntry

接口

ICollection IComparer IDictionary IDictionaryEnumerator IEnumerable

IEnumerator IHashCodeProvider IList

System.Collections.Bases

类、结构、枚举

TypedCollectionBase TypedDictionaryBase TypedReadonlyCollectionBase

System.ComponentModel

类、结构、枚举

LookForClassInfo MemberAttribute MergablePropertyAttribute

NotificationAttribute PersistableAttribute PersistContentsAttribute PersisterAttribute

PrivatePersisterAttribute PersistableAttribute REadOnlyAttribute

RecommendedAsConfigurableAttribute RunInstallerAttribute

ServerExplorerBrowsableAttribute ServerExplorerReadOnlyAttribute

ShowInToolboxAttribute TypeConverterAttribute ValueEditorAttribute

BindableAttribute BrowsableAttribute CategoryAttribute SysCategoryAttribute

ComponentEditorAttribute DefaultEventAttribute DefaultPropertyAttribute

DefaultValueAttribute DescriptionAttribute SysDescriptionAttribute DesignerAttribute

DesignerCategoryAttribute DesignOnlyAttribute DispidAttribute EditorAttribute

EventDescriptorAttribute ExtenderPropertyAttribute ExtenderProvidedPropertyAttribute

HelpAttribute ImmutableObjectAttribute LicenseProviderAttribute

ListBindableAttribute LocalizableAttribute BaseComponentEditor ClassInfo

CompModSwitches Component Container CreationArgument

EventDescriptorCollection EventHandlerList License LicenseContext

LicenseManager LicenseProvider LicFileLicenseProvider MemberAttributeCollection

MemberDescriptor PropertyDescriptor ReflectPropertyDescriptor

ExtendedPropertyDesriptor EventDescriptor ReflectEventDescriptor PersistInfo

CreationBundle PropertyDescriptorCollection SubProperty SyntaxCheck

TypeConverter TypeListConverter VariantConverter BooleanConverter ByteConverter

CharConverter CollectionConverter ArrayConverter CultureInfoConverter

CurrencyConverter DateTimeConverter DecimalConverter DoubleConverter

EnumConverter AlphabeticalEnumConverter ExpandableObjectConverter

GuidConverter Int16Converter Int32Converter Int64Converter ReferenceConverter

ComponentConverter SingleConverter StringConverter TimeSpanConverter

TypeDescriptor ValidatingEventArgs ValueEditor CancelEventHandler

CollectionChangeEventHandler PropertyChangedEventHandler RefreshEventHandler

TableChangedEventHandler ValidatingEventHandler CancelEventArgs

CollectionChangedEventHandler PropertyChangedEventArgs RefreshEventArgs

TableChangedEventArgs InvalidEnumArgumentException Win32Exception

LicenseException ObjectDisposedException WarningException

MarshalByRefComponent Sys BindableSupport CollectionChangeAction

LicenseUsageMode PersistableSupport TableChangedType TableSortDirection

ValueEditorStyles

接口

IClassInfo IComNativeDescriptorHandler IComponent IContainer

ICustomTypeDescriptor IExtenderProvider IPersistable ISite ISupportInitialize

ISynchronizeInvoke ITable ITypeDesriptorContext IValueAccess

System.ComponentModel.Design

类、结构、枚举

AccessedThroughPropertyAttribute InheritanceAttribute

NotifyParentPropertyAttribute ParenthesizePropertyNameAttribute PropertyTabAttribute

RefreshPropertiesAttribute ToolboxItemAttribute ValueProviderCollection

AddremoveComponentActionUnit CodePersister ComponentModelPersister

CodeStream CommandID ComponentChangeBaseActionUnit

PropertyChangeActionUnit EventHandlerSetActionUnit ComponentDesigner

CompoundActionUnit CompoundPropertyChangeActionUnit

DesigntimeLicenseContextSerializer DocumentCollection InheritanceService Localizer

MemberModifier MenuCommand DesignerVerb PropertyValue

ServiceObjectContainer StandCommands StandardToolWindows ValueEditorHost

ValueProvider ResourceValueProvider ValueProviderService DesigntimeLicenseContext

InheritedPropertyDescriptor ValueEditorConverter NumericFormatTypeEditor

IntegerEditor BlankIntegerEditor AliasEditor DateTimeFormatEditor

NumericFormatEditor ByteEditor ContentAlignmentEditor CultureInfoEditor

CurrencyEditor DatePickerEditor DecimalEditor GuidEditor ImmediateStringEditor

NameEditor ObjectPropertiesEditor OldArrayEditor OldCollectionEditor

ReadOnlyValueEditor ReferenceEditor NonEditableReferenceEditor StringEditor

StringListEditor TimeSpanEditor VariantEditor ActionUnitEventHandler

ActiveDocumentEventHandler BatchOperationEventHandler

ComponentChangeEventHandler ComponentChangingEventHandler

ComponentEventHandler ComponentRenameEventHandler

ContainerSelectorActiveEventHandler DocumentEventHandler TestCommand

ToolboxComponentsCreatedEventHandler TypeChangedEventHandler

UIActivationStateEventHandler ServiceCreatorCallback BinaryEditor CollectionEditor

ArrayEditor DateTimeEditor ObjectSelectorEditor ActionUnitEventArgs

ActiveDocumentEventArgs BatchOperationEventArgs ComponentChangedEventArgs

ComponentChangingEventArgs ComponentEventArgs ComponentRenameEventArgs

ContainerSelectorActiveEventArgs DocumentEventArgs

ToolboxComponentsCreatedEvent TypeChangedEventArgs UIActivationStateEventArgs

CheckoutException ArrayDialog ByteViewer ActionType AdornamentType

ContainerSelectorActiveEventArgsType DisplayMode HelpContextType

HelpKeywordType InheritanceLevel PropertyTabScope RefreshProperties

SelectionRules SelectionStyles SelectionTypes ValueExpressionLevel

接口

IActionUnit IApplicationExtensibilityService ICheckoutService

ICodeGenSupressionService ICodeNavigatorService ICodePersisterTaskListService

IComponentChangeService IComponentCodePersistanceService

ICompoundActionUnit IDeferLoadService IDesigner IDictionaryService

IDesignerFilter IDesignerHost IDesignerOptionService IDictionaryService

IEditorSite IEventPropertyService IExtenderListService IExtenderProviderService

IExtensibilityService IFilePersistanceService IHelpService IInheritanceService

IMenuCommandService IReferenceService IResourceService ISelectionService

IServiceObjectContainer ITestCommandService ITypeDescriptorFilterService

IUIActivationService IUndoService IValueProvider IValueProviderCollection

IValueProviderService

System.ComponentModel.Design.CodeModel

类、结构、枚举

DelegatTypeInfo

接口

ICodeArrayCreateExpression ICodeBlockComment ICodeCast ICodeClass

ICodeClassImport ICodeConstructor ICodeDataMember ICodeDelegate

ICodeDOMStatement ICodeElement ICodeElementLocation ICodeElements

ICodeEventSetStatement ICodeLocalVariableStatement ICodeMember

ICodeMembers ICodeMethod ICodeMethodInvokeExpression

ICodeMethodInvokeStatement ICodeNameReferenceExpression

ICodeNamespaceImport ICodeObjectCreateExpression ICodeParameter

ICodeParameters ICodeProperty ICodePropertySetStatement

ICodeReturnValueStatement ICodeSourceFile ICodeStatement ICodeStatements

System.Configuration

类、结构、枚举

BaseConfigCollection BaseConfigItem ConfigManager LevelOfService

QueryCell Selector ConfigQuery FileSelector LocalMachineSelector

AppDomainSelector HttpSelector NullSelector ConfigException

ConfigExceptionType PutFlags QueryCellOp

接口

IConfigCollection IConfigItem

System.Configuration.Assemblies

类、结构、枚举

AssemblyHash AssemblyHashAlgorithm AssemblyVersionCompatibility

ProcessorID

System.Configuration.Core

类、结构、枚举

AppDomain BindingPolicy CodeBaseHint

System.Configuration.Install

类、结构、枚举

Installer TransactedInstaller AssemblyInstaller ComponentInstaller

InstallContext WfcInstallContext InstallerCollection InstallEventHandler

InstallEventArgs InstallException UninstallAction

System.Configuration.Interceptors

类、结构、枚举

ListAppend ListMerge ListPrepend NativeCatalogInterceptor PropertyOverride

HttpFileSelector ListSelector ConfigInterceptorException RequestParams

ListMergeDirective

接口

IConfigMerger IConfigReader IConfigTransformer

System.Configuration.Schema

类、结构、枚举

PropertySchemaCollection QueryMeta RelationMeta SchemaFile ConfigSchema

ConfigTypeSchema PropertySchema ConfigTypeSchemaMetaFlags

ConfigTypeSchemaSchemaGeneratorFlags RelationMetaMetaFlags

System.Configuration.Web

类、结构、枚举

AppSettings Assembly Authentication AuthorizationItem CodeAccess

Compilation Compiler ConfigSection Cookie Credential CustomErrors

DiscoverySearchPatternType Globalization HttpHandler HttpHandlerFactory

HttpModule Impersonation Location MimeImporterType MimeInfoType

MimeReflectorType ParameterReaderType Passport ProcessModel

ProtocolImporterType ProtocolInfoType ProtocolReflectorType ProtocolType

ReferenceResolverType ReturnWriterType SdlHelpGenerator SessionState Trace

User WebControl

System.Core

类、结构、枚举

HashCodes SystemEvents UNDONE Utils PowerModeChangedEventHandler

SessionEndedEventHandler SessionEndingEventHandler TimerElapsedEventHandler

UserPreferenceChangedEventHandler PowerModeChangedEventArgs

SessionEndedEventArgs SessionEndingEventArgs TimerElapsedEventArgs

UserPreferenceChangedEventArgs CprException EmptyEnumeratorException

PowerModes SessionEndReasons UserPreferenceCategories

接口

IIndexedCollection

System.Data

类、结构、枚举

AdapterDesignerAttribute DataCategoryAttribute DataSysDescriptionAttribute

PropertiesCollection DataColumn ObjectStoreColumn DataSet DataSetView

DataTable ObjectStoreTable DataView RelatedView DataRowViewColumnDescriptor

DataRowViewRelationDescriptor DataSetViewListItemTableDescriptor BaseCollection

ColumnsCollection ConstraintsCollection RelationsCollection RowsCollection

TablesCollection TableSettingsCollection Constraint ForeignKeyConstraint

UniqueConstraint DataError DataExpression DataFilter DataKey DataRelation

DataRow DataRowBuilder DataRowViewTypeDescriptor DataRowView

DataSetViewListItemTypeDescriptor DataSetViewListItem DataUtil StreamFormats

TableSetting ConvertEventHandler DataColumnChangeEventHandler

DataRowChangeEventHandler DataRowCreatedEventHandler ListChangedEventHandler

MergeFailedEventHandler PositionChangingEventHandler StateChangeEventHandler

ConvertEventArgs DataColumnChangeEventArgs DataRowChangeEventArgs

IndexEventArgs ListChangedEventArgs MergeFailedEventArgs

PositionChangingEventArgs StateChangeEventArgs DataException

DeletedRowInaccessibleException DuplicateNameException

InRowChangingEventException InvalidBindingException InvalidConstraintException

InvalidExpressionException SyntaxErrorException EvaluateException

MissingPrimaryKeyException NoNullAllowerException ReadOnlyException

RowNotInTableException VersionNotFoundException ConstraintException DataSys

Range AcceptRejectRule AggregateTypes CascadeAction CommandType

DataRowAction DataRowState DataRowVersion DataViewRowState

DBCommandBehavior DBObjectState EnforceConstraintsRule IsolationLevel

ListChangedType MappingType MissingMappingAction MissingSchemaAction

ParameterDirection PropertyAttributes ReadState Rule SchemaType SortDirection

SortOrder StatementType TreePosition UpdateRowSource UpdateStatus

XmlContent XmlOrder

接口

ICollectionInfo IColumnMapping IColumnMappings IDataErrorInfo

IDataList IDataParameter IDataReader IDataRecord IDataSetCommand

IEditabhleList IEditableObject IFilter IIndexedList IListSource ILiveList

INameTable IPresentedProPerties IPropertyDescriptor ISortedList

ITableMapping ITableMappings ITypedElements ITypedList ITypedObject

System.Data.ADO

类、结构、枚举

ADODataSetCommand ADOConnection aDOCommandComverter

ADOParameterConverter ADOError AdOErrors ADOParameter ADOParameters

ADOProperties ADOProperty ADOCommand ADODataReader

ADOInfoMessageEventHandler ADORowUpdatedEventHandler

ADORowUpdatingEventHandler ADOSchemaMappingEventHandler

ADOInfoMessageEventArgs ADORowUpdateEventArgs ADOrowUpdatingEventArgs

ADOSchemaMappingEventArgs ADOException ADODBType

System.Data.Internal

类、结构、枚举

DataSetCommand DBDataSetCommand DBConnection DBColumnDescriptor

DataColumnMappingConverter DataTableMappingConverter DataColumnMapping

DataColumnMappings DataStorage DataTimeStorage DecimalStorage DoubleStorage

Int16Storage Int32Storage Int64Storage ObjectStorage SByteStorage SingleStorage

SparseStorage StringStorage TimeSpanStorage UInt16Storage UInt32Storage

UInt64Storage BooleanStorage ByteStorage CharStorage DataTableMapping

DataTableMappings DBCommand DBDataReader DBDataRecord DBEnumerator

SchemaChangedEventHandler SchemaChangingEventHandler InfoMessageEventArgs

RowUpdatedEventArgs RowUpdatingEventArgs SchemaChangedEventArgs

SchemaChangingEventArgs SchemaMappingEventArgs

接口

IDataParameters

System.Data.SQL

类、结构、枚举

SQLDataSetCommand SQLConnection S/QLCommandConverter

SQLParameterConverter SQLCommand SQLDataReader SQLError SQLErrors

SQLParameter SQLParameters SQLInfoMessageEventHandler

SQLRowUpdateEventHandler SQLRowUpdatingEventHandler

SQLSchemaMappingEventHandler SQLRowUpdatedEventArgs

SQLRowUpdatingEventArgs SQLSchemaMappingEventArgs

SQLInfoMessageEventArgs SQLException SQLPooledConnection SQLDataType

接口

IGetDispenser ISQLDataRecord ITransaction ITransactionExport

ITransactionExportFactory

System.Data.SQLTypes

类、结构、枚举

SQLBinary SQLString SQLException SQLNullValueException

SQLTruncateException SQLBit SQLBoolean SQLByte SQLDateTime SQLDouble

SQLGuid SQLInt16 SQLInt32 SQLInt64 SQLMoney SQLNumeric SQLSingle

接口

INullable

System.Diagnostics

类、结构、枚举

MonitoringDescriptionAttribute ConditionalAttribute

DebuggableAmbivalentAttribute DebuggableAttribute DebuggerHiddenAttribute

DebuggerStepThroughAttribute CountersData InstancesData EventLogInstaller

PerformanceCounterInstaller EventLog EventLogEntry PerformanceCounter Process

ProcessModule ProcessStartInfo ProcessThread EventLogEventHandler CoreSwitches

Counter CounterCreationData CounterCreationDataCollection

CounterSampleCalculator Debug Debugger EventLogNames InstanceData

PerformanceCounterCateGory PerformanceCounterManager SerializableRegistryKey

StackFrame StackTrace Switch TraceSwitch BooleanSwitch Trace TraceListener

DefaultTraceListener EventLogTraceListener TextWriterTraceListener TraceListeners

EventLogEvent CounterSample EventLogEntryType PerformanceCounterType

ProcessPriorityClass ProcessWindowStyle ThreadPriorityLevel ThreadState

ThreadWaitReason TraceLevel

接口

ICollectData

System.Diagnostics.SymbolStore

类、结构、枚举

SymBinder SymDocument SymDocumentType SumDocumentWriter

SymLanguageType SymLanguageVendor SymMethod SymReader SymScope

SymVariable SymWrite SymbolToken SymAddressKind

接口

ISymbolBinder ISymbolDocument ISymbolDocumentWrite ISymbolMenthod

ISymbolNamespace ISymbolReader ISymbolScope ISymbolVariable

ISymbolWriter

System.DirectoryServices

类、结构、枚举

DSDescriptionAttribute DirectoryEntry DirectorySearcher

DirectoryEntryCollection DirectoryEntryProperty DirectoryEntryPropertyCollection

DirectoryEntryPropertyValueCollection SearchResults SearchResultsEntry

SearchResultsProperty SearchResultsPropertyCollection

SearchResultsPropertyValueCollection SortOption ReferralChasingOptions

SearchScope SortDirection

System.Drawing

类、结构、枚举

GraphicsAdvancedAttribute ToolboxBitmapAttribute ColorConverter

CursorConverter FontConverter ImageConverter ImageFormatConverter

PointConverter RectangleConverter SizeConverter IconConverter Brushes

ColorTranslator Cursor Cursors Icon ImageAnimator Pens SystemBrushes

SystemColors SystemIcons SystemPens Brush SolidBrush TextureBrush Font

FontFamily Graphics Image Bitmap Pen Region StringFormat Color Point

PointF Rectangle RectangleF Size SizeF BrushStyle ContentAlignment

FontStyle GraphicsUnit KnownColor PenStyle PolyFillMode StringAlignment

StringDigitSubstitute StringFormatFlags StringTrimming StringUnit

System.Drawing.Design

类、结构、枚举

PointEditor RectangleEditor SizeEditor PropertyValueUIHandler

PropertyValueUIItemInvokeHandler PropertyValueUIItem ToolboxItem

DrawingToolboxItem UITypeEditor ColorEditor COM2ExtendedUITypeEditor

ContentAlignmentEditor CursorEditor FontEditor FontNameEditor IconEditor

ImageEditor MetafileEditor BitmapEditor ToolboxItemInfoEnum

UITypeEditorEditStyle

接口

IPropertyValueUIService IToolboxUser

System.Drawing.Drawing2D

类、结构、枚举

Blend ColorBlend PathData RegionData HatchBrush LinearGradientBrush

PathGradientBrush CustomLineCap AdjustableArrowCap GraphicsContainer

GraphicsPath GraphicsPathIterator GraphicsState Matrix CombineMode

CompositingMode CompositingQuality CoordinateSpace DashStyle FillMode

FlushIntention HatchStyle InterpolationMode LinearGradientMode LineCap

LineJoin MatrixOrder PathPointType PenAlignment PenType PixelOffsetMode

QualityMode RenderingHint SmoothingMode WarpMode WrapMode

System.Drawing.Imaging

类、结构、枚举

APMFileHeader BitmapData ColorMap ColorMatrix ColorPalette Decoder

Encoder EncoderParameter EncoderParameters FrameDimension ImageAttributes

ImageCodecInfo ImageFormat MetafileHeader METAHEADER PropertyItem

Metafile ColorAdjustType ColorChannelFlags ColorMapType ColorMatrixFlags

ColorMode EmfPlusRecordType EmfType EncoderParameterValueType

ImageCodecFlags ImageFlags ImageLockMode MetafileFrameUnit MetafileType

PaletteFlags PixelFormat

System.Drawing.Printing

类、结构、枚举

PrintDocument MarginsConverter PrintEventHandler PrintPageEventHandler

QueryPageSettingsEventHandler Margins PageSettings PaperSize PaperSource

PreviewPageInfo PrintController StandardPrintController PreviewPrintController

PrinterResolution PrinterSettings PrinterUnitConvert PrintEventArgs

QueryPageSettingsEventArgs PrintPageEventArgs InvalidPrinterException Duplex

PaperKind PaperSourceKind PrinterResolutionKind PrinterUnit PrintRange

System.Drawing.Text

类、结构、枚举

FontCollection InstalledFontCollection PrivateFontCollection

GenericFontFamilies HotkeyPrefix LineSpacing TextRenderingHint

System.Globalization

类、结构、枚举

Calendar GregorianCalendar JapaneseCalendar JulianCalendar KoreanCalendar

ThaiBuddhistCalendar HebrewCalendar HijriCalendar CharacterInfo CompareInfo

CultureInfo DateTimeFormatInfo NumberFormatInfo RegionInfo SortKey

StringInfo TextElementEnumerator TextInfo CompareOptions CultureTypes

DateTimeStyles GregorianCalendarTypes NumberStyles UnicodeCategory

DaylightTime

System.IO

类、结构、枚举

IODescriptionAttribute FileSystemWatcher FileSystemEventHandler

RenameEventHandler FileSystemEventArgs RenamedEventArgs IOException

DirectoryNotFoundException EndOfStreamException FileNotFoundException

PathTooLongException InternalBufferOverflowException BinaryReader BinaryWriter

FileSystemEntry Directory File Stream BufferedStream FileStream

MemoryStream TextReader StreamReader StringReader TextWriter StreamWriter

StringWriter ChangedFilters FileAccess FileMode FileShare FileSystemAttributes

SeekOrigin WatcherChangeTypes WatcherTarget WaitForChangedResult

System.IO.IsolatedStorage

类、结构、枚举

IsolatedStorageException IsolatedStorage IsolatedStorageFile

IsolatedStorageFileStream IsolatedStorageScope

System.Management

类、结构、枚举

ManagementBaseObject ManagementObject ManagementClass

ManagementEventWatcher ManagementObjectSearcher CompletedEventHandler

EventArrivedEventHandler ObjectPutEventHandler ObjectReadyEventHandler

ProgressEventHandler StoppedEventHandler ManagementEventArgs

ObjectPutEventArgs ObjectReadyEventArgs ProgressEventArgs StoppedEventArgs

CompletedEventArgs EventArrivedEventArgs ManagementException

ManagementObjectCollection ManagementOperationWatcher ManagementOptions

ObjectGetOptions PutOptions ConnectionOptions DeleteOptions EnumerationOptions

GetInstancesOptions GetSubclassesOptions QueryOptions GetRelatedClassOptions

GetRelatedOptions GetRelationshipClassOptions GetRelationshipOptions

EventWatcherOptions InvokeMethodOptions ManagementPath ManagementQuery

ObjectQuery SchemaQuery WQLSchemaQuery RelatedClassQuery

RelationshipClassQuery SelectClassQuery ClassEnumerationQuery DataQuery

InstanceEnumerationQuery WQLDataQuery RelatedObjectQuery RelationshipQuery

SelectQuery EventQuery WQLEventQuery ManagementScope Method MethodSet

Property PropertySet Qualifier QualifierSet AuthenticationLevel CIMType

ComparisonSettings ImpersonationLevel ManagementStatus PutType TextFormat

接口

IWmiEventSource

System.Messaging

类、结构、枚举

MessagingDescriptiongAttribute MessageQueueInstaller Message MessageQueue

XmlMessageFormatter PeekCompletedEventHandler ReceiveCompletedEventHandler

PeekAsyncEventArgs ReceiveAsyncEventArgs MessageQueueException

ActiveXMessageFormatter BinaryMessageFormatter DefaultPropertiesToSend

MessagePropertyFilter MessageQueueCriteria MessageQueuesEnumerator

MessagesEnumerator Acknowledgement AcknowledgeType CryptoProviderType

EncryptionAlgorithm EncryptionRequired HashAlgorithm MessagePriority

MessageType

接口

IMessageFormatter

System.Net

类、结构、枚举

WebHeaders HttpContinueDelegate ProtocolViolationException WebException

AuthenticationManager AuthenticationScheme Authorization CredentialCache

DefaultControlObject DNS EndPoint IPEndPoint IPXEndPoint

GlobalProxySelection HttpExtension HttpStatusCode HttpVersion IPAddress

IPHostEntry NetworkCredential ProxyData ServicePoint ServicePointManager

SingleCredential SocketAddress WebListener WebRequest HttpWebRequest

WebRequestFactory WebResponse HttpWebResponse DnsPermission

SocketPermission WebPermission ConnectionModes NetworkAccess

TransportType WebStatus

接口

IAuthenticationModule ICertificatePolicy ICredentialLookup IProxyInfo

ISelectProxy IWebRequestCreate

System.Net.Sockets

类、结构、枚举

SocketException NetwordStream AddressFamily InvalidSocketConstants

LingerOption MulticastOption ProtocolFamily ProtocolType Socket SocketErrors

SocketMsgFlags SocketOption SocketShutdown SocketType TCPClient

TCPListener UDPClient SelectMode

System.Reflection

类、结构、枚举

AssemblyCompanyAttribute AssemblyConfigurationAttribute

AssemblyCopyrightAttribute AssemblyDefaultAliasAttrebute

AssemblyDescriptionAttribute AssemblyInformationalVersionAttribute

AssemblyProductAttribute AssemblyTitleAttribute AssemblyTrademarkAttribute

DefaultMemberAttribute MemberFilter ResolveEventHandler TypeFilter

CustomAttributeFormatException AmbiguousMatchException

ReflectionTypeLoadException InvalidFilterCriteriaException TargetException

TargetInvocationException TargetParameterCountException AssemblyNameProxy

Assembly AssemblyName Binder ManifestResourceInfo MemberInfo MethodBase

MethodInfo ConstructorInfo PropertyInfo TypeDelegator EventInfo FieldInfo

Missing Module ParameterInfo Pointer StrongNameKeyPair UnmanagedMarshal

AssemblyNameFlags BindingFlags CallingConventions EventAttributes

FieldAttributes MemberTypes MethodAttributes MethodImplAttributes

ParameterAttributes PropertyAttributes ResourceAttributes ResourceLocation

TypeAttribute InterfaceMapping ParameterModifier

接口

ICustomAttributeAttributeProvider IReflect

System.Reflection.Emit

类、结构、枚举

AssemblyBuilder CustomAttributeBuilder EventBuilder ILGenerator

LocalBuilder MethodRental OpCodes ParameterBuilder PropertyBuilder

SignatureHelper MethodBuilder ConstructorBuilder EnumBuilder TypeBuilder

FieldBuilder ModuleBuilder AssemblyBuilderAccess FlowControl OpCodeType

OperandType PackingSize PEFileKinds StackBehaviour EventToken FieldToken

Label LocalToken MethodToken OpCode ParameterToken PropertyToken

SignatureToken StringToken TypeToken

System.Resources

类、结构、枚举

ResourceClass MissingManifestResourceException ResourceManager

ResourceReader ResourceSet ResXResourceSet ResourceWriter ResXFileRef

ResXResourceReader ResXResourceWriter StaticResourceManager

接口

IResourceReader IResourceWriter

System.Runtime.CompilerServices

类、结构、枚举

AssemblyCultureAttribute AssemblyDelaySignAttribute AssemblyKeyFileAttribute

AssemblyKeyNameAttribute AssemblyOperatingSystemAttribute

AssemblyProcessorAttribute AssemblyVersionAttribute CompilationRelaxationsAttribute

CompilerGlobalScopeAttribute DiscardableAttribute NotInGCHeapAttribute

RuntimeHelpers

System.Runtime.InteropServices

类、结构、枚举

ComAliasNameAttribute ComConversionLossAttribute ComEmulateAttribute

ComImportAttribute ComRegisterFunctionAttribute ComSourceInterfacesAttribute

ComUnregisterFunctionAttribute ComVisibleAttribute DispIdAttribute

DllImportAttribute ExposeHResultAttribute FieldOffsetAttribute GlobalObjectAttribute

GuidAttribute HasDefaultInterfaceAttribute IDispatchImplAttribute

ImportedFromTypeLibAttribute InAttribute InterfaceTypeAttribute MarshalAsAttribute

MethodImplAttribute NoComRegistrationAttribute NoIDispatchAttribute OutAttribute

PredeclaredAttribute PreserveSigAttribute ProgIdAttribute StructLayoutAttribute

TypeLibFuncAttribute TypeLibTypeAttribute TypeLibVarAttribute

ObjectCreationDelegate COMEmulateException ExternalException SEHException

COMException InvalidComObjectException InvalidOleVariantTypeException

SafeArrayRankMismatchException SafeArrayTypeMismatchException

VTableCallsNotSupportedException CallConvCdecl CallConvFastcall CallConvStdcall

CallConvThiscall DispatchWrapper ErrorWrapper ExtensibleClassFactory

FUNCDESC Marshal RegistrationServices Root TypeAttr TYTPEATTR

TypeLibAttr TypeLibConverter UnknownWrapper CALLCONV

CallingConvention CharSet ComInterfaceType ExporterEventKind FUNCFLAGS

FUNCKIND GCHandleType IDispatchImplType IDLFLAG ImporterEventKind

INVOKEKIND LayoutKind LIBFLAGS MethodImplOptions PARAMFLAG

PInvokeMap SYSKIND TYPEFLAGS TYPEKIND TypeLibExporterFlags

TypeLibFuncFlags TypeLibTypeFlags TypeLibVarFlags UnmanagedType VarEnum

ArrayWithOffset BIND_OPTS ELEMDESC FILETIME GCHandle HandleRef

IDLDesc IDLDESC PARAMDESC STATSTG TypeDesc TYPEDESC

接口

ICustomMarshaler ITypeLibConverter ITypeLibExporterNotifySink

ITypeLibImporterNotifySink UCOMIBindCtx UCOMIConnectionPoint

UCOMIConnectionPointContainer UCOMIEnumMoniker UCOMIEnumString

UCOMIEnumVARIANT UCOMIMoniker UCOMIPersistFile

UCOMIRunningObjectTable UCOMIStream UCOMITypeInfo UCOMITypeLib

System.Runtime.InteropServices.Expando

接口

IExpando

System.Runtime.Remoting

类、结构、枚举

ContextAttribute Synchronization ThreadAffinity URLAttribute Embedded

OneWayAttribute ProxyAttribute ServicedComponentProxyAttribute SchemaType

SoapMethodAttribute SoapOptionAttribute XmlAttribute XmlElement

CrossContextDelegate HeaderHandler MessageSurrogateFilter RemotingException

ServerException ClientSponsor Lease ObjectHandle ChannelServices Context

ContextProperty Header HttpHandlerInfo InternalMessaggeWrapper

MethodCallMessageWrapper MethodReturnMessageWrapper InternalRemotingServices

LeaseManager LeaseSink LifetimeServices MethodCall ConstructionCall

MethodResponse ConstructionResponse ObjRef RealProxy RemotingServices

RemotingSurrogateSelector ReturnMessage SoapServices TrackingServices

XmlNamespaceEncoder ActivatorLevel LeaseState SoapMethodOption SoapOption

WellKnownObjectMode

接口

IActivator IChannel IChannelInfo IChannelReceiver IChannelSender

IComponentServices IConstructionCallMessage IConstructionReturnMessage

IContextAttribute IContextProperty IContextProprtyActvator

IContributeClientContextSink IContributeDynamicSink IContributeEnvoySink

IContributeObjectSink IContributeServerContextSink IDynamicMessageSink

IDynamicProperty IEnvoyInfo ILease IMessage IMessageCtrl IMessageSink

IMethodCallMessage IMethodMessage IMethodReturnMessage IObjectHandle

IRemotingFormatter IRemotingTypeInfo ISchemaType ISponsor

ITrackingHandler

System.Runtime.Remoting.Channels.HTTP

类、结构、枚举

HTTPChannelBase HTTPChannel HTTPChannelRequest HTTPChannelResponse

HTTPMessageSink HttpRemotingHandler HttpRemotingHandlerFactory

System.Runtime.Remoting.Channels.SMTP

类、结构、枚举

MailAttachment MailMessage SMTPChannelBase SMTPChannel SmtpMail

SMTPMessageSink SMTPRegisterSink CdoDSNOptions CdoEventStatus

MailEncoding MailFormat MailPriority

接口

ISMTPMessage ISMTPOnArrival

System.Runtime.Remoting.Channels.TCP

类、结构、枚举

TCPChannel

System.Runtime.Serialization

类、结构、枚举

DeserializationEventHandler DeserializationEvent SerializationException

CloningService Formatter FormatterConverter FormatterServices ObjectIDGenerator

ObjectManager SerializationBinder SerializationInfo SerializationInfoEnumerator

SurrogateSelector StreamingContextStates SerializationEntry StreamingContext

SurrogateInfo

接口

IDeserializationEventListener IFormatter IFormatterConverter

IObjectReference ISerializable ISerializationSurrogate ISurrogateSelector

System.Runtime.Serialization.Formatters

类、结构、枚举

InternalCV InternalFE InternalNI InternalPR InternalSAI InternalSOI

InternalSor InternalSOW InternalST ObjectWriter SerTrace ServerFault

SoapFault SoapMessage FormatterAssemblyStyle FormatterTopObjectStyle

FormatterTypeStyle InternalArrayTypeE InternalElementTypeE InternalMemberTypeE

InternalMemberValueE InternalNameSpaceE InternalObjectPositionE

InternalObjectTypeE InternalParseStateE InternalParseTypeE InternalPrimitiveTypeE

InternalSerializerTypeE

接口

IFieldInfo ISerParser ISerWriter ISoapMessage ITrace

System.Runtime.Serialization.Formatters.Binary

类、结构、枚举

BinaryFormatter BinarySerializer BinaryArrayTypeEnum

System.Runtime.Serialization.Formatters.Soap

类、结构、枚举

SoapFormatter SoapSerializer

System.Security

类、结构、枚举

DynamicSecurityMethodAttribute SuppressUnmanagedCodeSecurityAttribute

UnverifiableCodeAttribute SecurityException VerifierException XMLSyntaxException

CodeAccessPermission PermissionSet NamedPermissionSet SecurityElement

SecurityManager SecurityZone

接口

IEvidenceFactory IPermission ISecurityEncodable ISecurityPolicyEncodable

IStackWalk

System.Security.Cryptography.X509Certificates

类、结构、枚举

X509Certificate

System.Security.Permissions

类、结构、枚举

SecurityAttribute CodeAccessSecurityAttribute EnvironmentPermissionAttribute

FileDialogPermissionAttribute IsolatedStorageFilePermissionAttribute

IsolatedStoragePermissionAttribute IsolatedStorageFilePermissionAttribute

PermissisonSetAttribute PrincipalPermisssionAttribute

PublisherIdentityPermissionAttribute ReflectionPermissionAttribute

RegistryPermissionAttribute SecurityPermissionAttribute SiteIdentityPermissionAttribute

StrongNameIdentityPermissionAttribute UIPermissionAttribute

URLIdentityPermissionAttribute ZoneIdentityPermissionAttribute

EnvironmentPermission FileDialogPermission FileIOPermission

IsolatedStoragePermission IsolatedStorageFilePermission PublisherIdentityPermission

ReflectionPermission RegistryPermission SecurityPermission SiteIdentityPeermission

StrongNameIdentityPermission UIPermission URLIdentityPermission

ZoneIdentityPermission PrincipalPermission StrongNamePublicKeyBlob

EnvironmentPermissionAccess FileIOPermissionAccess IsolatedStorageContainment

PermissionState ReflectionPermissionFlag RegistryPermissionAccess SecurityAction

SecurityPermissionFlag UIPermissionClipboard UIPermissionWindow

接口

IUnrestrictedPermission

System.Security.Policy

类、结构、枚举

PolicyException AllMembershipCondition ApplicationDirectory

ApplicationDirectoryMembershipCondition CodeGroup FirstMatchCodeGroup

NetCodeGroup UnionCodeGroup Evidence Hash HashMembershipCondition

PermissionRequestEvidence PolicyLevel PolicyStatement Publisher

PublisherMembershipCondition Site SiteMembershipCondition

SkipVerificationMembershipCondition StrongName StrongNameMembershipCondition

Url URLMembershipCondition WebPage Zone ZoneMembershipCondition

PolicyStatementAttribute

接口

ICodeGroup IIdentityPermissionFactory IMembershipCondition

System.Security.Principal

类、结构、枚举

GenericIdentity GenericPrincipal MTSPrincipal SecurityCallContext

SecurityCallers SecurityIdentity WindowsIdentity WindowsImpersonationContext

WindowsPrincipal PrincipalPolicy WindowsAccountType

接口

IIdentity IPrincipal

System.ServiceProcess

类、结构、枚举

SPDescriptionAttribute ServiceInstaller ServiceProcessInstaller ServiceBase

ServiceController ServiceInstallerDialog ServiceControllerStatus

ServiceInstallerDialogResult ServiceStart ServiceType

System.Text

类、结构、枚举

Decoder Encoder Encoding UnicodeEncoding UTF7Encoding UTF8Encoding

ASCIIEncoding CodePageEncoding StringBuilder

System.Text.RegularExpressions

类、结构、枚举

ResourceClass MatchEvaluator Capture Group Match CaptureCollection

MatchCollection Regex

System.Threading

类、结构、枚举

IOCompletionCallback ThreadExceptionEventHandler ThreadStart TimerCallback

WaitCallback WaitOrTimerCallback ThreadExceptionEventArgs

SynchronizationLockException ThreadAbortException ThreadInterruptedException

ThreadStateException ThreadStopException Interlocked Monitor Overlapped

ReaderWriterLock RegisteredWaitHandle Thread ThreadPool Timeout Timer

WaitHandle AutoResetEvent ManualResetEvent Metex ApartmentState

ThreaPriority ThreadState LockCookie NativeOverlapped

System.Timers

类、结构、枚举

TimersDescriptionAttribute Schedule Timer OccurredEventHandler

OccurredEventArgs RecurrencePattern WeeklyPattern DailyPattern

DaysOfMonthPattern MonthlyPattern RecurrencePatterns DaysOfWeek Months

OccurrenceInMonth

接口

IRecurrencePattern

System.Web

类、结构、枚举

WebCategoryAttribute WebSysDescriptionAttribute HttpClientCertificate

HttpApplicationState HttpCookieCollection HttpFileCollection HttpModuleCollection

HttpCacheValidateHandler HttpException HttpWriter WebSys HttpCacheability

HttpCacheRevalidation HttpValidationStatus ProcessShutdownReason ProcessStatus

TraceEnableEnum TraceModeEnum ConfigureCapabilities HttpApplication

HttpCachePolicy HttpCacheVary HttpCapabilities HttpBrowserCapabilities

HttpContext HttpCookie HttpDebugHandler HttpExceptionInfo

HttpMethodNotAllowedHandler HttpNotFoundHandler HttpNotImplementedHandler

HttpPostedFile HttpRequest HttpResponse HttpResponse HttpRuntime HttpServerUtility

HttpStaticObjectsCollection HttpUrl HttpUtility HttpWorkerRequest ProcessInfo

ProcessModelInfo StaticFileHandler TraceContext

接口

IHttpAsyncHandler IHttpHandler IHttpHandlerFactory IHttpModule

System.Web.Caching

类、结构、枚举

CacheItemRemovedCallback CacheItemPriorities CacheitemPriorityDecay

CacheItemRemovedReason Cache CacheDependency OptputCacheModule

System.Web.Configuration

类、结构、枚举

ConfigurationException ConfigXmlException ConfigXmlElement

ConfigurationInput ConfigXmlCursor ConfigXmlDocument ConfigXmlTokenTable

DictionarySectionHandler HttpHandlersSectionHandler

HttpModulesConfigurationHandler IgnoreSectionHandler SettingContatiner

SingleTagSectionHandler

接口

IConfigurationSectionHandler

System.Web.Security

类、结构、枚举

CookieAuthenticationEventHandler DefaultAuthenticationEventHandler

PassportAuthenticationEventHandler WindowsAuthenticationEventHandler

CookieAuthenticationEvent DefaultAuthenticationEvent PassportAuthenticationEvent

WindowsAuthenticationEvent AuthenticationModes CookieAuthPasswordFormat

CookieAuthentication CookieAuthenticationModule CookieAuthenticationTicket

CookieIdentity DefaultAuthenticationModule FileAuthorizationModule

PassportAuthenticationModule PassportIdentity UrlAuthorizationModule

WindowsAuthenticationModule

System.Web.Services

类、结构、枚举

WebServicesDescriptionAttributte WebMethodAttribute WebServiceAttribute

WebService TransactionMode WebServicesConfiguration

WebServicesConfigurationSectionHandler

System.Web.Services.Description

类、结构、枚举

HtmlFormElementInfos HtmlOptionInfos HttpGetRequestResponseInfos

HttpParameterInfos HttpPostRequestResponsenfos ImportedParameters ImportInfos

MimeInfos ProtocolInfos ServiceDescriptions SoapAddressInfos SoapExtendsInfos

SoapFaultInfos SoapHeaderInfos SoapImplementsInfos SoapInteractionInfos

SoapInterfaceInfos TextMatchInfos HtmlInputType HtmlFormElementInfo

HtmlInputInfo HtmlSelectInfo HtmlOptionInfo HttpGetRequestInfo

HttpMimeGroupInfo HttpPostRequestInfo HttpResponseInfo HttpParameterInfo

HttpPostServiceInfo HttpRequestResponseInfo HttpGetRequestResponseInfo

HttpPostRequestResponseInfo ImportedParameter ImportedReturn ImportInfo

MimeInfo TextInfo XmlMimeInfo AnyMimeInfo HtmlFormInfo MimeInfoImporter

TextInfoImporter XmlMimeInfoImporter AnyMimeInfoImporter FormInfoImporter

MimeInfoReflector XmlMimeInfoReflector FormInfoReflector ProtocolInfo

SoapProtocolInfo HttpGetProtocolInfo HttpGetServiceInfo HttpPostProtocolInfo

ProtocolInfoImporter SoapProtocolInfoImporter HttpProtocolinfoImporter

HttpGetProtocolInfoImporter HttpPostProtocolInfoImporter ProtocolInfoReflector

SoapProtocolInfoReflector HttpProtocolInfoReflector HttpGetProtocolInfoReflector

HttpPostProtocolInfoReflector ServiceDescription SoapAddressInfo SoapExtendsInfo

SoapExtensionImporter SoapExtensionReflector SoapImplementsInfo

SoapInterctionInfo SoapOneWayInfo SoapRequestResponseInfo SoapInterfaceInfo

SoapServiceInfo SoapTypeRefInfo SoapFaultInfo SoapHeaderInfo SoapMessageInfo

SoapRequestInfo SoapResponeseInfo TextMatchInfo

System.Web.Services.Discovery

类、结构、枚举

DiscoveryClientResults DiscoveryReferences DiscoveryClientDocuments

DiscoveryClientReferences DiscoveryExceptionDictionary DiscoveryClientProtocol

DiscoveryClientResult DiscoveryDocument DiscoveryReference SchemaReference

ContractReference DiscoveryDocumentReference DiscoveryRequestHandler

DiscoverySearchPattern XmlSchemaSearchPattern ContractSearchPattern

DiscoveryDocumentSearchPattern DynamicDiscoveryDocument ExcludePathInfo

SoapBinding

System.Web.Services.Protocols

类、结构、枚举

HttpMethodAttribute MatchAttribute SoapExtensionAttribute

SoapHeaderAttribute SoapMethodAttribute SoapHeaders CookieCollection

ClientProtocol HttpClientProtocol SoapClientProtocol SoapException

SoapHeaderException WebServiceRedirectException WebServiceTimeoutException

LogicalMethodTypes SoapHeaderDirection SoapMessageStage AsyncResult Cookie

HttpClientRequest HttpClientResponse HttpServerRequest HttpServerResponse

HttpServerValueCollection LogicalMethodInfo MimeFormatter MimeParameterReader

ValueCollectionParameterReader HtmlFormParameterReader UrlParameterReader

MimeParameterWriter UrlEncodedParameterWriter UrlParameterWriteeer

HtmlFormParameterWriter MimeReturnReader NopReturnReader TextReturnReader

XmlReturnReader AnyReturnReader MimeReturnWriter XmlReturnWriter

PatternMatcher ServerProtocol SoapServerProtocol DiscoveryServerProtocol

HttpServerProtocol ServerType SoapExtension SoapHeader SoapUnknownHeader

SoapMessage SoapServerMessage SoapClientMessage WebServiceHandlerFactory

System.Web.UI

类、结构、枚举

ConstructorNeedsTagAttribute ControlBuilderAttribute LiteralContentAttribute

PersistenceTypeAttribute TagPrefixAttribute TemplateAttribute ToolboxDataAttribute

ValidationPropertyAttribute DataBindingCollectionConverter BuildTemplateMethod

ImageClickEventHandler RenderMethod ImageClickEventArgs IndentedTextWriter

HtmlTextWriter Html32TextWriter ClientTarget EncodingTypeEnum

PersistenceMode AttributeCollection AutomaticHandlerMethodInfos

BaseControlBuilder ControlBuilder ObjectTagBuilder PropertyBuilder

TemplateBuilder RootBuilder BaseParser BatchTemplateParser TemplateParser

ApplicationFileParser TemplateControlParser UserControlParser PageParser

BatchDependencyWalker CompiledTemplateBase CompiledTemplateBuilder Control

DataboundLiteralControl LiteralControl TemplateControl UserControl Page

ControlCollection CssStyleCollection DataBinder DataBinding

DataBindingCollection FieldDescriptor LosFormatter ObjectConverter

PropertyConverter PropertySetter SimpleWebHandlerParser SourceReference

StateBag StateItem TwoCharPeekableTextReader ValidatorCollection

接口

IAttributeAccessor INamingContainer IParserAccessor IPostBackDataHandler

IPostBackEventHandler IStateManager ITagNameToTypeMapper ITemplate

IValidator

System.Web.UI.Design

类、结构、枚举

ControlDesigner HtmlControlDesigner UserControlDesigner WebControlDesigner

ReadWriteControlDesigner TemplatedControlDesigner TemplateEditingFrame

DataFieldConverter DataSourceConverter DataBindingCollectionEditor UrlEditor

ImageUrlEditor XmlFileEditor DataBindingValueUIHandler DHTMLBehavior

IdentityBehavior SourceViewEventSink WebControlPersister

接口

IDataSourceProvider ISourceViewEventSink IWebFormReferenceManager

IWebFormsBehavior IWebFormsBuilderService IWebFormsControlDesigner

IWebFormsDesigner IWebFormServices IWebFormServices2

System.Web.UI.Design.WebControls

类、结构、枚举

BaseDataListComponentEditor DataGridComponentEditor

DataListComponentEditor AdRotatorDesigner BaseValidatorDesigner ButtonDesigner

CalendarDesigner CheckBoxDesigner HyperLinkDesigner LabelDesigner

LinkButtonDesigner ListControlDesigner PageletDesigner PanelDesigner

BaseDataListDesigner DataGridDesigner DataListDesigner ReperterDesigner

RegexTypeEditor ListItemsCollectionEditor TableCellsCollectionEditor

TableRowsCollectionEditor CalendarAutoFormatDialog RegexEditorDialog

System.Web.UI.Design.WebControls.ListControls

类、结构、枚举

ColumnCollectionEditor

System.Web.UI.HtmlControls

类、结构、枚举

HtmlControl HtmlImage HtmlInputControl HtmlInputFile HtmlInputHidden

HtmlInputImage HtmlInputRadioButton HtmlInputText HtmlInputButton

HtmlInputCheckBox HtmlContainerControl HtmlForm HtmlGenericControl

HtmlSelect HtmlTable HtmlTableCell HtmlTableRow HtmlTextArea HtmlAnchor

HtmlButton HtmlTableCellCollection HtmlTableRowCollection

System.Web.UI.WebControls

类、结构、枚举

Style TableItemStyle DataGridPagerStyle TableStyle WebColorConverter

FontNamesConverter FontUnitConverter UnitConverter OptionalIntegerConverter

TargetConverter ValidatedControlConverter AdCreatedEventHandler

CommandEventHandler DataGridCommandEventHandler DataGridItemEventHandler

DataGridPageChangedEventHandler DataGridSortCommandEventHandler

DataListCommandEventHandler DataListItemEventHandler DayRenderEventHandler

MonthChangedEventHandler RepeaterCommandEventHandler

RepeaterItemEventHandler ServerValidateEventHandler AdCreatedEventArgs

CommandEventArgs DataGridCommandEventArgs DataListCommandEventArgs

RepeaterCommandEventARgs DataGridItemEventArgs DataGridPageChangedEventArgs

DataGridSortCommandEventArgs DataListItemEventArgs RepeaterItemEventArgs

FontUnit Unit DataGridControlBuilder DataListControlBuilder

HyperLinkControlBuilder LabelControlBuilder LinkButtonControlBuilder

RepeaterControlBuilder TableCellControlBuilder TextBoxControlBuilder Repeater

RepeaterItem WebControl AdRotator BaseDataList DataGrid DataList Button

Calendar CheckBox RadioButton DataListItem HyperLink Image ImageButton

Label BaseValidator CompareValidator CustomValidator RangeValidator

RegularExpressionValidator RequiredFieldValidator LinkButton ListControl

RadioButtonList CheckBoxList DropDownList ListBox Panel Table TableCell

TableHeaderCell TableRow DataGridItem TextBox ValidationSummary Xml

CalendarDay Column EditCommandColumn HyperLinkColumn TemplateColumn

BoundColumn ButtonColumn ColumnCollection DataGridItemCollection

DataKeyCollection DataListItemCollection DayRenderEventArgs FontInfo

GeneratedImage ListItem ListItemCollection MonthChangedEventArgs

PagedDataSource RepeaterItemCollection RepeatInfo SelectedDatesConllection

TableCellCollection TAbleRowCollection BorderStyle ButtonColumnType

CalendarSelectionMode DayNameFormat FirstDayOfWeek FontSize GridLines

HorizontalAlign ImageAlign ListItemType ListSelectionMode NextPrevFormat

PagerMode PagerPosition ReqeatDirection RepeatLayout TextAlign TextBoxMode

TitleFormat UnitType ValidationCompareOperator ValidationDataType

ValidationSummaryDisplayMode ValidatorDisplay VerticalAlign

接口

IDesignerAccessor IRepeatInfoUser

System.Web.Util

类、结构、枚举

AspCompatCallback TransactedCallback WorkItemCallback CabCreator

EventLog MailAttachment MailMessage Profiler Sec SmtpMail Transactions

UrlPath Wildcard WildcardPath WildcardUrl WildcardDos WorkItem

MailEncoding MailFormat MailPriority TransactionSupport

接口

IManagedContext

System.WinForms

类、结构、枚举

WinCategoryAttribute ColumnHeader CommonDialog FileDialog

OpenFileDialog SaveFileDialog FontDialog PageSetupDialog PrintDialog

ColorDialog DataGridColumn DataGridDropdownColumn DataGridTextBoxColumn

DataGridValueColumn DataGridBoolColumn DataGridTable ErrorProvider

FolderBrowser HelpProvider StatusBarPanel TabItem Timer ToolBarButton

TrayIcon DataGridPreferredColumnWidthTypeConverter KeysConverter

ListBindingConverter ListPropertyConverter OpacityConverter

SelectionRangeConverter TreeNodeConverter BorderConverter EdgeConverter

ListItemConverter ImageIndexConverter BindingsCollection ControlBindingsCollection

ListManagerBindingsCollection GridColumnsCollection GridTablesCollection

AutoSizeEventHandler ColumnClickEventHandler ControlEventHandler

CurrentChangingEventHandler DateBoldEventHandler DateRangeEventHandler

DateTimeFormatEventHandler DateTimeFormatQueryEventHandler

DateTimeUserStringEventHandler DateTimeWmKeyDownEventHandler

DocumentReadyEventHandler DragEventHandler DrawItemEventHandler

ErrorEventHandler GiveFeedbackEventHandler HelpEventHandler

InputLangChangeEventHandler InputLangChangeRequestEventHandler

InvalidateEventHandler ItemChangedEventHandler ItemCheckEventHandler

ItemDragEventHandler KeyEventHandler KeyPressEventHandler

LabelEditEventHandler LayoutEventHandler LinkClickEventHandler

LinkLabelLinkClickedEventHandler MeasureItemEventHandler MethodInvoker

MouseEventHandler NavigateEventHandler NodeLabelEditEventHandler

PaintEventHandler PropertyTabChangedEventHandler

PropeertyValueChangedEventHandler QueryAccessibilityHelpEventHandler

QueryContinueDragEventHandler ReadyStateEventHandler RequestResizeEventHandler

ScrollEventHandler SelectionChangedEventHandler SplitterEventHandler

StatusBarDrawItemEventHandler StatusBarPanelClickEventHandler

ToolBarButtonClickEventHandler TreeViewCancelEventHandler TreeViewEventHandler

UICuesEventHandler UpDownChangedEventHandler UpDownEventHandler

ViewModelessEventHandler ViewStateLoadEventHandler ViewStateSaveEventHandler

FilePersistEventHandler PrintControllerWithStatusDialog AutoSizeEventArgs

ColumnClickEventArgs ControlEventArgs CurrentChangingEventArgs

DateBoldEventArgs DateRangeEventArgs DateTimeFormatEventArgs

DateTimeFormatQueryEventArgs DateTimeUserStringEventArgs

DateTimeWnKeyDownEventArgs DocumentReadyEventArgs DragEventArgs

DrawItemEvfentArgs StatusBarDrawItemEventArgs ErrorEventArgs

FilePersistEventArgs GiveFeedbackEventArgs HelpEventArgs

InputLangChangeEventArgs InputLangChangeRequestEventArgs InvalidateEventArgs

ItemChangedEventArgs ItemCheckEventArgs ItemDragEventArgs KeyEventArgs

KeyPressEventArgs LabelEditEventArgs LayoutEventArgs LinkClickEventArgs

LinkLabelLinkClickedEventArgs MeasureItemEventArgs MouseEvenntArgs

StatusBarPanelClickEventArgs NavigateEventArgs NodeLabelEditEventArgs

PaintEventArgs PropertyTabChangedEventArgs PropertyValueChangedEventArgs

QueryAccessibilityHelpEventArgs QueryContinueDragEventArgs ReadyStateEventArgs

RequestResizeEventArgs ScrollEventArgs SelectionChangedEventArgs

SplitterEventArgs ToolBarBGuttonClickEventArgs TreeViewEventARgs

TreeViewCancelEventArgs UICuesEventArgs UpDownChangedEventArgs

UpDownEventArgs ViewModelessEventArgs ViewStateLoadEventArgs

ViewStateSaveEventArgs DataStreamFromComStream NativeWindow

OwnerDrawPropertyBag TreeNode Control RichControl ScrollableControl

ContainerControl Form PrintPreviewDialog ThreadExceptionDialog PropertyGrid

UdDownBase DomainUpDown NumericUpDown UserControl Panel TabPage

MultiplexPanel ScrollBar VScrollBar HScrollBar Splitter StatusBar TabBase

TabControl TabStrip ToolBar TrackBar TreeView ValueEditorHost ValueEdit

AxHost ButtonBase CheckBox RadioButton Button DataGrid DateTimePicker

FormatControl Label LinkLabel ListControl ComboBox ListBox CheckedListBox

TextBoxBase RichTextBox TextBox DataGridTextBox GroupBox ListView

MDIClient MonthCalendar PictureBox PrintPreviewControl ProgressBar ImageList

Menu MenuItem ContextMenu MainMenu ToolTip BitVector32 DataGridCell

Message AccessibleObject AmbientProperties Application BindingManager

Border Clipboard ControlPaint CreateParams DataFormats DataGridRow

DataGridAddNewRow DataGridRelationShipRow DataObject Edge FeatureSupport

OSFeature FileVersionInfo GridTablesFactory Help ImageListStreamer

InputLanguage ListBinding ListItem ListManager RelatedListManager MessageBox

RichTextBoxIMEColor Screen SelectionRange SendKeys StringDictionary

StringSorter SystemInfomation TreeNodeCollection Value WinFormsSecurity

AccessibleEvents AccessibleNavigation AccessibleRoles AccessibleSelection

AccessibleStates AnchorStyles Appearance ArrangeDirection ArrangeStartingPosition

BootMode Border3DSide Border3DStyle BorderStyle BoundsSpecified

ButtonBorderStyle ButtonState CaptionButton CharacterCasing CheckState

ColorDepth ColumnHeaderStyle ComboBoxStyle ControlStyles DataGridLineStyle

DataGridNavigationModes DataGridParentRowsLabelStyle DateTimePickerFormats

Day DialogResult DisplayType DockStyle DragAction DragDropEffects

DrawItemState DrawMode EdgeStyle ErrorBlinkStyle ErrorIconAlignment

FlatStyle FloatMode FloodFillType FolderBrowserFolders FolderBrowserStyles

FormBorderStyle FormStartPosition FoirmWindowState FrameStyle

HorizontalAlignment IMEMode ItemActivation ItemBoundsPortion Keys

LeftRightAlignment LinkBehavior LinkState ListViewAlignment MDILayout

MenuGlyph MenuMerge MouseButtons Orientation PictureBoxSizeMode

PositionModes PropertySort RichTextBoxFinds RichTextBoxIMEOptions

RichTextBoxScrollBars RichTextBoxSelectionAttribute RightTextBoxSelectionTypes

RichTextBoxStreamType RichTextBoxWordPunctuations RightToLeft ScrollBars

ScrollButton ScrollEventArgsType SecurityIDType SelectionMode Shortcut

SizeGripStyle SizeRelationship SortOrder SpecialFolder StatusBarPanelAutoSize

StatusBarPanelBorderStyle StatusBarPanelStyle StructFormat TabAlignment

TabAppearance TabDrawMode TabSizeMode TickStyle ToolBarAppearance

ToolBarButtonStyle ToolBarTextAlign TreeViewAction TriangleDirection UICues

VerticalAlignment View

接口

IBorderStyleEdges IButtonControl ICommandExecutor ICompletion

IContainerControl IDataGridColumnEditingNotificationService

IDataGridEditingService IDataGridHost IDataObject IFeatureSupport

IFileReaderService IMessageFilter IWin32Window IWindowTarget

System.WinForms.ComponentModel

类、结构、枚举

InstallerTypeAttribute RunInstallerAttribute Format GenericFormat

NumericFormat ObjectFormat DateTimeFormat TypeListEditor RedirectValueEditor

FormatEventHandler BooleanReturnMethodInvoker OrderSelector FormatMode

UserMode CollectionInfo FormatEventArgs FormatInfo ThreadNotify

接口

IComponentEditorPageSite IEditorHost

System.WinForms.Design

类、结构、枚举

WinFormsComponentEditor CreateControlActionUnit CreateMenuItemActionUnit

CreateComponentActionUnit Win32FormsPersister CompositionDesigner

ControlDesigner RichControlDesigner RichEditDesigner RichTextBoxDesigner

ScrollBarDesigner SplitterDesigner TextBoxBaseDesigner TrackBarDesigner

TreeViewDesigner UpDownBaseDesigner AxHostDesigner ButtonDesigner

ComboBoxDesigner DataGridDesigner DateTimePickerDesigner LabelDesigner

ListBoxDesigner ListViewDesigner MonthCalendarDesigner ParentControlDesigner

ScrollableControlDesigner DocumentDesigner FormDocumentDesigner

UserControlDocumentDesigner PanelDesigner TabPageDesigner TabBaseDesigner

TabControlDesigner GroupBoxDesigner PictureBoxDesigner ProgressBarDesigner

RadioButtonDesigner ImageListDesigner OpenFileDialogDesigner

SaveFileDialogDesigner TrayIconDesigner MenuCommands ClipboardValueProvider

AdvancedBindingPropertyDescriptor DesignBindingPropertyDescriptor

AdvancedBindingConverter ControlBindingsConverter DesignBindingConverter

DataSourceConverter WinFormValueEditor FormatValueValueEditor

FormatValueEditor BeforeReferenceAddedEventHandler WindowRemovedEventHandler

ToolboxItemCreatorCallback WinFormsToolboxItem AdvancedBindingEditor

AnchorEditor DataMemberFieldEditor DataMemberListEditor DesignBindingEditor

DockEditor FileNameEditor HelpFileFileNameEditor FolderNameEditor

ImageIndexEditor LinkAreaEditor LinkedDataMemberFieldEditor

ValueEditorUITypeEditor DataGridColumnCollectionEditor ImageCollectionEditor

StringCollectionEditor ListControlStringCollectionEditor StringArrayEditor

TreeNodeCollectionEditor WindowRemovedEventArgs AdvancedBindingPicker

ComponentEditorForm DataGridAutoFormatDialog ComponentTray

ComponentEditorPage DesignBindingPicker DesignerFrame TabOrder

AdvancedBindingObject AxImporter AxParameterData AxWrapperGen

BeforeReferenceAddedEventArgs ClipboardDataHolder CommandSet DesignBinding

DesignBindingValueUIHandler EventHandlerService OleDragDropHandler

PropertyTab EventsTab SelectionUIHandler

接口

ComponentClipboardService IEventHandlerService IMenuEditorService

IMouseHandler IMultiWindowService IOleDragClient IOverlayService

ISelectionUIHandler ISelectionUIService ISplitWindowService IToolboxService

ITrayHolderService ITypeLoader IUIService IWinFormsDesigner

IWinFormsEditorService

System.Xml

类、结构、枚举

ValidationEventHandler XmlNodeChangedEventHandler ValidationEventArgs

XmlException MTNameTable NameTable XmlCharType XmlConvert

XmlImplementation XmlNamedNodeMap XmlAttributeCollection XmlNavigator

DataDocumentNavigator DocumentNavigator XmlNode XmlNotation XmlAttribute

XmlDocument XmlDataDocument XmlDocumentFragment XmlEntiry

XmlLinkedNode XmlProcessingInstruction XmlCharacterData XmlComment

XmlSignificantWhitespace XmlText XmlWhitespace XmlCDataSection

XmlDeclaration XmlDocumentType XmlElement XmlEntityReference

XmlNodeChangedEventAArgs XmlNodeList XmlReader XmlTextReader

XmlNodeReader XmlResover XmlUrlResolver XmlSchemaColection XmlWriter

XmlTextWriter EntityHandling Formatting ReadState TreePosition Validation

WhitespaceHandling WriteState XmlNodeChangedAction XmlNodeType XmlSpace

接口

XmlNameTable

System.Xml.Serialization

类、结构、枚举

XmlArrayAttribute XmlArrayItemAttribute XmlAttributeAttribute

XmlElementAttribute XmlEnumAttribute XmlIgnoreAttribute XmlIncludeAttribute

XmlRootAttribute XmlTextAttribute XmlTypeAttribute XmlArrayItemAttributes

XmlElementAttributes XmlAttributeEventHandler XmlNodeEventHandler

XmlSerializationFixupCallback XmlAttributeEvent XmlNodeEvent XmlQualifiedName

CodeIdentifier CodeIdentifiers XmlAttributeOverrides XmlAttributes

XmlCodeExporter XmlMapping XmlMembersMapping XmlTypeMapping

XmlMemberInfo XmlMemberMapping XmlReflectionImporter XmlSchemaexporter

XmlSchemaImporter XmlSerializationReader XmlSerializationWriter XmlSerializer

XmlSerizlizerNamespaces XmlArrayType XmlForm XmlReference

System.Xml.Serialization.Schema

类、结构、枚举

XmlSchemaAnnotations XmlSchemaItems XmlSchemas XmlSchemaTopItems

XmlSchema XmlSchemaAnnotated XmlSchemaAttributeGroup

XmlSchemaNamedAttributeGroup XmlSchemaDataType XmlSchemaNamedDataType

XmlSchemaFacet XmlSchemaMaxBoundFacet XmlSchemaMaxExclusiveFacet

XmlSchemaMaxInclusiveFacet XmlSchemaMinBoundFacet

XmlSchemaMinExclusiveFacet XmlSchemaMinLengthFacet XmlSchemaPatternFacet

XmlSchemaPeriodFacet XmlSchemaScaleFacet XmlSchemaLengthFacet

XmlSchemaMaxLengthFacet XZmlSchemaMinLengthFacet XmlSchemaPatternFacet

XmlSchemaPeriodFacet XmlSchemaEncodingFacet XmlSchemaEnumerationFacet

XmlSchemaNotation XmlSchemaOccuringItem XmlSchemaAny XmlSchemaConstraint

XmlSchemaKey XmlSchemaKeyref XmlSchemaUnique XmlSchemaElement

XmlSchemaField XmlSchemaGroupBase XmlSchemaSequence XmlSchemaAll

XmlSchemaChoice XmlSchemaGroup XmlSchemaNamedGroup XmlSchemaType

XmlSchemaNamedType XmlSchemaAnnotation XmlSchemaAnyAttribute

XmlSchemaAppInfo XmlSchemaAttribute XmlSchemaDocumentation

XmlSchemaImport XmlSchemaInclude XmlSchemaContent

XmlSchemaContentProcessing XmlSchemaTypeBlock XmlSchemaTypeDerivation

XmlSchemaUseType

接口

IXmlSchemaNamedItem

System.Xml.XPath

类、结构、枚举

XPathException Querytype

System.Xml.Xsl

类、结构、枚举

XsltException NSParamList XslTransform

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有