home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp220_en.exe / cs.stx < prev    next >
Text File  |  2004-01-05  |  64KB  |  3,417 lines

  1. #TITLE=C#
  2. ; C# syntax file written by ES-Computing.
  3. ; This file is required for EditPlus to run correctly.
  4.  
  5. #DELIMITER=,(){}[]-+*%/="'~!&|<>?:;.#
  6. #QUOTATION1='
  7. #QUOTATION2="
  8. #CONTINUE_QUOTE=n
  9. #LINECOMMENT=//
  10. #COMMENTON=/*
  11. #COMMENTOFF=*/
  12. #ESCAPE=\
  13. #CASE=y
  14. #NUMBER_PATTERN=cpp
  15. #SPECIAL_STX=cpp
  16.  
  17. #KEYWORD=Reserved words
  18. abstract
  19. as
  20. base
  21. bool
  22. break
  23. byte
  24. case
  25. catch
  26. char
  27. checked
  28. class
  29. const
  30. continue
  31. decimal
  32. default
  33. delegate
  34. do
  35. double
  36. else
  37. enum
  38. event
  39. explicit
  40. extern
  41. false
  42. finally
  43. fixed
  44. float
  45. for
  46. foreach
  47. goto
  48. if
  49. implicit
  50. in
  51. int
  52. interface
  53. internal
  54. is
  55. lock
  56. long
  57. namespace
  58. new
  59. null
  60. object
  61. operator
  62. out
  63. override
  64. params
  65. private
  66. protected
  67. public
  68. readonly
  69. ref
  70. return
  71. sbyte
  72. sealed
  73. short
  74. sizeof
  75. stackalloc
  76. static
  77. string
  78. struct
  79. switch
  80. this
  81. throw
  82. true
  83. try
  84. typeof
  85. uint
  86. ulong
  87. unchecked
  88. unsafe
  89. ushort
  90. using
  91. virtual
  92. void
  93. volatile
  94. while
  95.  
  96. #KEYWORD=Compiler directives
  97. define
  98. elif
  99. else
  100. endif
  101. endregion
  102. error
  103. if
  104. line
  105. region
  106. undef
  107. warning
  108.  
  109. #KEYWORD=Namespaces
  110. Activation
  111. Adapters
  112. Assemblies
  113. Binary
  114. Caching
  115. Channels
  116. CodeDom
  117. Collections
  118. Common
  119. CompensatingResourceManager
  120. Compiler
  121. CompilerServices
  122. ComponentModel
  123. Configuration
  124. Contexts
  125. Cryptography
  126. CSharp
  127. CustomMarshalers
  128. Data
  129. Description
  130. Design
  131. Diagnostics
  132. DirectoryServices
  133. Discovery
  134. Drawing
  135. Drawing2D
  136. Emit
  137. EnterpriseServices
  138. Expando
  139. Formatters
  140. Forms
  141. Globalization
  142. Hosting
  143. HtmlControls
  144. Http
  145. Imaging
  146. Install
  147. Instrumentation
  148. Internal
  149. InteropServices
  150. IO
  151. IsolatedStorage
  152. JScript
  153. Lifetime
  154. Mail
  155. Management
  156. Messaging
  157. Metadata
  158. MetadataServices
  159. Microsoft
  160. Mobile
  161. MobileControls
  162. Net
  163. Odbc
  164. OleDb
  165. OracleClient
  166. Permissions
  167. Policy
  168. Principal
  169. Printing
  170. Protocols
  171. Proxies
  172. Reflection
  173. RegularExpressions
  174. Remoting
  175. Resources
  176. Runtime
  177. Schema
  178. Security
  179. Serialization
  180. ServiceProcess
  181. Services
  182. SessionState
  183. Soap
  184. Sockets
  185. Specialized
  186. SqlClient
  187. SqlServerCE
  188. SqlTypes
  189. SymbolStore
  190. System
  191. Tcp
  192. Text
  193. Threading
  194. Timers
  195. UI
  196. VisualBasic
  197. Vsa
  198. W3cXsd2001
  199. Web
  200. WebControls
  201. Win32
  202. Windows
  203. X509Certificates
  204. Xml
  205. XPath
  206. Xsl
  207.  
  208. #KEYWORD=Classes
  209. ; Microsoft.CSharp
  210. Compiler
  211. CompilerError
  212. CSharpCodeProvider
  213. ErrorLevel
  214. ; Microsoft.JScript
  215. JScriptCodeProvider
  216. ; Microsoft.VisualBasic
  217. VBCodeProvider
  218. ; Microsoft.Vsa
  219. IVsaCodeItem
  220. IVsaEngine
  221. IVsaError
  222. IVsaGlobalItem
  223. IVsaItem
  224. IVsaItems
  225. IVsaPersistSite
  226. IVsaReferenceItem
  227. IVsaSite
  228. VsaError
  229. VsaItemFlag
  230. VsaItemType
  231. ; Microsoft.Win32
  232. PowerModeChangedEventArgs
  233. Registry
  234. RegistryKey
  235. SessionEndedEventArgs
  236. SessionEndingEventArgs
  237. SystemEvents
  238. TimerElapsedEventArgs
  239. UserPreferenceChangedEventArgs
  240. UserPreferenceChangingEventArgs
  241. PowerModeChangedEventHandler
  242. SessionEndedEventHandler
  243. SessionEndingEventHandler
  244. TimerElapsedEventHandler
  245. UserPreferenceChangedEventHandler
  246. UserPreferenceChangingEventHandler
  247. PowerModes
  248. RegistryHive
  249. SessionEndReasons
  250. UserPreferenceCategory
  251. ; System
  252. Activator
  253. AppDomain
  254. AppDomainSetup
  255. AppDomainUnloadedException
  256. ApplicationException
  257. ArgumentException
  258. ArgumentNullException
  259. ArgumentOutOfRangeException
  260. ArithmeticException
  261. Array
  262. ArrayTypeMismatchException
  263. AssemblyLoadEventArgs
  264. Attribute
  265. AttributeUsageAttribute
  266. BadImageFormatException
  267. BitConverter
  268. Buffer
  269. CannotUnloadAppDomainException
  270. CharEnumerator
  271. CLSCompliantAttribute
  272. Console
  273. ContextBoundObject
  274. ContextMarshalException
  275. ContextStaticAttribute
  276. Convert
  277. DBNull
  278. Delegate
  279. DivideByZeroException
  280. DllNotFoundException
  281. DuplicateWaitObjectException
  282. EntryPointNotFoundException
  283. Enum
  284. Environment
  285. EventArgs
  286. Exception
  287. ExecutionEngineException
  288. FieldAccessException
  289. FlagsAttribute
  290. FormatException
  291. GC
  292. IndexOutOfRangeException
  293. InvalidCastException
  294. InvalidOperationException
  295. InvalidProgramException
  296. LoaderOptimizationAttribute
  297. LocalDataStoreSlot
  298. MarshalByRefObject
  299. Math
  300. MemberAccessException
  301. MethodAccessException
  302. MissingFieldException
  303. MissingMemberException
  304. MissingMethodException
  305. MTAThreadAttribute
  306. MulticastDelegate
  307. MulticastNotSupportedException
  308. NonSerializedAttribute
  309. NotFiniteNumberException
  310. NotImplementedException
  311. NotSupportedException
  312. NullReferenceException
  313. Object
  314. ObjectDisposedException
  315. ObsoleteAttribute
  316. OperatingSystem
  317. OutOfMemoryException
  318. OverflowException
  319. ParamArrayAttribute
  320. PlatformNotSupportedException
  321. Random
  322. RankException
  323. ResolveEventArgs
  324. SerializableAttribute
  325. StackOverflowException
  326. STAThreadAttribute
  327. String
  328. SystemException
  329. ThreadStaticAttribute
  330. TimeZone
  331. Type
  332. TypeInitializationException
  333. TypeLoadException
  334. TypeUnloadedException
  335. UnauthorizedAccessException
  336. UnhandledExceptionEventArgs
  337. Uri
  338. UriBuilder
  339. UriFormatException
  340. ValueType
  341. Version
  342. WeakReference
  343. IAppDomainSetup
  344. IAsyncResult
  345. ICloneable
  346. IComparable
  347. IConvertible
  348. ICustomFormatter
  349. IDisposable
  350. IFormatProvider
  351. IFormattable
  352. IServiceProvider
  353. _AppDomain
  354. ArgIterator
  355. Boolean
  356. Byte
  357. Char
  358. DateTime
  359. Decimal
  360. Double
  361. Guid
  362. Int16
  363. Int32
  364. Int64
  365. IntPtr
  366. RuntimeArgumentHandle
  367. RuntimeFieldHandle
  368. RuntimeMethodHandle
  369. RuntimeTypeHandle
  370. SByte
  371. Single
  372. TimeSpan
  373. TypedReference
  374. UInt16
  375. UInt32
  376. UInt64
  377. UIntPtr
  378. Void
  379. AssemblyLoadEventHandler
  380. AsyncCallback
  381. CrossAppDomainDelegate
  382. EventHandler
  383. ResolveEventHandler
  384. UnhandledExceptionEventHandler
  385. AttributeTargets
  386. DayOfWeek
  387. Environmen
  388. LoaderOptimization
  389. PlatformID
  390. TypeCode
  391. UriHostNameType
  392. UriPartial
  393. ; System.CodeDom
  394. CodeArgumentReferenceExpression
  395. CodeArrayCreateExpression
  396. CodeArrayIndexerExpression
  397. CodeAssignStatement
  398. CodeAttachEventStatement
  399. CodeAttributeArgument
  400. CodeAttributeArgumentCollection
  401. CodeAttributeDeclaration
  402. CodeAttributeDeclarationCollection
  403. CodeBaseReferenceExpression
  404. CodeBinaryOperatorExpression
  405. CodeCastExpression
  406. CodeCatchClause
  407. CodeCatchClauseCollection
  408. CodeComment
  409. CodeCommentStatement
  410. CodeCommentStatementCollection
  411. CodeCompileUnit
  412. CodeConditionStatement
  413. CodeConstructor
  414. CodeDelegateCreateExpression
  415. CodeDelegateInvokeExpression
  416. CodeDirectionExpression
  417. CodeEntryPointMethod
  418. CodeEventReferenceExpression
  419. CodeExpression
  420. CodeExpressionCollection
  421. CodeExpressionStatement
  422. CodeFieldReferenceExpression
  423. CodeGotoStatement
  424. CodeIndexerExpression
  425. CodeIterationStatement
  426. CodeLabeledStatement
  427. CodeLinePragma
  428. CodeMemberEvent
  429. CodeMemberField
  430. CodeMemberMethod
  431. CodeMemberProperty
  432. CodeMethodInvokeExpression
  433. CodeMethodReferenceExpression
  434. CodeMethodReturnStatement
  435. CodeNamespace
  436. CodeNamespaceCollection
  437. CodeNamespaceImport
  438. CodeNamespaceImportCollection
  439. CodeObject
  440. CodeObjectCreateExpression
  441. CodeParameterDeclarationExpression
  442. CodeParameterDeclarationExpressionCollection
  443. CodePrimitiveExpression
  444. CodePropertyReferenceExpression
  445. CodePropertySetValueReferenceExpression
  446. CodeRemoveEventStatement
  447. CodeSnippetCompileUnit
  448. CodeSnippetExpression
  449. CodeSnippetStatement
  450. CodeSnippetTypeMember
  451. CodeStatement
  452. CodeStatementCollection
  453. CodeThisReferenceExpression
  454. CodeThrowExceptionStatement
  455. CodeTryCatchFinallyStatement
  456. CodeTypeConstructor
  457. CodeTypeDeclaration
  458. CodeTypeDeclarationCollection
  459. CodeTypeDelegate
  460. CodeTypeMember
  461. CodeTypeMemberCollection
  462. CodeTypeOfExpression
  463. CodeTypeReference
  464. CodeTypeReferenceCollection
  465. CodeTypeReferenceExpression
  466. CodeVariableDeclarationStatement
  467. CodeVariableReferenceExpression
  468. CodeBinaryOperatorType
  469. FieldDirection
  470. MemberAttributes
  471. ; System.CodeDom.Compiler
  472. CodeCompiler
  473. CodeDomProvider
  474. CodeGenerator
  475. CodeGeneratorOptions
  476. CodeParser
  477. CompilerError
  478. CompilerErrorCollection
  479. CompilerParameters
  480. CompilerResults
  481. Executor
  482. IndentedTextWriter
  483. TempFileCollection
  484. ICodeCompiler
  485. ICodeGenerator
  486. ICodeParser
  487. GeneratorSupport
  488. LanguageOptions
  489. ; System.Collections
  490. ArrayList
  491. BitArray
  492. CaseInsensitiveComparer
  493. CaseInsensitiveHashCodeProvider
  494. CollectionBase
  495. Comparer
  496. DictionaryBase
  497. Hashtable
  498. Queue
  499. ReadOnlyCollectionBase
  500. SortedList
  501. Stack
  502. ICollection
  503. IComparer
  504. IDictionary
  505. IDictionaryEnumerator
  506. IEnumerable
  507. IEnumerator
  508. IHashCodeProvider
  509. IList
  510. DictionaryEntry
  511. ; System.Collections.Specialized
  512. CollectionsUtil
  513. HybridDictionary
  514. ListDictionary
  515. NameObjectCollectionBase
  516. NameObjectCollectionBas
  517. KeysCollection
  518. NameValueCollection
  519. StringCollection
  520. StringDictionary
  521. StringEnumerator
  522. BitVector32
  523. BitVector3
  524. ; System.ComponentModel
  525. AmbientValueAttribute
  526. ArrayConverter
  527. AttributeCollection
  528. BaseNumberConverter
  529. BindableAttribute
  530. BooleanConverter
  531. BrowsableAttribute
  532. ByteConverter
  533. CancelEventArgs
  534. CategoryAttribute
  535. CharConverter
  536. CollectionChangeEventArgs
  537. CollectionConverter
  538. Component
  539. ComponentCollection
  540. ComponentConverter
  541. ComponentEditor
  542. ComponentResourceManager
  543. Container
  544. CultureInfoConverter
  545. DateTimeConverter
  546. DecimalConverter
  547. DefaultEventAttribute
  548. DefaultPropertyAttribute
  549. DefaultValueAttribute
  550. DescriptionAttribute
  551. DesignerAttribute
  552. DesignerCategoryAttribute
  553. DesignerSerializationVisibilityAttribute
  554. DesignOnlyAttribute
  555. DesignTimeVisibleAttribute
  556. DoubleConverter
  557. EditorAttribute
  558. EditorBrowsableAttribute
  559. EnumConverter
  560. EventDescriptor
  561. EventDescriptorCollection
  562. EventHandlerList
  563. ExpandableObjectConverter
  564. GuidConverter
  565. ImmutableObjectAttribute
  566. InheritanceAttribute
  567. InstallerTypeAttribute
  568. Int16Converter
  569. Int32Converter
  570. Int64Converter
  571. InvalidEnumArgumentException
  572. License
  573. LicenseContext
  574. LicenseException
  575. LicenseManager
  576. LicenseProvider
  577. LicenseProviderAttribute
  578. LicFileLicenseProvider
  579. ListBindableAttribute
  580. ListChangedEventArgs
  581. LocalizableAttribute
  582. MarshalByValueComponent
  583. MemberDescriptor
  584. MergablePropertyAttribute
  585. NotifyParentPropertyAttribute
  586. ParenthesizePropertyNameAttribute
  587. PropertyChangedEventArgs
  588. PropertyDescriptor
  589. PropertyDescriptorCollection
  590. PropertyTabAttribute
  591. ProvidePropertyAttribute
  592. ReadOnlyAttribute
  593. RecommendedAsConfigurableAttribute
  594. ReferenceConverter
  595. RefreshEventArgs
  596. RefreshPropertiesAttribute
  597. RunInstallerAttribute
  598. SByteConverter
  599. SingleConverter
  600. StringConverter
  601. TimeSpanConverter
  602. ToolboxItemAttribute
  603. ToolboxItemFilterAttribute
  604. TypeConverter
  605. TypeConverte
  606. SimplePropertyDescriptor
  607. TypeConverte
  608. StandardValuesCollection
  609. TypeConverterAttribute
  610. TypeDescriptor
  611. TypeListConverter
  612. UInt16Converter
  613. UInt32Converter
  614. UInt64Converter
  615. WarningException
  616. Win32Exception
  617. IBindingList
  618. IComponent
  619. IContainer
  620. ICustomTypeDescriptor
  621. IDataErrorInfo
  622. IEditableObject
  623. IExtenderProvider
  624. IListSource
  625. ISite
  626. ISupportInitialize
  627. ISynchronizeInvoke
  628. ITypeDescriptorContext
  629. ITypedList
  630. CancelEventHandler
  631. CollectionChangeEventHandler
  632. ListChangedEventHandler
  633. PropertyChangedEventHandler
  634. RefreshEventHandler
  635. BindableSupport
  636. CollectionChangeAction
  637. DesignerSerializationVisibility
  638. EditorBrowsableState
  639. InheritanceLevel
  640. LicenseUsageMode
  641. ListChangedType
  642. ListSortDirection
  643. PropertyTabScope
  644. RefreshProperties
  645. ToolboxItemFilterType
  646. ; System.ComponentModel.Design
  647. ActiveDesignerEventArgs
  648. ArrayEditor
  649. ByteViewer
  650. CheckoutException
  651. CollectionEditor
  652. CollectionEdito
  653. CommandID
  654. ComponentChangedEventArgs
  655. ComponentChangingEventArgs
  656. ComponentDesigner
  657. ComponentDesigne
  658. ShadowPropertyCollection
  659. ComponentEventArgs
  660. ComponentRenameEventArgs
  661. DesignerCollection
  662. DesignerEventArgs
  663. DesignerTransaction
  664. DesignerTransactionCloseEventArgs
  665. DesignerVerb
  666. DesignerVerbCollection
  667. DesigntimeLicenseContext
  668. DesigntimeLicenseContextSerializer
  669. LocalizationExtenderProvider
  670. MenuCommand
  671. ServiceContainer
  672. StandardCommands
  673. StandardToolWindows
  674. IComponentChangeService
  675. IDesigner
  676. IDesignerEventService
  677. IDesignerFilter
  678. IDesignerHost
  679. IDesignerOptionService
  680. IDictionaryService
  681. IEventBindingService
  682. IExtenderListService
  683. IExtenderProviderService
  684. IHelpService
  685. IMenuCommandService
  686. IReferenceService
  687. IResourceService
  688. IRootDesigner
  689. ISelectionService
  690. IServiceContainer
  691. ITypeDescriptorFilterService
  692. ITypeResolutionService
  693. ActiveDesignerEventHandler
  694. ComponentChangedEventHandler
  695. ComponentChangingEventHandler
  696. ComponentEventHandler
  697. ComponentRenameEventHandler
  698. DesignerEventHandler
  699. DesignerTransactionCloseEventHandler
  700. ServiceCreatorCallback
  701. DisplayMode
  702. HelpContextType
  703. HelpKeywordType
  704. SelectionTypes
  705. ViewTechnology
  706. ; System.ComponentModel.Design.Serialization
  707. CodeDomSerializer
  708. CodeDomSerializerException
  709. ContextStack
  710. DesignerLoader
  711. DesignerSerializerAttribute
  712. InstanceDescriptor
  713. ResolveNameEventArgs
  714. RootDesignerSerializerAttribute
  715. ICodeDomDesignerReload
  716. IDesignerLoaderHost
  717. IDesignerLoaderService
  718. IDesignerSerializationManager
  719. IDesignerSerializationProvider
  720. IDesignerSerializationService
  721. INameCreationService
  722. ResolveNameEventHandler
  723. ; System.Configuration
  724. AppSettingsReader
  725. ConfigurationException
  726. ConfigurationSettings
  727. DictionarySectionHandler
  728. IgnoreSectionHandler
  729. NameValueSectionHandler
  730. SingleTagSectionHandler
  731. IConfigurationSectionHandler
  732. ; System.Configuration.Assemblies
  733. AssemblyHash
  734. Enumeration
  735. AssemblyHashAlgorithm
  736. AssemblyVersionCompatibility
  737. ; System.Configuration.Install
  738. AssemblyInstaller
  739. ComponentInstaller
  740. InstallContext
  741. Installer
  742. InstallerCollection
  743. InstallEventArgs
  744. InstallException
  745. TransactedInstaller
  746. InstallEventHandler
  747. UninstallAction
  748. ; System.Data
  749. Constraint
  750. ConstraintCollection
  751. ConstraintException
  752. DataColumn
  753. DataColumnChangeEventArgs
  754. DataColumnCollection
  755. DataException
  756. DataRelation
  757. DataRelationCollection
  758. DataRow
  759. DataRowChangeEventArgs
  760. DataRowCollection
  761. DataRowView
  762. DataSet
  763. DataSysDescriptionAttribute
  764. DataTable
  765. DataTableCollection
  766. DataView
  767. DataViewManager
  768. DataViewSetting
  769. DataViewSettingCollection
  770. DBConcurrencyException
  771. DeletedRowInaccessibleException
  772. DuplicateNameException
  773. EvaluateException
  774. FillErrorEventArgs
  775. ForeignKeyConstraint
  776. InRowChangingEventException
  777. InternalDataCollectionBase
  778. InvalidConstraintException
  779. InvalidExpressionException
  780. MergeFailedEventArgs
  781. MissingPrimaryKeyException
  782. NoNullAllowedException
  783. PropertyCollection
  784. ReadOnlyException
  785. RowNotInTableException
  786. StateChangeEventArgs
  787. StrongTypingException
  788. SyntaxErrorException
  789. TypedDataSetGenerator
  790. TypedDataSetGeneratorException
  791. UniqueConstraint
  792. VersionNotFoundException
  793. IColumnMapping
  794. IColumnMappingCollection
  795. IDataAdapter
  796. IDataParameter
  797. IDataParameterCollection
  798. IDataReader
  799. IDataRecord
  800. IDbCommand
  801. IDbConnection
  802. IDbDataAdapter
  803. IDbDataParameter
  804. IDbTransaction
  805. ITableMapping
  806. ITableMappingCollection
  807. DataColumnChangeEventHandler
  808. DataRowChangeEventHandler
  809. FillErrorEventHandler
  810. MergeFailedEventHandler
  811. StateChangeEventHandler
  812. AcceptRejectRule
  813. CommandBehavior
  814. CommandType
  815. ConnectionState
  816. DataRowAction
  817. DataRowState
  818. DataRowVersion
  819. DataViewRowState
  820. DbType
  821. IsolationLevel
  822. KeyRestrictionBehavior
  823. MappingType
  824. MissingMappingAction
  825. MissingSchemaAction
  826. ParameterDirection
  827. PropertyAttributes
  828. Rule
  829. SchemaType
  830. SqlDbType
  831. StatementType
  832. UpdateRowSource
  833. UpdateStatus
  834. XmlReadMode
  835. XmlWriteMode
  836. ; System.Data.Common
  837. DataAdapter
  838. DataColumnMapping
  839. DataColumnMappingCollection
  840. DataTableMapping
  841. DataTableMappingCollection
  842. DbDataAdapter
  843. DBDataPermission
  844. DBDataPermissionAttribute
  845. DbDataRecord
  846. DbEnumerator
  847. RowUpdatedEventArgs
  848. RowUpdatingEventArgs
  849. ; System.Data.Odbc
  850. OdbcCommand
  851. OdbcCommandBuilder
  852. OdbcConnection
  853. OdbcDataAdapter
  854. OdbcDataReader
  855. OdbcError
  856. OdbcErrorCollection
  857. OdbcException
  858. OdbcInfoMessageEventArgs
  859. OdbcParameter
  860. OdbcParameterCollection
  861. OdbcPermission
  862. OdbcPermissionAttribute
  863. OdbcRowUpdatedEventArgs
  864. OdbcRowUpdatingEventArgs
  865. OdbcTransaction
  866. OdbcInfoMessageEventHandler
  867. OdbcRowUpdatedEventHandler
  868. OdbcRowUpdatingEventHandler
  869. OdbcType
  870. ; System.Data.OleDb
  871. OleDbCommand
  872. OleDbCommandBuilder
  873. OleDbConnection
  874. OleDbDataAdapter
  875. OleDbDataReader
  876. OleDbError
  877. OleDbErrorCollection
  878. OleDbException
  879. OleDbInfoMessageEventArgs
  880. OleDbParameter
  881. OleDbParameterCollection
  882. OleDbPermission
  883. OleDbPermissionAttribute
  884. OleDbRowUpdatedEventArgs
  885. OleDbRowUpdatingEventArgs
  886. OleDbSchemaGuid
  887. OleDbTransaction
  888. OleDbInfoMessageEventHandler
  889. OleDbRowUpdatedEventHandler
  890. OleDbRowUpdatingEventHandler
  891. OleDbLiteral
  892. OleDbType
  893. ; System.Data.OracleClient
  894. OracleBFile
  895. OracleCommand
  896. OracleCommandBuilder
  897. OracleConnection
  898. OracleDataAdapter
  899. OracleDataReader
  900. OracleException
  901. OracleInfoMessageEventArgs
  902. OracleLob
  903. OracleParameter
  904. OracleParameterCollection
  905. OraclePermission
  906. OraclePermissionAttribute
  907. OracleRowUpdatedEventArgs
  908. OracleRowUpdatingEventArgs
  909. OracleTransaction
  910. OracleBinary
  911. OracleBoolean
  912. OracleDateTime
  913. OracleMonthSpan
  914. OracleNumber
  915. OracleString
  916. OracleTimeSpan
  917. OracleInfoMessageEventHandler
  918. OracleRowUpdatedEventHandler
  919. OracleRowUpdatingEventHandler
  920. OracleLobOpenMode
  921. OracleType
  922. ; System.Data.SqlClient
  923. SqlClientPermission
  924. SqlClientPermissionAttribute
  925. SqlCommand
  926. SqlCommandBuilder
  927. SqlConnection
  928. SqlDataAdapter
  929. SqlDataReader
  930. SqlError
  931. SqlErrorCollection
  932. SqlException
  933. SqlInfoMessageEventArgs
  934. SqlParameter
  935. SqlParameterCollection
  936. SqlRowUpdatedEventArgs
  937. SqlRowUpdatingEventArgs
  938. SqlTransaction
  939. SqlInfoMessageEventHandler
  940. SqlRowUpdatedEventHandler
  941. SqlRowUpdatingEventHandler
  942. ; System.Data.SqlServerCe
  943. SqlCeCommand
  944. SqlCeCommandBuilder
  945. SqlCeConnection
  946. SqlCeDataAdapter
  947. SqlCeDataReader
  948. SqlCeEngine
  949. SqlCeError
  950. SqlCeErrorCollection
  951. SqlCeException
  952. SqlCeInfoMessageEventArgs
  953. SqlCeParameter
  954. SqlCeParameterCollection
  955. SqlCeRemoteDataAccess
  956. SqlCeReplication
  957. SqlCeRowUpdatedEventArgs
  958. SqlCeRowUpdatingEventArgs
  959. SqlCeTransaction
  960. SqlCeInfoMessageEventHandler
  961. SqlCeRowUpdatedEventHandler
  962. SqlCeRowUpdatingEventHandler
  963. AddOption
  964. DbRangeOptions
  965. DbSeekOptions
  966. DropOption
  967. ExchangeType
  968. NetworkType
  969. RdaBatchOption
  970. RdaTrackOption
  971. SecurityType
  972. ValidateType
  973. ; System.Data.SqlTypes
  974. SqlNullValueException
  975. SqlTruncateException
  976. SqlTypeException
  977. INullable
  978. SqlBinary
  979. SqlBoolean
  980. SqlByte
  981. SqlDateTime
  982. SqlDecimal
  983. SqlDouble
  984. SqlGuid
  985. SqlInt16
  986. SqlInt32
  987. SqlInt64
  988. SqlMoney
  989. SqlSingle
  990. SqlString
  991. SqlCompareOptions
  992. ; System.Diagnostics
  993. BooleanSwitch
  994. ConditionalAttribute
  995. CounterCreationData
  996. CounterCreationDataCollection
  997. CounterSampleCalculator
  998. Debug
  999. DebuggableAttribute
  1000. Debugger
  1001. DebuggerHiddenAttribute
  1002. DebuggerStepThroughAttribute
  1003. DefaultTraceListener
  1004. EntryWrittenEventArgs
  1005. EventLog
  1006. EventLogEntry
  1007. EventLogEntryCollection
  1008. EventLogInstaller
  1009. EventLogPermission
  1010. EventLogPermissionAttribute
  1011. EventLogPermissionEntry
  1012. EventLogPermissionEntryCollection
  1013. EventLogTraceListener
  1014. FileVersionInfo
  1015. InstanceData
  1016. InstanceDataCollection
  1017. InstanceDataCollectionCollection
  1018. MonitoringDescriptionAttribute
  1019. PerformanceCounter
  1020. PerformanceCounterCategory
  1021. PerformanceCounterInstaller
  1022. PerformanceCounterPermission
  1023. PerformanceCounterPermissionAttribute
  1024. PerformanceCounterPermissionEntry
  1025. PerformanceCounterPermissionEntryCollection
  1026. Process
  1027. ProcessModule
  1028. ProcessModuleCollection
  1029. ProcessStartInfo
  1030. ProcessThread
  1031. ProcessThreadCollection
  1032. StackFrame
  1033. StackTrace
  1034. Switch
  1035. TextWriterTraceListener
  1036. Trace
  1037. TraceListener
  1038. TraceListenerCollection
  1039. TraceSwitch
  1040. CounterSample
  1041. EntryWrittenEventHandler
  1042. EventLogEntryType
  1043. EventLogPermissionAccess
  1044. PerformanceCounterPermissionAccess
  1045. PerformanceCounterType
  1046. ProcessPriorityClass
  1047. ProcessWindowStyle
  1048. ThreadPriorityLevel
  1049. ThreadState
  1050. ThreadWaitReason
  1051. TraceLevel
  1052. ; System.Diagnostics.SymbolStore
  1053. SymDocumentType
  1054. SymLanguageType
  1055. SymLanguageVendor
  1056. ISymbolBinder
  1057. ISymbolDocument
  1058. ISymbolDocumentWriter
  1059. ISymbolMethod
  1060. ISymbolNamespace
  1061. ISymbolReader
  1062. ISymbolScope
  1063. ISymbolVariable
  1064. ISymbolWriter
  1065. SymbolToken
  1066. SymAddressKind
  1067. ; System.DirectoryServices
  1068. DirectoryEntries
  1069. DirectoryEntry
  1070. DirectorySearcher
  1071. DirectoryServicesPermission
  1072. DirectoryServicesPermissionAttribute
  1073. DirectoryServicesPermissionEntry
  1074. DirectoryServicesPermissionEntryCollection
  1075. PropertyCollection
  1076. PropertyValueCollection
  1077. ResultPropertyCollection
  1078. ResultPropertyValueCollection
  1079. SchemaNameCollection
  1080. SearchResult
  1081. SearchResultCollection
  1082. SortOption
  1083. AuthenticationTypes
  1084. DirectoryServicesPermissionAccess
  1085. ReferralChasingOption
  1086. SearchScope
  1087. SortDirection
  1088. ; System.Drawing
  1089. Bitmap
  1090. Brush
  1091. Brushes
  1092. ColorConverter
  1093. ColorTranslator
  1094. Font
  1095. FontConverter
  1096. FontFamily
  1097. Graphics
  1098. Icon
  1099. IconConverter
  1100. Image
  1101. ImageAnimator
  1102. ImageConverter
  1103. ImageFormatConverter
  1104. Pen
  1105. Pens
  1106. PointConverter
  1107. RectangleConverter
  1108. Region
  1109. SizeConverter
  1110. SolidBrush
  1111. StringFormat
  1112. SystemBrushes
  1113. SystemColors
  1114. SystemIcons
  1115. SystemPens
  1116. TextureBrush
  1117. ToolboxBitmapAttribute
  1118. The
  1119. CharacterRange
  1120. Color
  1121. Point
  1122. PointF
  1123. Rectangle
  1124. RectangleF
  1125. Size
  1126. SizeF
  1127. Graphic
  1128. Graphic
  1129. Imag
  1130. ContentAlignment
  1131. FontStyle
  1132. GraphicsUnit
  1133. KnownColor
  1134. RotateFlipType
  1135. StringAlignment
  1136. StringDigitSubstitute
  1137. StringFormatFlags
  1138. StringTrimming
  1139. StringUnit
  1140. ; System.Drawing.Design
  1141. BitmapEditor
  1142. CategoryNameCollection
  1143. FontEditor
  1144. ImageEditor
  1145. PaintValueEventArgs
  1146. PropertyValueUIItem
  1147. ToolboxComponentsCreatedEventArgs
  1148. ToolboxComponentsCreatingEventArgs
  1149. ToolboxItem
  1150. ToolboxItemCollection
  1151. UITypeEditor
  1152. IPropertyValueUIService
  1153. IToolboxService
  1154. IToolboxUser
  1155. PropertyValueUIHandler
  1156. PropertyValueUIItemInvokeHandler
  1157. ToolboxComponentsCreatedEventHandler
  1158. ToolboxComponentsCreatingEventHandler
  1159. ToolboxItemCreatorCallback
  1160. UITypeEditorEditStyle
  1161. ; System.Drawing.Drawing2D
  1162. AdjustableArrowCap
  1163. Blend
  1164. ColorBlend
  1165. CustomLineCap
  1166. GraphicsContainer
  1167. GraphicsPath
  1168. GraphicsPathIterator
  1169. GraphicsState
  1170. HatchBrush
  1171. LinearGradientBrush
  1172. Matrix
  1173. PathData
  1174. PathGradientBrush
  1175. RegionData
  1176. CombineMode
  1177. CompositingMode
  1178. CompositingQuality
  1179. CoordinateSpace
  1180. DashCap
  1181. DashStyle
  1182. FillMode
  1183. FlushIntention
  1184. HatchStyle
  1185. InterpolationMode
  1186. LinearGradientMode
  1187. LineCap
  1188. LineJoin
  1189. MatrixOrder
  1190. PathPointType
  1191. PenAlignment
  1192. PenType
  1193. PixelOffsetMode
  1194. QualityMode
  1195. SmoothingMode
  1196. WarpMode
  1197. WrapMode
  1198. ; System.Drawing.Imaging
  1199. BitmapData
  1200. ColorMap
  1201. ColorMatrix
  1202. ColorPalette
  1203. Encoder
  1204. EncoderParameter
  1205. EncoderParameters
  1206. FrameDimension
  1207. ImageAttributes
  1208. ImageCodecInfo
  1209. ImageFormat
  1210. Metafile
  1211. MetafileHeader
  1212. MetaHeader
  1213. PropertyItem
  1214. WmfPlaceableFileHeader
  1215. PlayRecordCallback
  1216. ColorAdjustType
  1217. ColorChannelFlag
  1218. ColorMapType
  1219. ColorMatrixFlag
  1220. ColorMode
  1221. EmfPlusRecordType
  1222. EmfType
  1223. EncoderParameterValueType
  1224. EncoderValue
  1225. ImageCodecFlags
  1226. ImageFlags
  1227. ImageLockMode
  1228. MetafileFrameUnit
  1229. MetafileType
  1230. PaletteFlags
  1231. PixelFormat
  1232. ; System.Drawing.Printing
  1233. InvalidPrinterException
  1234. Margins
  1235. MarginsConverter
  1236. PageSettings
  1237. PaperSize
  1238. PaperSource
  1239. PreviewPageInfo
  1240. PreviewPrintController
  1241. PrintController
  1242. PrintDocument
  1243. PrinterResolution
  1244. PrinterSettings
  1245. PrinterSetting
  1246. PrinterSetting
  1247. PaperSourceCollection
  1248. PrinterSetting
  1249. PrinterResolutionCollection
  1250. PrinterUnitConvert
  1251. PrintEventArgs
  1252. PrintingPermission
  1253. PrintingPermissionAttribute
  1254. PrintPageEventArgs
  1255. QueryPageSettingsEventArgs
  1256. StandardPrintController
  1257. PrintEventHandler
  1258. PrintPageEventHandler
  1259. QueryPageSettingsEventHandler
  1260. Duplex
  1261. PaperKind
  1262. PaperSourceKind
  1263. PrinterResolutionKind
  1264. PrinterUnit
  1265. PrintingPermissionLevel
  1266. PrintRange
  1267. ; System.Drawing.Text
  1268. FontCollection
  1269. InstalledFontCollection
  1270. PrivateFontCollection
  1271. GenericFontFamilies
  1272. HotkeyPrefix
  1273. TextRenderingHint
  1274. ; System.EnterpriseServices
  1275. Activity
  1276. ApplicationAccessControlAttribute
  1277. ApplicationActivationAttribute
  1278. ApplicationIDAttribute
  1279. ApplicationNameAttribute
  1280. ApplicationQueuingAttribute
  1281. AutoCompleteAttribute
  1282. BYOT
  1283. ComponentAccessControlAttribute
  1284. COMTIIntrinsicsAttribute
  1285. ConstructionEnabledAttribute
  1286. ContextUtil
  1287. DescriptionAttribute
  1288. EventClassAttribute
  1289. EventTrackingEnabledAttribute
  1290. ExceptionClassAttribute
  1291. IISIntrinsicsAttribute
  1292. InterfaceQueuingAttribute
  1293. JustInTimeActivationAttribute
  1294. LoadBalancingSupportedAttribute
  1295. MustRunInClientContextAttribute
  1296. ObjectPoolingAttribute
  1297. PrivateComponentAttribute
  1298. RegistrationConfig
  1299. RegistrationErrorInfo
  1300. RegistrationException
  1301. RegistrationHelper
  1302. ResourcePool
  1303. SecureMethodAttribute
  1304. SecurityCallContext
  1305. SecurityCallers
  1306. SecurityIdentity
  1307. SecurityRoleAttribute
  1308. ServiceConfig
  1309. ServicedComponent
  1310. ServicedComponentException
  1311. ServiceDomain
  1312. SharedProperty
  1313. SharedPropertyGroup
  1314. SharedPropertyGroupManager
  1315. SynchronizationAttribute
  1316. TransactionAttribute
  1317. IAsyncErrorNotify
  1318. IPlaybackControl
  1319. IProcessInitControl
  1320. IProcessInitializer
  1321. IRegistrationHelper
  1322. IServiceCall
  1323. ITransaction
  1324. BOID
  1325. XACTTRANSINFO
  1326. ResourcePoo
  1327. AccessChecksLevelOption
  1328. ActivationOption
  1329. AuthenticationOption
  1330. BindingOption
  1331. ImpersonationLevelOption
  1332. InheritanceOption
  1333. InstallationFlags
  1334. PartitionOption
  1335. PropertyLockMode
  1336. PropertyReleaseMode
  1337. SxsOption
  1338. SynchronizationOption
  1339. ThreadPoolOption
  1340. TransactionIsolationLevel
  1341. TransactionOption
  1342. TransactionStatus
  1343. TransactionVote
  1344. ; System.EnterpriseServices.CompensatingResourceManager
  1345. ApplicationCrmEnabledAttribute
  1346. Clerk
  1347. ClerkInfo
  1348. ClerkMonitor
  1349. Compensator
  1350. LogRecord
  1351. CompensatorOptions
  1352. LogRecordFlags
  1353. TransactionState
  1354. ; System.EnterpriseServices.Internal
  1355. AppDomainHelper
  1356. AssemblyLocator
  1357. ClrObjectFactory
  1358. ComManagedImportUtil
  1359. Publish
  1360. SoapClientImport
  1361. SoapServerTlb
  1362. SoapServerVRoot
  1363. SoapUtility
  1364. IClrObjectFactory
  1365. IComManagedImportUtil
  1366. IComSoapPublisher
  1367. ISoapClientImport
  1368. ISoapServerTlb
  1369. ISoapServerVRoot
  1370. ISoapUtility
  1371. ; System.Globalization
  1372. Calendar
  1373. CompareInfo
  1374. CultureInfo
  1375. DateTimeFormatInfo
  1376. DaylightTime
  1377. GregorianCalendar
  1378. HebrewCalendar
  1379. HijriCalendar
  1380. JapaneseCalendar
  1381. JulianCalendar
  1382. KoreanCalendar
  1383. NumberFormatInfo
  1384. RegionInfo
  1385. SortKey
  1386. StringInfo
  1387. TaiwanCalendar
  1388. TextElementEnumerator
  1389. TextInfo
  1390. ThaiBuddhistCalendar
  1391. CalendarWeekRule
  1392. CompareOptions
  1393. CultureTypes
  1394. DateTimeStyles
  1395. GregorianCalendarTypes
  1396. NumberStyles
  1397. UnicodeCategory
  1398. ; System.IO
  1399. BinaryReader
  1400. BinaryWriter
  1401. BufferedStream
  1402. Directory
  1403. DirectoryInfo
  1404. DirectoryNotFoundException
  1405. EndOfStreamException
  1406. ErrorEventArgs
  1407. File
  1408. FileInfo
  1409. FileLoadException
  1410. FileNotFoundException
  1411. FileStream
  1412. FileSystemEventArgs
  1413. FileSystemInfo
  1414. FileSystemWatcher
  1415. InternalBufferOverflowException
  1416. IODescriptionAttribute
  1417. IOException
  1418. MemoryStream
  1419. Path
  1420. PathTooLongException
  1421. RenamedEventArgs
  1422. Stream
  1423. StreamReader
  1424. StreamWriter
  1425. StringReader
  1426. StringWriter
  1427. TextReader
  1428. TextWriter
  1429. WaitForChangedResult
  1430. ErrorEventHandler
  1431. FileSystemEventHandler
  1432. RenamedEventHandler
  1433. FileAccess
  1434. FileAttributes
  1435. FileMode
  1436. FileShare
  1437. NotifyFilters
  1438. SeekOrigin
  1439. WatcherChangeTypes
  1440. ; System.IO.IsolatedStorage
  1441. IsolatedStorage
  1442. IsolatedStorageException
  1443. IsolatedStorageFile
  1444. IsolatedStorageFileStream
  1445. INormalizeForIsolatedStorage
  1446. IsolatedStorageScope
  1447. ; System.Management
  1448. CompletedEventArgs
  1449. ConnectionOptions
  1450. DeleteOptions
  1451. EnumerationOptions
  1452. EventArrivedEventArgs
  1453. EventQuery
  1454. EventWatcherOptions
  1455. InvokeMethodOptions
  1456. ManagementBaseObject
  1457. ManagementClass
  1458. ManagementDateTimeConverter
  1459. ManagementEventArgs
  1460. ManagementEventWatcher
  1461. ManagementException
  1462. ManagementNamedValueCollection
  1463. ManagementObject
  1464. ManagementObjectCollection
  1465. ManagementObjectCollectio
  1466. ManagementObjectEnumerator
  1467. ManagementObjectSearcher
  1468. ManagementOperationObserver
  1469. ManagementOptions
  1470. ManagementPath
  1471. ManagementQuery
  1472. ManagementScope
  1473. MethodData
  1474. MethodDataCollection
  1475. MethodDataCollectio
  1476. MethodDataEnumerator
  1477. ObjectGetOptions
  1478. ObjectPutEventArgs
  1479. ObjectQuery
  1480. ObjectReadyEventArgs
  1481. ProgressEventArgs
  1482. PropertyData
  1483. PropertyDataCollection
  1484. PropertyDataCollectio
  1485. PropertyDataEnumerator
  1486. PutOptions
  1487. QualifierData
  1488. QualifierDataCollection
  1489. QualifierDataCollectio
  1490. QualifierDataEnumerator
  1491. RelatedObjectQuery
  1492. RelationshipQuery
  1493. SelectQuery
  1494. StoppedEventArgs
  1495. WqlEventQuery
  1496. WqlObjectQuery
  1497. CompletedEventHandler
  1498. EventArrivedEventHandler
  1499. ObjectPutEventHandler
  1500. ObjectReadyEventHandler
  1501. ProgressEventHandler
  1502. StoppedEventHandler
  1503. AuthenticationLevel
  1504. CimType
  1505. CodeLanguage
  1506. ComparisonSettings
  1507. ImpersonationLevel
  1508. ManagementStatus
  1509. PutType
  1510. TextFormat
  1511. ; System.Management.Instrumentation
  1512. BaseEvent
  1513. DefaultManagementProjectInstaller
  1514. IgnoreMemberAttribute
  1515. Instance
  1516. Instrumentation
  1517. InstrumentationClassAttribute
  1518. InstrumentedAttribute
  1519. ManagedNameAttribute
  1520. ManagementInstaller
  1521. IEvent
  1522. IInstance
  1523. InstrumentationType
  1524. ; System.Messaging
  1525. AccessControlEntry
  1526. AccessControlList
  1527. ActiveXMessageFormatter
  1528. BinaryMessageFormatter
  1529. DefaultPropertiesToSend
  1530. Message
  1531. MessageEnumerator
  1532. MessagePropertyFilter
  1533. MessageQueue
  1534. MessageQueueAccessControlEntry
  1535. MessageQueueCriteria
  1536. MessageQueueEnumerator
  1537. MessageQueueException
  1538. MessageQueueInstaller
  1539. MessageQueuePermission
  1540. MessageQueuePermissionAttribute
  1541. MessageQueuePermissionEntry
  1542. MessageQueuePermissionEntryCollection
  1543. MessageQueueTransaction
  1544. MessagingDescriptionAttribute
  1545. PeekCompletedEventArgs
  1546. ReceiveCompletedEventArgs
  1547. Trustee
  1548. XmlMessageFormatter
  1549. IMessageFormatter
  1550. PeekCompletedEventHandler
  1551. ReceiveCompletedEventHandler
  1552. AccessControlEntryType
  1553. AcknowledgeTypes
  1554. Acknowledgment
  1555. CryptographicProviderType
  1556. EncryptionAlgorithm
  1557. EncryptionRequired
  1558. GenericAccessRights
  1559. HashAlgorithm
  1560. MessagePriority
  1561. MessageQueueAccessRights
  1562. MessageQueueErrorCode
  1563. MessageQueuePermissionAccess
  1564. MessageQueueTransactionStatus
  1565. MessageQueueTransactionType
  1566. MessageType
  1567. StandardAccessRights
  1568. TrusteeType
  1569. ; System.Net
  1570. AuthenticationManager
  1571. Authorization
  1572. Cookie
  1573. CookieCollection
  1574. CookieContainer
  1575. CookieException
  1576. CredentialCache
  1577. Dns
  1578. DnsPermission
  1579. DnsPermissionAttribute
  1580. EndPoint
  1581. EndpointPermission
  1582. FileWebRequest
  1583. FileWebResponse
  1584. GlobalProxySelection
  1585. HttpVersion
  1586. HttpWebRequest
  1587. HttpWebResponse
  1588. IPAddress
  1589. IPEndPoint
  1590. IPHostEntry
  1591. IrDAEndPoint
  1592. NetworkCredential
  1593. ProtocolViolationException
  1594. ServicePoint
  1595. ServicePointManager
  1596. SocketAddress
  1597. SocketPermission
  1598. SocketPermissionAttribute
  1599. WebClient
  1600. WebException
  1601. WebHeaderCollection
  1602. WebPermission
  1603. WebPermissionAttribute
  1604. WebProxy
  1605. WebRequest
  1606. WebResponse
  1607. IAuthenticationModule
  1608. ICertificatePolicy
  1609. ICredentials
  1610. IWebProxy
  1611. IWebRequestCreate
  1612. HttpContinueDelegate
  1613. HttpStatusCode
  1614. NetworkAccess
  1615. SecurityProtocolType 
  1616. TransportType
  1617. WebExceptionStatus
  1618. ; System.Net.Sockets
  1619. IPv6MulticastOption
  1620. IrDAClient
  1621. IrDADeviceInfo
  1622. IrDAListener
  1623. LingerOption
  1624. MulticastOption
  1625. NetworkStream
  1626. Socket
  1627. SocketException
  1628. TcpClient
  1629. TcpListener
  1630. UdpClient
  1631. AddressFamily
  1632. IrDACharacterSet
  1633. IrDAHints
  1634. ProtocolFamily
  1635. ProtocolType
  1636. SelectMode
  1637. SocketFlags
  1638. SocketOptionLevel
  1639. SocketOptionName
  1640. SocketShutdown
  1641. SocketType
  1642. ; System.Reflection
  1643. AmbiguousMatchException
  1644. Assembly
  1645. AssemblyAlgorithmIdAttribute
  1646. AssemblyCompanyAttribute
  1647. AssemblyConfigurationAttribute
  1648. AssemblyCopyrightAttribute
  1649. AssemblyCultureAttribute
  1650. AssemblyDefaultAliasAttribute
  1651. AssemblyDelaySignAttribute
  1652. AssemblyDescriptionAttribute
  1653. AssemblyFileVersionAttribute
  1654. AssemblyFlagsAttribute
  1655. AssemblyInformationalVersionAttribute
  1656. AssemblyKeyFileAttribute
  1657. AssemblyKeyNameAttribute
  1658. AssemblyName
  1659. AssemblyNameProxy
  1660. AssemblyProductAttribute
  1661. AssemblyTitleAttribute
  1662. AssemblyTrademarkAttribute
  1663. AssemblyVersionAttribute
  1664. Binder
  1665. ConstructorInfo
  1666. CustomAttributeFormatException
  1667. DefaultMemberAttribute
  1668. EventInfo
  1669. FieldInfo
  1670. InvalidFilterCriteriaException
  1671. ManifestResourceInfo
  1672. MemberInfo
  1673. MethodBase
  1674. MethodInfo
  1675. Missing
  1676. Module
  1677. ParameterInfo
  1678. Pointer
  1679. PropertyInfo
  1680. ReflectionTypeLoadException
  1681. StrongNameKeyPair
  1682. TargetException
  1683. TargetInvocationException
  1684. TargetParameterCountException
  1685. TypeDelegator
  1686. ICustomAttributeProvider
  1687. IReflect
  1688. InterfaceMapping
  1689. ParameterModifier
  1690. MemberFilter
  1691. ModuleResolveEventHandler
  1692. TypeFilter
  1693. AssemblyNameFlags
  1694. BindingFlags
  1695. CallingConventions
  1696. EventAttributes
  1697. FieldAttributes
  1698. MemberTypes
  1699. MethodAttributes
  1700. MethodImplAttributes
  1701. ParameterAttributes
  1702. PropertyAttributes
  1703. ResourceAttributes
  1704. ResourceLocation
  1705. TypeAttributes
  1706. ; System.Reflection.Emit
  1707. AssemblyBuilder
  1708. ConstructorBuilder
  1709. CustomAttributeBuilder
  1710. EnumBuilder
  1711. EventBuilder
  1712. FieldBuilder
  1713. ILGenerator
  1714. LocalBuilder
  1715. MethodBuilder
  1716. MethodRental
  1717. ModuleBuilder
  1718. OpCodes
  1719. ParameterBuilder
  1720. PropertyBuilder
  1721. SignatureHelper
  1722. TypeBuilder
  1723. UnmanagedMarshal
  1724. EventToken
  1725. FieldToken
  1726. Label
  1727. MethodToken
  1728. OpCode
  1729. ParameterToken
  1730. PropertyToken
  1731. SignatureToken
  1732. StringToken
  1733. TypeToken
  1734. AssemblyBuilderAccess
  1735. FlowControl
  1736. OpCodeType
  1737. OperandType
  1738. PackingSize
  1739. PEFileKinds
  1740. StackBehaviour
  1741. ; System.Resources
  1742. MissingManifestResourceException
  1743. NeutralResourcesLanguageAttribute
  1744. ResourceManager
  1745. ResourceReader
  1746. ResourceSet
  1747. ResourceWriter
  1748. ResXFileRef
  1749. ResXFileRe
  1750. ResXResourceReader
  1751. ResXResourceSet
  1752. ResXResourceWriter
  1753. SatelliteContractVersionAttribute
  1754. IResourceReader
  1755. IResourceWriter
  1756. ; System.Runtime.CompilerServices
  1757. AccessedThroughPropertyAttribute
  1758. CallConvCdecl
  1759. CallConvFastcall
  1760. CallConvStdcall
  1761. CallConvThiscall
  1762. CompilationRelaxationsAttribute
  1763. CompilerGlobalScopeAttribute
  1764. CustomConstantAttribute
  1765. DateTimeConstantAttribute
  1766. DecimalConstantAttribute
  1767. DiscardableAttribute
  1768. IDispatchConstantAttribute
  1769. IndexerNameAttribute
  1770. IsVolatile
  1771. IUnknownConstantAttribute
  1772. MethodImplAttribute
  1773. RequiredAttributeAttribute
  1774. RuntimeHelpers
  1775. MethodCodeType
  1776. MethodImplOptions
  1777. ; System.Runtime.InteropServices
  1778. AutomationProxyAttribute
  1779. BestFitMappingAttribute
  1780. ClassInterfaceAttribute
  1781. CoClassAttribute
  1782. ComAliasNameAttribute
  1783. ComCompatibleVersionAttribute
  1784. ComConversionLossAttribute
  1785. ComEventInterfaceAttribute
  1786. COMException
  1787. ComImportAttribute
  1788. ComRegisterFunctionAttribute
  1789. ComSourceInterfacesAttribute
  1790. ComUnregisterFunctionAttribute
  1791. ComVisibleAttribute
  1792. CurrencyWrapper
  1793. DispatchWrapper
  1794. DispIdAttribute
  1795. DllImportAttribute
  1796. ErrorWrapper
  1797. ExtensibleClassFactory
  1798. ExternalException
  1799. FieldOffsetAttribute
  1800. GuidAttribute
  1801. IDispatchImplAttribute
  1802. ImportedFromTypeLibAttribute
  1803. InAttribute
  1804. InterfaceTypeAttribute
  1805. InvalidComObjectException
  1806. InvalidOleVariantTypeException
  1807. LCIDConversionAttribute
  1808. Marshal
  1809. MarshalAsAttribute
  1810. MarshalDirectiveException
  1811. OptionalAttribute
  1812. OutAttribute
  1813. PreserveSigAttribute
  1814. PrimaryInteropAssemblyAttribute
  1815. ProgIdAttribute
  1816. RegistrationServices
  1817. RuntimeEnvironment
  1818. SafeArrayRankMismatchException
  1819. SafeArrayTypeMismatchException
  1820. SEHException
  1821. StructLayoutAttribute
  1822. TypeLibConverter
  1823. TypeLibFuncAttribute
  1824. TypeLibTypeAttribute
  1825. TypeLibVarAttribute
  1826. TypeLibVersionAttribute
  1827. UnknownWrapper
  1828. ICustomAdapter
  1829. ICustomFactory
  1830. ICustomMarshaler
  1831. IRegistrationServices
  1832. ITypeLibConverter
  1833. ITypeLibExporterNameProvider
  1834. ITypeLibExporterNotifySink
  1835. ITypeLibImporterNotifySink
  1836. UCOMIBindCtx
  1837. UCOMIConnectionPoint
  1838. UCOMIConnectionPointContainer
  1839. UCOMIEnumConnectionPoints
  1840. UCOMIEnumConnections
  1841. UCOMIEnumMoniker
  1842. UCOMIEnumString
  1843. UCOMIEnumVARIANT
  1844. UCOMIMoniker
  1845. UCOMIPersistFile
  1846. UCOMIRunningObjectTable
  1847. UCOMIStream
  1848. UCOMITypeComp
  1849. UCOMITypeInfo
  1850. UCOMITypeLib
  1851. ArrayWithOffset
  1852. BINDPTR
  1853. BIND_OPTS
  1854. CONNECTDATA
  1855. DISPPARAMS
  1856. ELEMDESC
  1857. ELEMDES
  1858. EXCEPINFO
  1859. FILETIME
  1860. FUNCDESC
  1861. GCHandle
  1862. HandleRef
  1863. IDLDESC
  1864. PARAMDESC
  1865. STATSTG
  1866. TYPEATTR
  1867. TYPEDESC
  1868. TYPELIBATTR
  1869. VARDESC
  1870. VARDES
  1871. ObjectCreationDelegate
  1872. AssemblyRegistrationFlags
  1873. CALLCONV
  1874. CallingConvention
  1875. CharSet
  1876. ClassInterfaceType
  1877. ComInterfaceType
  1878. ComMemberType
  1879. DESCKIND
  1880. ExporterEventKind
  1881. FUNCFLAGS
  1882. FUNCKIND
  1883. GCHandleType
  1884. IDispatchImplType
  1885. IDLFLAG
  1886. IMPLTYPEFLAGS
  1887. ImporterEventKind
  1888. INVOKEKIND
  1889. LayoutKind
  1890. LIBFLAGS
  1891. PARAMFLAG
  1892. SYSKIND
  1893. TYPEFLAGS
  1894. TYPEKIND
  1895. TypeLibExporterFlags
  1896. TypeLibFuncFlags
  1897. TypeLibImporterFlags
  1898. TypeLibTypeFlags
  1899. TypeLibVarFlags
  1900. UnmanagedType
  1901. VarEnum
  1902. VARFLAGS
  1903. ; System.Runtime.InteropServices.CustomMarshalers
  1904. ; System.Runtime.InteropServices.Expando
  1905. IExpando
  1906. ; System.Runtime.Remoting
  1907. ActivatedClientTypeEntry
  1908. ActivatedServiceTypeEntry
  1909. ObjectHandle
  1910. ObjRef
  1911. RemotingConfiguration
  1912. RemotingException
  1913. RemotingServices
  1914. RemotingTimeoutException
  1915. ServerException
  1916. SoapServices
  1917. TypeEntry
  1918. WellKnownClientTypeEntry
  1919. WellKnownServiceTypeEntry
  1920. IChannelInfo
  1921. IEnvoyInfo
  1922. IObjectHandle
  1923. IRemotingTypeInfo
  1924. WellKnownObjectMode
  1925. ; System.Runtime.Remoting.Activation
  1926. UrlAttribute
  1927. IActivator
  1928. IConstructionCallMessage
  1929. IConstructionReturnMessage
  1930. ActivatorLevel
  1931. ; System.Runtime.Remoting.Channels
  1932. BaseChannelObjectWithProperties
  1933. BaseChannelSinkWithProperties
  1934. BaseChannelWithProperties
  1935. BinaryClientFormatterSink
  1936. BinaryClientFormatterSinkProvider
  1937. BinaryServerFormatterSink
  1938. BinaryServerFormatterSinkProvider
  1939. ChannelDataStore
  1940. ChannelServices
  1941. ClientChannelSinkStack
  1942. CommonTransportKeys
  1943. ServerChannelSinkStack
  1944. SinkProviderData
  1945. SoapClientFormatterSink
  1946. SoapClientFormatterSinkProvider
  1947. SoapServerFormatterSink
  1948. SoapServerFormatterSinkProvider
  1949. TransportHeaders
  1950. IChannel
  1951. IChannelDataStore
  1952. IChannelReceiver
  1953. IChannelReceiverHook
  1954. IChannelSender
  1955. IChannelSinkBase
  1956. IClientChannelSink
  1957. IClientChannelSinkProvider
  1958. IClientChannelSinkStack
  1959. IClientFormatterSink
  1960. IClientFormatterSinkProvider
  1961. IClientResponseChannelSinkStack
  1962. IServerChannelSink
  1963. IServerChannelSinkProvider
  1964. IServerChannelSinkStack
  1965. IServerFormatterSinkProvider
  1966. IServerResponseChannelSinkStack
  1967. ITransportHeaders
  1968. BinaryServerFormatterSin
  1969. ServerProcessing
  1970. SoapServerFormatterSin
  1971. ; System.Runtime.Remoting.Channels.Http
  1972. HttpChannel
  1973. HttpClientChannel
  1974. HttpRemotingHandler
  1975. HttpRemotingHandlerFactory
  1976. HttpServerChannel
  1977. ; System.Runtime.Remoting.Channels.Tcp
  1978. TcpChannel
  1979. TcpClientChannel
  1980. TcpServerChannel
  1981. ; System.Runtime.Remoting.Contexts
  1982. SynchronizationAttribute
  1983. ; System.Runtime.Remoting.Lifetime
  1984. ClientSponsor
  1985. LifetimeServices
  1986. ILease
  1987. ISponsor
  1988. LeaseState
  1989. ; System.Runtime.Remoting.Messaging
  1990. AsyncResult
  1991. CallContext
  1992. Header
  1993. LogicalCallContext
  1994. OneWayAttribute
  1995. RemotingSurrogateSelector
  1996. ReturnMessage
  1997. ILogicalThreadAffinative
  1998. IMessage
  1999. IMessageCtrl
  2000. IMessageSink
  2001. IMethodCallMessage
  2002. IMethodMessage
  2003. IMethodReturnMessage
  2004. IRemotingFormatter
  2005. HeaderHandler
  2006. ; System.Runtime.Remoting.Metadata
  2007. SoapAttribute
  2008. SoapFieldAttribute
  2009. SoapMethodAttribute
  2010. SoapParameterAttribute
  2011. SoapTypeAttribute
  2012. SoapOption
  2013. ; System.Runtime.Remoting.Metadata.W3cXsd2001
  2014. SoapAnyUri
  2015. SoapBase64Binary
  2016. SoapDate
  2017. SoapDateTime
  2018. SoapDay
  2019. SoapDuration
  2020. SoapEntities
  2021. SoapEntity
  2022. SoapHexBinary
  2023. SoapId
  2024. SoapIdref
  2025. SoapIdrefs
  2026. SoapInteger
  2027. SoapLanguage
  2028. SoapMonth
  2029. SoapMonthDay
  2030. SoapName
  2031. SoapNcName
  2032. SoapNegativeInteger
  2033. SoapNmtoken
  2034. SoapNmtokens
  2035. SoapNonNegativeInteger
  2036. SoapNonPositiveInteger
  2037. SoapNormalizedString
  2038. SoapNotation
  2039. SoapPositiveInteger
  2040. SoapQName
  2041. SoapTime
  2042. SoapToken
  2043. SoapYear
  2044. SoapYearMonth
  2045. ISoapXsd
  2046. ; System.Runtime.Remoting.MetadataServices
  2047. MetaData
  2048. SdlChannelSink
  2049. SdlChannelSinkProvider
  2050. ServiceType
  2051. SUDSGeneratorException
  2052. SUDSParserException
  2053. SdlType
  2054. ; System.Runtime.Remoting.Proxies
  2055. ProxyAttribute
  2056. RealProxy
  2057. ; System.Runtime.Remoting.Services
  2058. EnterpriseServicesHelper
  2059. RemotingClientProxy
  2060. RemotingService
  2061. TrackingServices
  2062. ITrackingHandler
  2063. ; System.Runtime.Serialization
  2064. Formatter
  2065. FormatterConverter
  2066. FormatterServices
  2067. ObjectIDGenerator
  2068. ObjectManager
  2069. SerializationBinder
  2070. SerializationException
  2071. SerializationInfo
  2072. SerializationInfoEnumerator
  2073. SurrogateSelector
  2074. IDeserializationCallback
  2075. IFormatter
  2076. IFormatterConverter
  2077. IObjectReference
  2078. ISerializable
  2079. ISerializationSurrogate
  2080. ISurrogateSelector
  2081. SerializationEntry
  2082. StreamingContext
  2083. StreamingContextStates
  2084. ; System.Runtime.Serialization.Formatters
  2085. ServerFault
  2086. SoapFault
  2087. SoapMessage
  2088. IFieldInfo
  2089. ISoapMessage
  2090. FormatterAssemblyStyle
  2091. FormatterTypeStyle
  2092. TypeFilterLevel
  2093. ; System.Runtime.Serialization.Formatters.Binary
  2094. BinaryFormatter
  2095. ; System.Runtime.Serialization.Formatters.Soap
  2096. SoapFormatter
  2097. ; System.Security
  2098. AllowPartiallyTrustedCallersAttribute
  2099. CodeAccessPermission
  2100. NamedPermissionSet
  2101. PermissionSet
  2102. SecurityElement
  2103. SecurityException
  2104. SecurityManager
  2105. SuppressUnmanagedCodeSecurityAttribute
  2106. UnverifiableCodeAttribute
  2107. VerificationException
  2108. XmlSyntaxException
  2109. IEvidenceFactory
  2110. IPermission
  2111. ISecurityEncodable
  2112. ISecurityPolicyEncodable
  2113. IStackWalk
  2114. PolicyLevelType
  2115. SecurityZone
  2116. ; System.Security.Cryptography
  2117. AsymmetricAlgorithm
  2118. AsymmetricKeyExchangeDeformatter
  2119. AsymmetricKeyExchangeFormatter
  2120. AsymmetricSignatureDeformatter
  2121. AsymmetricSignatureFormatter
  2122. CryptoAPITransform
  2123. CryptoConfig
  2124. CryptographicException
  2125. CryptographicUnexpectedOperationException
  2126. CryptoStream
  2127. CspParameters
  2128. DeriveBytes
  2129. DES
  2130. DESCryptoServiceProvider
  2131. DSA
  2132. DSACryptoServiceProvider
  2133. DSASignatureDeformatter
  2134. DSASignatureFormatter
  2135. FromBase64Transform
  2136. HashAlgorithm
  2137. HMACSHA1
  2138. KeyedHashAlgorithm
  2139. KeySizes
  2140. MACTripleDES
  2141. MaskGenerationMethod
  2142. MD5
  2143. MD5CryptoServiceProvider
  2144. PasswordDeriveBytes
  2145. PKCS1MaskGenerationMethod
  2146. RandomNumberGenerator
  2147. RC2
  2148. RC2CryptoServiceProvider
  2149. Rijndael
  2150. RijndaelManaged
  2151. RNGCryptoServiceProvider
  2152. RSA
  2153. RSACryptoServiceProvider
  2154. RSAOAEPKeyExchangeDeformatter
  2155. RSAOAEPKeyExchangeFormatter
  2156. RSAPKCS1KeyExchangeDeformatter
  2157. RSAPKCS1KeyExchangeFormatter
  2158. RSAPKCS1SignatureDeformatter
  2159. RSAPKCS1SignatureFormatter
  2160. SHA1
  2161. SHA1CryptoServiceProvider
  2162. SHA1Managed
  2163. SHA256
  2164. SHA256Managed
  2165. SHA384
  2166. SHA384Managed
  2167. SHA512
  2168. SHA512Managed
  2169. SignatureDescription
  2170. SymmetricAlgorithm
  2171. ToBase64Transform
  2172. TripleDES
  2173. TripleDESCryptoServiceProvider
  2174. ICryptoTransform
  2175. DSAParameters
  2176. RSAParameters
  2177. CipherMode
  2178. CryptoStreamMode
  2179. CspProviderFlags
  2180. FromBase64TransformMode
  2181. PaddingMode
  2182. ; System.Security.Cryptography.X509Certificates
  2183. X509Certificate
  2184. X509CertificateCollection
  2185. X509CertificateCollectio
  2186. X509CertificateEnumerator
  2187. ; System.Security.Cryptography.Xml
  2188. DataObject
  2189. DSAKeyValue
  2190. KeyInfo
  2191. KeyInfoClause
  2192. KeyInfoName
  2193. KeyInfoNode
  2194. KeyInfoRetrievalMethod
  2195. KeyInfoX509Data
  2196. Reference
  2197. RSAKeyValue
  2198. Signature
  2199. SignedInfo
  2200. SignedXml
  2201. Transform
  2202. TransformChain
  2203. XmlDsigBase64Transform
  2204. XmlDsigC14NTransform
  2205. XmlDsigC14NWithCommentsTransform
  2206. XmlDsigEnvelopedSignatureTransform
  2207. XmlDsigXPathTransform
  2208. XmlDsigXsltTransform
  2209. ; System.Security.Permissions
  2210. CodeAccessSecurityAttribute
  2211. EnvironmentPermission
  2212. EnvironmentPermissionAttribute
  2213. FileDialogPermission
  2214. FileDialogPermissionAttribute
  2215. FileIOPermission
  2216. FileIOPermissionAttribute
  2217. IsolatedStorageFilePermission
  2218. IsolatedStorageFilePermissionAttribute
  2219. IsolatedStoragePermission
  2220. IsolatedStoragePermissionAttribute
  2221. PermissionSetAttribute
  2222. PrincipalPermission
  2223. PrincipalPermissionAttribute
  2224. PublisherIdentityPermission
  2225. PublisherIdentityPermissionAttribute
  2226. ReflectionPermission
  2227. ReflectionPermissionAttribute
  2228. RegistryPermission
  2229. RegistryPermissionAttribute
  2230. ResourcePermissionBase
  2231. ResourcePermissionBaseEntry
  2232. SecurityAttribute
  2233. SecurityPermission
  2234. SecurityPermissionAttribute
  2235. SiteIdentityPermission
  2236. SiteIdentityPermissionAttribute
  2237. StrongNameIdentityPermission
  2238. StrongNameIdentityPermissionAttribute
  2239. StrongNamePublicKeyBlob
  2240. UIPermission
  2241. UIPermissionAttribute
  2242. UrlIdentityPermission
  2243. UrlIdentityPermissionAttribute
  2244. ZoneIdentityPermission
  2245. ZoneIdentityPermissionAttribute
  2246. IUnrestrictedPermission
  2247. EnvironmentPermissionAccess
  2248. FileDialogPermissionAccess
  2249. FileIOPermissionAccess
  2250. IsolatedStorageContainment
  2251. PermissionState
  2252. ReflectionPermissionFlag
  2253. RegistryPermissionAccess
  2254. SecurityAction
  2255. SecurityPermissionFlag
  2256. UIPermissionClipboard
  2257. UIPermissionWindow
  2258. ; System.Security.Policy
  2259. AllMembershipCondition
  2260. ApplicationDirectory
  2261. ApplicationDirectoryMembershipCondition
  2262. CodeGroup
  2263. Evidence
  2264. FileCodeGroup
  2265. FirstMatchCodeGroup
  2266. Hash
  2267. HashMembershipCondition
  2268. NetCodeGroup
  2269. PermissionRequestEvidence
  2270. PolicyException
  2271. PolicyLevel
  2272. PolicyStatement
  2273. Publisher
  2274. PublisherMembershipCondition
  2275. Site
  2276. SiteMembershipCondition
  2277. StrongName
  2278. StrongNameMembershipCondition
  2279. UnionCodeGroup
  2280. Url
  2281. UrlMembershipCondition
  2282. Zone
  2283. ZoneMembershipCondition
  2284. IIdentityPermissionFactory
  2285. IMembershipCondition
  2286. PolicyStatementAttribute
  2287. ; System.Security.Principal
  2288. GenericIdentity
  2289. GenericPrincipal
  2290. WindowsIdentity
  2291. WindowsImpersonationContext
  2292. WindowsPrincipal
  2293. IIdentity
  2294. IPrincipal
  2295. PrincipalPolicy
  2296. WindowsAccountType
  2297. WindowsBuiltInRole
  2298. ; System.ServiceProcess
  2299. ServiceBase
  2300. ServiceController
  2301. ServiceControllerPermission
  2302. ServiceControllerPermissionAttribute
  2303. ServiceControllerPermissionEntry
  2304. ServiceControllerPermissionEntryCollection
  2305. ServiceInstaller
  2306. ServiceProcessDescriptionAttribute
  2307. ServiceProcessInstaller
  2308. TimeoutException
  2309. PowerBroadcastStatus
  2310. ServiceAccount
  2311. ServiceControllerPermissionAccess
  2312. ServiceControllerStatus
  2313. ServiceStartMode
  2314. ServiceType
  2315. ; System.Text
  2316. ASCIIEncoding
  2317. Decoder
  2318. Encoder
  2319. Encoding
  2320. StringBuilder
  2321. UnicodeEncoding
  2322. UTF7Encoding
  2323. UTF8Encoding
  2324. ; System.Text.RegularExpressions
  2325. Capture
  2326. CaptureCollection
  2327. Group
  2328. GroupCollection
  2329. Match
  2330. MatchCollection
  2331. Regex
  2332. RegexCompilationInfo
  2333. MatchEvaluator
  2334. RegexOptions
  2335. ; System.Threading
  2336. AutoResetEvent
  2337. Interlocked
  2338. ManualResetEvent
  2339. Monitor
  2340. Mutex
  2341. ReaderWriterLock
  2342. RegisteredWaitHandle
  2343. SynchronizationLockException
  2344. Thread
  2345. ThreadAbortException
  2346. ThreadExceptionEventArgs
  2347. ThreadInterruptedException
  2348. ThreadPool
  2349. ThreadStateException
  2350. Timeout
  2351. Timer
  2352. WaitHandle
  2353. LockCookie
  2354. NativeOverlapped
  2355. IOCompletionCallback
  2356. ThreadExceptionEventHandler
  2357. ThreadStart
  2358. TimerCallback
  2359. WaitCallback
  2360. WaitOrTimerCallback
  2361. ApartmentState
  2362. ThreadPriority
  2363. ThreadState
  2364. ; System.Timers
  2365. ElapsedEventArgs
  2366. Timer
  2367. TimersDescriptionAttribute
  2368. ElapsedEventHandler
  2369. ; System.Web
  2370. AspNetHostingPermission
  2371. AspNetHostingPermissionAttribute
  2372. HttpApplication
  2373. HttpApplicationState
  2374. HttpBrowserCapabilities
  2375. HttpCachePolicy
  2376. HttpCacheVaryByHeaders
  2377. HttpCacheVaryByParams
  2378. HttpClientCertificate
  2379. HttpCompileException
  2380. HttpContext
  2381. HttpCookie
  2382. HttpCookieCollection
  2383. HttpException
  2384. HttpFileCollection
  2385. HttpModuleCollection
  2386. HttpParseException
  2387. HttpPostedFile
  2388. HttpRequest
  2389. HttpRequestValidationException
  2390. HttpResponse
  2391. HttpRuntime
  2392. HttpServerUtility
  2393. HttpStaticObjectsCollection
  2394. HttpUtility
  2395. HttpWorkerRequest
  2396. HttpWriter
  2397. ProcessInfo
  2398. ProcessModelInfo
  2399. TraceContext
  2400. IHttpAsyncHandler
  2401. IHttpHandler
  2402. IHttpHandlerFactory
  2403. IHttpModule
  2404. BeginEventHandler
  2405. EndEventHandler
  2406. HttpCacheValidateHandler
  2407. HttpWorkerReques
  2408. EndOfSendNotification
  2409. AspNetHostingPermissionLevel 
  2410. HttpCacheability
  2411. HttpCacheRevalidation
  2412. HttpValidationStatus
  2413. ProcessShutdownReason
  2414. ProcessStatus
  2415. TraceMode
  2416. ; System.Web.Caching
  2417. Cache
  2418. CacheDependency
  2419. CacheItemRemovedCallback
  2420. CacheItemPriority
  2421. CacheItemRemovedReason
  2422. ; System.Web.Configuration
  2423. HttpCapabilitiesBase
  2424. HttpConfigurationContext
  2425. AuthenticationMode
  2426. FormsAuthPasswordFormat
  2427. FormsProtectionEnum
  2428. ; System.Web.Hosting
  2429. ApplicationHost
  2430. SimpleWorkerRequest
  2431. ; System.Web.Mail
  2432. MailAttachment
  2433. MailMessage
  2434. SmtpMail
  2435. MailEncoding
  2436. MailFormat
  2437. MailPriority
  2438. ; System.Web.Security
  2439. DefaultAuthenticationEventArgs
  2440. DefaultAuthenticationModule
  2441. FileAuthorizationModule
  2442. FormsAuthentication
  2443. FormsAuthenticationEventArgs
  2444. FormsAuthenticationModule
  2445. FormsAuthenticationTicket
  2446. FormsIdentity
  2447. PassportAuthenticationEventArgs
  2448. PassportAuthenticationModule
  2449. PassportIdentity
  2450. UrlAuthorizationModule
  2451. WindowsAuthenticationEventArgs
  2452. WindowsAuthenticationModule
  2453. DefaultAuthenticationEventHandler
  2454. FormsAuthenticationEventHandler
  2455. PassportAuthenticationEventHandler
  2456. WindowsAuthenticationEventHandler
  2457. ; System.Web.Services
  2458. WebMethodAttribute
  2459. WebService
  2460. WebServiceAttribute
  2461. WebServiceBindingAttribute
  2462. ; System.Web.Services.Configuration
  2463. XmlFormatExtensionAttribute
  2464. XmlFormatExtensionPointAttribute
  2465. XmlFormatExtensionPrefixAttribute
  2466. ; System.Web.Services.Description
  2467. Binding
  2468. BindingCollection
  2469. DocumentableItem
  2470. FaultBinding
  2471. FaultBindingCollection
  2472. HttpAddressBinding
  2473. HttpBinding
  2474. HttpOperationBinding
  2475. HttpUrlEncodedBinding
  2476. HttpUrlReplacementBinding
  2477. Import
  2478. ImportCollection
  2479. InputBinding
  2480. Message
  2481. MessageBinding
  2482. MessageCollection
  2483. MessagePart
  2484. MessagePartCollection
  2485. MimeContentBinding
  2486. MimeMultipartRelatedBinding
  2487. MimePart
  2488. MimePartCollection
  2489. MimeTextBinding
  2490. MimeTextMatch
  2491. MimeTextMatchCollection
  2492. MimeXmlBinding
  2493. Operation
  2494. OperationBinding
  2495. OperationBindingCollection
  2496. OperationCollection
  2497. OperationFault
  2498. OperationFaultCollection
  2499. OperationInput
  2500. OperationMessage
  2501. OperationMessageCollection
  2502. OperationOutput
  2503. OutputBinding
  2504. Port
  2505. PortCollection
  2506. PortType
  2507. PortTypeCollection
  2508. Service
  2509. ServiceCollection
  2510. ServiceDescription
  2511. ServiceDescriptionBaseCollection
  2512. ServiceDescriptionCollection
  2513. ServiceDescriptionFormatExtension
  2514. ServiceDescriptionFormatExtensionCollection
  2515. ServiceDescriptionImporter
  2516. ServiceDescriptionReflector
  2517. SoapAddressBinding
  2518. SoapBinding
  2519. SoapBodyBinding
  2520. SoapFaultBinding
  2521. SoapHeaderBinding
  2522. SoapHeaderFaultBinding
  2523. SoapOperationBinding
  2524. SoapTransportImporter
  2525. Types
  2526. OperationFlow
  2527. ServiceDescriptionImportStyle
  2528. ServiceDescriptionImportWarnings
  2529. SoapBindingStyle
  2530. SoapBindingUse
  2531. ; System.Web.Services.Discovery
  2532. ContractReference
  2533. DiscoveryClientDocumentCollection
  2534. DiscoveryClientProtocol
  2535. DiscoveryClientProtoco
  2536. DiscoveryClientResultsFile
  2537. DiscoveryClientReferenceCollection
  2538. DiscoveryClientResult
  2539. DiscoveryClientResultCollection
  2540. DiscoveryDocument
  2541. DiscoveryDocumentReference
  2542. DiscoveryExceptionDictionary
  2543. DiscoveryReference
  2544. DiscoveryReferenceCollection
  2545. SchemaReference
  2546. SoapBinding
  2547. ; System.Web.Services.Protocols
  2548. HttpGetClientProtocol
  2549. HttpMethodAttribute
  2550. HttpPostClientProtocol
  2551. HttpSimpleClientProtocol
  2552. HttpWebClientProtocol
  2553. LogicalMethodInfo
  2554. MatchAttribute
  2555. SoapClientMessage
  2556. SoapDocumentMethodAttribute
  2557. SoapDocumentServiceAttribute
  2558. SoapException
  2559. SoapExtension
  2560. SoapExtensionAttribute
  2561. SoapHeader
  2562. SoapHeaderAttribute
  2563. SoapHeaderCollection
  2564. SoapHeaderException
  2565. SoapHttpClientProtocol
  2566. SoapMessage
  2567. SoapRpcMethodAttribute
  2568. SoapRpcServiceAttribute
  2569. SoapServerMessage
  2570. SoapUnknownHeader
  2571. WebClientAsyncResult
  2572. WebClientProtocol
  2573. LogicalMethodTypes
  2574. SoapHeaderDirection
  2575. SoapMessageStage
  2576. SoapParameterStyle
  2577. SoapServiceRoutingStyle
  2578. ; System.Web.SessionState
  2579. HttpSessionState
  2580. SessionStateModule
  2581. IReadOnlySessionState
  2582. IRequiresSessionState
  2583. SessionStateMode
  2584. ; System.Web.UI
  2585. AttributeCollection
  2586. BaseParser
  2587. BasePartialCachingControl
  2588. ConstructorNeedsTagAttribute
  2589. Control
  2590. ControlBuilder
  2591. ControlBuilderAttribute
  2592. ControlCollection
  2593. CssStyleCollection
  2594. DataBinder
  2595. DataBinding
  2596. DataBindingCollection
  2597. DataBindingHandlerAttribute
  2598. DataBoundLiteralControl
  2599. EmptyControlCollection
  2600. Html32TextWriter
  2601. HtmlTextWriter
  2602. ImageClickEventArgs
  2603. LiteralControl
  2604. LosFormatter
  2605. Page
  2606. Pair
  2607. ParseChildrenAttribute
  2608. PartialCachingAttribute
  2609. PartialCachingControl
  2610. PersistChildrenAttribute
  2611. PersistenceModeAttribute
  2612. PropertyConverter
  2613. StateBag
  2614. StateItem
  2615. StaticPartialCachingControl
  2616. TagPrefixAttribute
  2617. TemplateBuilder
  2618. TemplateContainerAttribute
  2619. TemplateControl
  2620. ToolboxDataAttribute
  2621. Triplet
  2622. UserControl
  2623. UserControlControlBuilder
  2624. ValidationPropertyAttribute
  2625. ValidatorCollection
  2626. IAttributeAccessor
  2627. IDataBindingsAccessor
  2628. INamingContainer
  2629. IParserAccessor
  2630. IPostBackDataHandler
  2631. IPostBackEventHandler
  2632. IStateManager
  2633. ITemplate
  2634. IUserControlDesignerAccessor
  2635. IValidator
  2636. ImageClickEventHandler
  2637. HtmlTextWriterAttribute
  2638. HtmlTextWriterStyle
  2639. HtmlTextWriterTag
  2640. OutputCacheLocation
  2641. PersistenceMode
  2642. ; System.Web.UI.Design
  2643. CalendarDataBindingHandler
  2644. ColorBuilder
  2645. ControlDesigner
  2646. ControlParser
  2647. ControlPersister
  2648. DataBindingCollectionConverter
  2649. DataBindingCollectionEditor
  2650. DataBindingHandler
  2651. DataFieldConverter
  2652. DataMemberConverter
  2653. DataSourceConverter
  2654. DesignTimeData
  2655. HtmlControlDesigner
  2656. HtmlIntrinsicControlDesigner
  2657. HyperLinkDataBindingHandler
  2658. ImageUrlEditor
  2659. ReadWriteControlDesigner
  2660. TemplatedControlDesigner
  2661. TemplateEditingVerb
  2662. TextControlDesigner
  2663. TextDataBindingHandler
  2664. UrlBuilder
  2665. UrlEditor
  2666. UserControlDesigner
  2667. WebControlToolboxItem
  2668. XmlFileEditor
  2669. XmlUrlEditor
  2670. XslUrlEditor
  2671. IControlDesignerBehavior
  2672. IDataSourceProvider
  2673. IHtmlControlDesignerBehavior
  2674. ITemplateEditingFrame
  2675. ITemplateEditingService
  2676. IWebFormReferenceManager
  2677. IWebFormsBuilderUIService
  2678. IWebFormsDocumentService
  2679. UrlBuilderOptions
  2680. ; System.Web.UI.Design.WebControls
  2681. AdRotatorDesigner
  2682. BaseDataListComponentEditor
  2683. BaseDataListDesigner
  2684. BaseValidatorDesigner
  2685. ButtonDesigner
  2686. CalendarAutoFormatDialog
  2687. CalendarDesigner
  2688. CheckBoxDesigner
  2689. DataGridColumnCollectionEditor
  2690. DataGridComponentEditor
  2691. DataGridDesigner
  2692. DataListComponentEditor
  2693. DataListDesigner
  2694. HyperLinkDesigner
  2695. LabelDesigner
  2696. LinkButtonDesigner
  2697. ListControlDataBindingHandler
  2698. ListControlDesigner
  2699. ListItemsCollectionEditor
  2700. PanelDesigner
  2701. RegexTypeEditor
  2702. TableCellsCollectionEditor
  2703. TableDesigner
  2704. TableRowsCollectionEditor
  2705. ; System.Web.UI.HtmlControls
  2706. HtmlAnchor
  2707. HtmlButton
  2708. HtmlContainerControl
  2709. HtmlControl
  2710. HtmlForm
  2711. HtmlGenericControl
  2712. HtmlImage
  2713. HtmlInputButton
  2714. HtmlInputCheckBox
  2715. HtmlInputControl
  2716. HtmlInputFile
  2717. HtmlInputHidden
  2718. HtmlInputImage
  2719. HtmlInputRadioButton
  2720. HtmlInputText
  2721. HtmlSelect
  2722. HtmlTable
  2723. HtmlTableCell
  2724. HtmlTableCellCollection
  2725. HtmlTableRow
  2726. HtmlTableRowCollection
  2727. HtmlTextArea
  2728. ; System.Web.UI.WebControls
  2729. AdCreatedEventArgs
  2730. AdRotator
  2731. BaseCompareValidator
  2732. BaseDataList
  2733. BaseValidator
  2734. BoundColumn
  2735. Button
  2736. ButtonColumn
  2737. Calendar
  2738. CalendarDay
  2739. CheckBox
  2740. CheckBoxList
  2741. CommandEventArgs
  2742. CompareValidator
  2743. CustomValidator
  2744. DataGrid
  2745. DataGridColumn
  2746. DataGridColumnCollection
  2747. DataGridCommandEventArgs
  2748. DataGridItem
  2749. DataGridItemCollection
  2750. DataGridItemEventArgs
  2751. DataGridPageChangedEventArgs
  2752. DataGridPagerStyle
  2753. DataGridSortCommandEventArgs
  2754. DataKeyCollection
  2755. DataList
  2756. DataListCommandEventArgs
  2757. DataListItem
  2758. DataListItemCollection
  2759. DataListItemEventArgs
  2760. DayRenderEventArgs
  2761. DropDownList
  2762. EditCommandColumn
  2763. FontInfo
  2764. FontNamesConverter
  2765. FontUnitConverter
  2766. HyperLink
  2767. HyperLinkColumn
  2768. HyperLinkControlBuilder
  2769. Image
  2770. ImageButton
  2771. Label
  2772. LabelControlBuilder
  2773. LinkButton
  2774. LinkButtonControlBuilder
  2775. ListBox
  2776. ListControl
  2777. ListItem
  2778. ListItemCollection
  2779. ListItemControlBuilder
  2780. Literal
  2781. LiteralControlBuilder
  2782. MonthChangedEventArgs
  2783. PagedDataSource
  2784. Panel
  2785. PlaceHolder
  2786. PlaceHolderControlBuilder
  2787. RadioButton
  2788. RadioButtonList
  2789. RangeValidator
  2790. RegularExpressionValidator
  2791. Repeater
  2792. RepeaterCommandEventArgs
  2793. RepeaterItem
  2794. RepeaterItemCollection
  2795. RepeaterItemEventArgs
  2796. RepeatInfo
  2797. RequiredFieldValidator
  2798. SelectedDatesCollection
  2799. ServerValidateEventArgs
  2800. Style
  2801. Table
  2802. TableCell
  2803. TableCellCollection
  2804. TableCellControlBuilder
  2805. TableHeaderCell
  2806. TableItemStyle
  2807. TableRow
  2808. TableRowCollection
  2809. TableStyle
  2810. TargetConverter
  2811. TemplateColumn
  2812. TextBox
  2813. TextBoxControlBuilder
  2814. UnitConverter
  2815. ValidatedControlConverter
  2816. ValidationSummary
  2817. WebColorConverter
  2818. WebControl
  2819. Xml
  2820. IRepeatInfoUser
  2821. FontUnit
  2822. Unit
  2823. AdCreatedEventHandler
  2824. CommandEventHandler
  2825. DataGridCommandEventHandler
  2826. DataGridItemEventHandler
  2827. DataGridPageChangedEventHandler
  2828. DataGridSortCommandEventHandler
  2829. DataListCommandEventHandler
  2830. DataListItemEventHandler
  2831. DayRenderEventHandler
  2832. MonthChangedEventHandler
  2833. RepeaterCommandEventHandler
  2834. RepeaterItemEventHandler
  2835. ServerValidateEventHandler
  2836. BorderStyle
  2837. ButtonColumnType
  2838. CalendarSelectionMode
  2839. DayNameFormat
  2840. FirstDayOfWeek
  2841. FontSize
  2842. GridLines
  2843. HorizontalAlign
  2844. ImageAlign
  2845. ListItemType
  2846. ListSelectionMode
  2847. NextPrevFormat
  2848. PagerMode
  2849. PagerPosition
  2850. RepeatDirection
  2851. RepeatLayout
  2852. TextAlign
  2853. TextBoxMode
  2854. TitleFormat
  2855. UnitType
  2856. ValidationCompareOperator
  2857. ValidationDataType
  2858. ValidationSummaryDisplayMode
  2859. ValidatorDisplay
  2860. VerticalAlign
  2861. ; System.Windows.Forms
  2862. AccessibleObject
  2863. AmbientProperties
  2864. Application
  2865. ApplicationContext
  2866. AxHost
  2867. AxHos
  2868. AxHos
  2869. BaseCollection
  2870. Binding
  2871. BindingContext
  2872. BindingManagerBase
  2873. BindingsCollection
  2874. Button
  2875. ButtonBase
  2876. CheckBox
  2877. CheckedListBox
  2878. CheckedListBo
  2879. CheckedIndexCollection
  2880. CheckedListBo
  2881. CheckedItemCollection
  2882. CheckedListBo
  2883. Clipboard
  2884. ColorDialog
  2885. ColumnClickEventArgs
  2886. ColumnHeader
  2887. ComboBox
  2888. ComboBo
  2889. CommonDialog
  2890. ContainerControl
  2891. ContentsResizedEventArgs
  2892. ContextMenu
  2893. Control
  2894. Contro
  2895. Contro
  2896. ControlBindingsCollection
  2897. ControlEventArgs
  2898. ControlPaint
  2899. ConvertEventArgs
  2900. CreateParams
  2901. CurrencyManager
  2902. Cursor
  2903. CursorConverter
  2904. Cursors
  2905. DataFormats
  2906. DataFormat
  2907. DataGrid
  2908. DataGri
  2909. DataGridBoolColumn
  2910. DataGridColumnStyle
  2911. DataGridPreferredColumnWidthTypeConverter
  2912. DataGridTableStyle
  2913. DataGridTextBox
  2914. DataGridTextBoxColumn
  2915. DataObject
  2916. DateRangeEventArgs
  2917. DateTimePicker
  2918. DomainUpDown
  2919. DomainUpDow
  2920. DomainUpDownItemCollection
  2921. DragEventArgs
  2922. DrawItemEventArgs
  2923. ErrorProvider
  2924. FeatureSupport
  2925. FileDialog
  2926. FolderBrowserDialog
  2927. FontDialog
  2928. Form
  2929. For
  2930. GiveFeedbackEventArgs
  2931. GridColumnStylesCollection
  2932. GridItem
  2933. GridItemCollection
  2934. GridTableStylesCollection
  2935. GroupBox
  2936. Help
  2937. HelpEventArgs
  2938. HelpProvider
  2939. HScrollBar
  2940. ImageIndexConverter
  2941. ImageList
  2942. ImageLis
  2943. ImageListStreamer
  2944. InputLanguage
  2945. InputLanguageChangedEventArgs
  2946. InputLanguageChangingEventArgs
  2947. InputLanguageCollection
  2948. InvalidateEventArgs
  2949. ItemChangedEventArgs
  2950. ItemCheckEventArgs
  2951. ItemDragEventArgs
  2952. KeyEventArgs
  2953. KeyPressEventArgs
  2954. KeysConverter
  2955. Label
  2956. LabelEditEventArgs
  2957. LayoutEventArgs
  2958. LinkAre
  2959. LinkClickedEventArgs
  2960. LinkLabel
  2961. LinkLabe
  2962. LinkLabe
  2963. LinkLabelLinkClickedEventArgs
  2964. ListBindingConverter
  2965. ListBox
  2966. ListBo
  2967. ListBo
  2968. ListBo
  2969. ListControl
  2970. ListView
  2971. ListVie
  2972. ListVie
  2973. CheckedListViewItemCollection
  2974. ListVie
  2975. ListVie
  2976. ListVie
  2977. ListVie
  2978. SelectedListViewItemCollection
  2979. ListViewItem
  2980. ListViewIte
  2981. ListViewIte
  2982. ListViewSubItemCollection
  2983. ListViewItemConverter
  2984. MainMenu
  2985. MeasureItemEventArgs
  2986. Menu
  2987. Men
  2988. MenuItem
  2989. MessageBox
  2990. MonthCalendar
  2991. MonthCalenda
  2992. MouseEventArgs
  2993. NativeWindow
  2994. NavigateEventArgs
  2995. NodeLabelEditEventArgs
  2996. NotifyIcon
  2997. NumericUpDown
  2998. OpacityConverter
  2999. OpenFileDialog
  3000. OSFeature
  3001. PageSetupDialog
  3002. PaintEventArgs
  3003. Panel
  3004. PictureBox
  3005. PrintControllerWithStatusDialog
  3006. PrintDialog
  3007. PrintPreviewControl
  3008. PrintPreviewDialog
  3009. ProgressBar
  3010. PropertyGrid
  3011. PropertyGri
  3012. PropertyManager
  3013. PropertyTabChangedEventArgs
  3014. PropertyValueChangedEventArgs
  3015. QueryAccessibilityHelpEventArgs
  3016. QueryContinueDragEventArgs
  3017. RadioButton
  3018. RichTextBox
  3019. SaveFileDialog
  3020. Screen
  3021. ScrollableControl
  3022. ScrollableContro
  3023. ScrollBar
  3024. ScrollEventArgs
  3025. SelectedGridItemChangedEventArgs
  3026. SelectionRange
  3027. SelectionRangeConverter
  3028. SendKeys
  3029. Splitter
  3030. SplitterEventArgs
  3031. StatusBar
  3032. StatusBa
  3033. StatusBarDrawItemEventArgs
  3034. StatusBarPanel
  3035. StatusBarPanelClickEventArgs
  3036. SystemInformation
  3037. TabControl
  3038. TabContro
  3039. TabContro
  3040. TabPage
  3041. TabPag
  3042. TextBox
  3043. TextBoxBase
  3044. Timer
  3045. ToolBar
  3046. ToolBa
  3047. ToolBarButton
  3048. ToolBarButtonClickEventArgs
  3049. ToolTip
  3050. TrackBar
  3051. TreeNode
  3052. TreeNodeCollection
  3053. TreeNodeConverter
  3054. TreeView
  3055. TreeViewCancelEventArgs
  3056. TreeViewEventArgs
  3057. TreeViewImageIndexConverter
  3058. UICuesEventArgs
  3059. UpDownBase
  3060. UserControl
  3061. VScrollBar
  3062. IButtonControl
  3063. IContainerControl
  3064. IDataGridColumnStyleEditingNotificationService
  3065. IDataObject
  3066. IFeatureSupport
  3067. IMessageFilter
  3068. IWin32Window
  3069. BindingMemberInfo
  3070. DataGridCell
  3071. LinkArea
  3072. Message
  3073. AxHos
  3074. ColumnClickEventHandler
  3075. ContentsResizedEventHandler
  3076. ControlEventHandler
  3077. ConvertEventHandler
  3078. DateRangeEventHandler
  3079. DragEventHandler
  3080. DrawItemEventHandler
  3081. GiveFeedbackEventHandler
  3082. HelpEventHandler
  3083. InputLanguageChangedEventHandler
  3084. InputLanguageChangingEventHandler
  3085. InvalidateEventHandler
  3086. ItemChangedEventHandler
  3087. ItemCheckEventHandler
  3088. ItemDragEventHandler
  3089. KeyEventHandler
  3090. KeyPressEventHandler
  3091. LabelEditEventHandler
  3092. LayoutEventHandler
  3093. LinkClickedEventHandler
  3094. LinkLabelLinkClickedEventHandler
  3095. MeasureItemEventHandler
  3096. MethodInvoker
  3097. MouseEventHandler
  3098. NavigateEventHandler
  3099. NodeLabelEditEventHandler
  3100. PaintEventHandler
  3101. PropertyTabChangedEventHandler
  3102. PropertyValueChangedEventHandler
  3103. QueryAccessibilityHelpEventHandler
  3104. QueryContinueDragEventHandler
  3105. ScrollEventHandler
  3106. SelectedGridItemChangedEventHandler
  3107. SplitterEventHandler
  3108. StatusBarDrawItemEventHandler
  3109. StatusBarPanelClickEventHandler
  3110. ToolBarButtonClickEventHandler
  3111. TreeViewCancelEventHandler
  3112. TreeViewEventHandler
  3113. UICuesEventHandler
  3114. AccessibleEvents
  3115. AccessibleNavigation
  3116. AccessibleRole
  3117. AccessibleSelection
  3118. AccessibleStates
  3119. AnchorStyles
  3120. Appearance
  3121. ArrangeDirection
  3122. ArrangeStartingPosition
  3123. AxHos
  3124. BootMode
  3125. Border3DSide
  3126. Border3DStyle
  3127. BorderStyle
  3128. BoundsSpecified
  3129. ButtonBorderStyle
  3130. ButtonState
  3131. CaptionButton
  3132. CharacterCasing
  3133. CheckState
  3134. ColorDepth
  3135. ColumnHeaderStyle
  3136. ComboBoxStyle
  3137. ControlStyles
  3138. DataGri
  3139. DataGridLineStyle
  3140. DataGridParentRowsLabelStyle
  3141. DateTimePickerFormat
  3142. Day
  3143. DialogResult
  3144. DockStyle
  3145. DragAction
  3146. DragDropEffects
  3147. DrawItemState
  3148. DrawMode
  3149. ErrorBlinkStyle
  3150. ErrorIconAlignment
  3151. FlatStyle
  3152. FormBorderStyle
  3153. FormStartPosition
  3154. FormWindowState
  3155. FrameStyle
  3156. GridItemType
  3157. HelpNavigator
  3158. HorizontalAlignment
  3159. ImeMode
  3160. ItemActivation
  3161. ItemBoundsPortion
  3162. Keys
  3163. LeftRightAlignment
  3164. LinkBehavior
  3165. ListViewAlignment
  3166. MdiLayout
  3167. MenuGlyph
  3168. MenuMerge
  3169. MessageBoxButtons
  3170. MessageBoxDefaultButton
  3171. MessageBoxIcon
  3172. MessageBoxOptions
  3173. MonthCalenda
  3174. MouseButtons
  3175. Orientation
  3176. PictureBoxSizeMode
  3177. PropertySort
  3178. RichTextBoxFinds
  3179. RichTextBoxScrollBars
  3180. RichTextBoxSelectionTypes
  3181. RichTextBoxStreamType
  3182. RightToLeft
  3183. ScrollBars
  3184. ScrollButton
  3185. ScrollEventType
  3186. SelectionMode
  3187. Shortcut
  3188. SizeGripStyle
  3189. SortOrder
  3190. StatusBarPanelAutoSize
  3191. StatusBarPanelBorderStyle
  3192. StatusBarPanelStyle
  3193. TabAlignment
  3194. TabAppearance
  3195. TabDrawMode
  3196. TabSizeMode
  3197. TickStyle
  3198. ToolBarAppearance
  3199. ToolBarButtonStyle
  3200. ToolBarTextAlign
  3201. TreeViewAction
  3202. UICues
  3203. View
  3204. ; System.Windows.Forms.Design
  3205. AnchorEditor
  3206. AxImporter
  3207. AxImporte
  3208. ComponentDocumentDesigner
  3209. ComponentEditorForm
  3210. ComponentEditorPage
  3211. ComponentTray
  3212. ControlDesigner
  3213. ControlDesigne
  3214. ControlDesignerAccessibleObject
  3215. DocumentDesigner
  3216. EventsTab
  3217. FileNameEditor
  3218. MenuCommands
  3219. ParentControlDesigner
  3220. PropertyTab
  3221. ScrollableControlDesigner
  3222. WindowsFormsComponentEditor
  3223. AxImporte
  3224. IUIService
  3225. IWindowsFormsEditorService
  3226. SelectionRules
  3227. ; System.Xml
  3228. NameTable
  3229. XmlAttribute
  3230. XmlAttributeCollection
  3231. XmlCDataSection
  3232. XmlCharacterData
  3233. XmlComment
  3234. XmlConvert
  3235. XmlDataDocument
  3236. XmlDeclaration
  3237. XmlDocument
  3238. XmlDocumentFragment
  3239. XmlDocumentType
  3240. XmlElement
  3241. XmlEntity
  3242. XmlEntityReference
  3243. XmlException
  3244. XmlImplementation
  3245. XmlLinkedNode
  3246. XmlNamedNodeMap
  3247. XmlNamespaceManager
  3248. XmlNameTable
  3249. XmlNode
  3250. XmlNodeChangedEventArgs
  3251. XmlNodeList
  3252. XmlNodeReader
  3253. XmlNotation
  3254. XmlParserContext
  3255. XmlProcessingInstruction
  3256. XmlQualifiedName
  3257. XmlReader
  3258. XmlResolver
  3259. XmlSecureResolver
  3260. XmlSignificantWhitespace
  3261. XmlText
  3262. XmlTextReader
  3263. XmlTextWriter
  3264. XmlUrlResolver
  3265. XmlValidatingReader
  3266. XmlWhitespace
  3267. XmlWriter
  3268. IHasXmlNode
  3269. IXmlLineInfo
  3270. XmlNodeChangedEventHandler
  3271. EntityHandling
  3272. Formatting
  3273. ReadState
  3274. ValidationType
  3275. WhitespaceHandling
  3276. WriteState
  3277. XmlNodeChangedAction
  3278. XmlNodeOrder
  3279. XmlNodeType
  3280. XmlSpace
  3281. XmlTokenizedType
  3282. ; System.Xml.Schema
  3283. ValidationEventArgs
  3284. XmlSchema
  3285. XmlSchemaAll
  3286. XmlSchemaAnnotated
  3287. XmlSchemaAnnotation
  3288. XmlSchemaAny
  3289. XmlSchemaAnyAttribute
  3290. XmlSchemaAppInfo
  3291. XmlSchemaAttribute
  3292. XmlSchemaAttributeGroup
  3293. XmlSchemaAttributeGroupRef
  3294. XmlSchemaChoice
  3295. XmlSchemaCollection
  3296. XmlSchemaCollectionEnumerator
  3297. XmlSchemaComplexContent
  3298. XmlSchemaComplexContentExtension
  3299. XmlSchemaComplexContentRestriction
  3300. XmlSchemaComplexType
  3301. XmlSchemaContent
  3302. XmlSchemaContentModel
  3303. XmlSchemaDatatype
  3304. XmlSchemaDocumentation
  3305. XmlSchemaElement
  3306. XmlSchemaEnumerationFacet
  3307. XmlSchemaException
  3308. XmlSchemaExternal
  3309. XmlSchemaFacet
  3310. XmlSchemaFractionDigitsFacet
  3311. XmlSchemaGroup
  3312. XmlSchemaGroupBase
  3313. XmlSchemaGroupRef
  3314. XmlSchemaIdentityConstraint
  3315. XmlSchemaImport
  3316. XmlSchemaInclude
  3317. XmlSchemaKey
  3318. XmlSchemaKeyref
  3319. XmlSchemaLengthFacet
  3320. XmlSchemaMaxExclusiveFacet
  3321. XmlSchemaMaxInclusiveFacet
  3322. XmlSchemaMaxLengthFacet
  3323. XmlSchemaMinExclusiveFacet
  3324. XmlSchemaMinInclusiveFacet
  3325. XmlSchemaMinLengthFacet
  3326. XmlSchemaNotation
  3327. XmlSchemaNumericFacet
  3328. XmlSchemaObject
  3329. XmlSchemaObjectCollection
  3330. XmlSchemaObjectEnumerator
  3331. XmlSchemaObjectTable
  3332. XmlSchemaParticle
  3333. XmlSchemaPatternFacet
  3334. XmlSchemaRedefine
  3335. XmlSchemaSequence
  3336. XmlSchemaSimpleContent
  3337. XmlSchemaSimpleContentExtension
  3338. XmlSchemaSimpleContentRestriction
  3339. XmlSchemaSimpleType
  3340. XmlSchemaSimpleTypeContent
  3341. XmlSchemaSimpleTypeList
  3342. XmlSchemaSimpleTypeRestriction
  3343. XmlSchemaSimpleTypeUnion
  3344. XmlSchemaTotalDigitsFacet
  3345. XmlSchemaType
  3346. XmlSchemaUnique
  3347. XmlSchemaWhiteSpaceFacet
  3348. XmlSchemaXPath
  3349. ValidationEventHandler
  3350. XmlSchemaContentProcessing
  3351. XmlSchemaContentType
  3352. XmlSchemaDerivationMethod
  3353. XmlSchemaForm
  3354. XmlSchemaUse
  3355. XmlSeverityType
  3356. ; System.Xml.Serialization
  3357. SoapAttributeAttribute
  3358. SoapAttributeOverrides
  3359. SoapAttributes
  3360. SoapElementAttribute
  3361. SoapEnumAttribute
  3362. SoapIgnoreAttribute
  3363. SoapIncludeAttribute
  3364. SoapTypeAttribute
  3365. UnreferencedObjectEventArgs
  3366. XmlAnyAttributeAttribute
  3367. XmlAnyElementAttribute
  3368. XmlAnyElementAttributes
  3369. XmlArrayAttribute
  3370. XmlArrayItemAttribute
  3371. XmlArrayItemAttributes
  3372. XmlAttributeAttribute
  3373. XmlAttributeEventArgs
  3374. XmlAttributeOverrides
  3375. XmlAttributes
  3376. XmlChoiceIdentifierAttribute
  3377. XmlElementAttribute
  3378. XmlElementAttributes
  3379. XmlElementEventArgs
  3380. XmlEnumAttribute
  3381. XmlIgnoreAttribute
  3382. XmlIncludeAttribute
  3383. XmlNamespaceDeclarationsAttribute
  3384. XmlNodeEventArgs
  3385. XmlRootAttribute
  3386. XmlSerializer
  3387. XmlSerializerNamespaces
  3388. XmlTextAttribute
  3389. XmlTypeAttribute
  3390. XmlTypeMapping
  3391. UnreferencedObjectEventHandler
  3392. XmlAttributeEventHandler
  3393. XmlElementEventHandler
  3394. XmlNodeEventHandler
  3395. ; System.Xml.XPath
  3396. XPathDocument
  3397. XPathException
  3398. XPathExpression
  3399. XPathNavigator
  3400. XPathNodeIterator
  3401. IXPathNavigable
  3402. XmlCaseOrder
  3403. XmlDataType
  3404. XmlSortOrder
  3405. XPathNamespaceScope
  3406. XPathNodeType
  3407. XPathResultType
  3408. ; System.Xml.Xsl
  3409. XsltArgumentList
  3410. XsltCompileException
  3411. XsltContext
  3412. XsltException
  3413. XslTransform
  3414. IXsltContextFunction
  3415. IXsltContextVariable
  3416.  
  3417.