Skip to content

Instantly share code, notes, and snippets.

@marek-safar
Created February 25, 2020 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marek-safar/a2a370f243bb05ead82603dba6bfcd74 to your computer and use it in GitHub Desktop.
Save marek-safar/a2a370f243bb05ead82603dba6bfcd74 to your computer and use it in GitHub Desktop.
<pre><span style=" color: red;">.\iOS</span>
<span style=" color: green;">.\.NET 5.0</span>
<span style=" color: blue;">namespace</span> Microsoft.SqlServer.Server {
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> InvalidUdtException : <span style=" color: #2B91AF;">SystemException</span> {
<span style=" color: red;">public override void GetObjectData(SerializationInfo si, StreamingContext context);</span>
}
<span style=" color: red;">public sealed class SqlProcedureAttribute : Attribute</span>
<span style=" color: red;">public sealed class SqlTriggerAttribute : Attribute</span>
<span style=" color: red;">public sealed class SqlTriggerContext</span>
<span style=" color: red;">public enum TriggerAction</span>
}
<span style=" color: blue;">namespace</span> Microsoft.Win32 {
<span style=" color: blue;">public</span> <span style=" color: blue;">static</span> <span style=" color: blue;">class</span> Registry {
<span style=" color: red;">public static readonly RegistryKey DynData;</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">enum</span> RegistryHive {
<span style=" color: red;">DynData = -2147483642,</span>
}
}
<span style=" color: blue;">namespace</span> Microsoft.Win32.SafeHandles {
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> SafeMemoryMappedFileHandle : <span style=" color: #2B91AF;">SafeHandleZeroOrMinusOneIsInvalid</span> {
<span style=" color: red;">public SafeMemoryMappedFileHandle(IntPtr preexistingHandle, bool ownsHandle);</span>
}
}
<span style=" color: red;">namespace Mono</span> {
<span style=" color: red;">public static class Runtime</span>
}
<span style=" color: blue;">namespace</span> System {
<span style=" color: red;">public interface _AppDomain</span>
<span style=" color: red;">public sealed class ActivationContext : IDisposable, ISerializable</span>
<span style=" color: blue;">public</span> <span style=" color: red;">sealed</span><span style=" color: green;">static</span> <span style=" color: blue;">class</span> Activator<span style=" color: red;"> : _Activator</span> {
<span style=" color: red;">public static ObjectHandle CreateComInstanceFrom(string assemblyName, string typeName);</span>
<span style=" color: red;">public static ObjectHandle CreateComInstanceFrom(string assemblyName, string typeName, byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm);</span>
<span style=" color: red;">public static ObjectHandle CreateInstance(ActivationContext activationContext);</span>
<span style=" color: red;">public static ObjectHandle CreateInstance(ActivationContext activationContext, string[] activationCustomData);</span>
<span style=" color: red;">public static ObjectHandle CreateInstance(AppDomain domain, string assemblyName, string typeName);</span>
<span style=" color: red;">public static ObjectHandle CreateInstance(AppDomain domain, string assemblyName, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes);</span>
<span style=" color: red;">public static ObjectHandle CreateInstance(AppDomain domain, string assemblyName, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes, Evidence securityAttributes);</span>
<span style=" color: red;">public static ObjectHandle CreateInstance(string assemblyName, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes, Evidence securityInfo);</span>
<span style=" color: red;">public static ObjectHandle CreateInstanceFrom(AppDomain domain, string assemblyFile, string typeName);</span>
<span style=" color: red;">public static ObjectHandle CreateInstanceFrom(AppDomain domain, string assemblyFile, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes);</span>
<span style=" color: red;">public static ObjectHandle CreateInstanceFrom(AppDomain domain, string assemblyFile, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes, Evidence securityAttributes);</span>
<span style=" color: red;">public static ObjectHandle CreateInstanceFrom(string assemblyFile, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes, Evidence securityInfo);</span>
<span style=" color: red;">public static object GetObject(Type type, string url);</span>
<span style=" color: red;">public static object GetObject(Type type, string url, object state);</span>
<span style=" color: red;">void System.Runtime.InteropServices._Activator.GetIDsOfNames(ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);</span>
<span style=" color: red;">void System.Runtime.InteropServices._Activator.GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo);</span>
<span style=" color: red;">void System.Runtime.InteropServices._Activator.GetTypeInfoCount(out uint pcTInfo);</span>
<span style=" color: red;">void System.Runtime.InteropServices._Activator.Invoke(uint dispIdMember, ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> AppDomain : <span style=" color: #2B91AF;">MarshalByRefObject</span> {
<span style=" color: red;">public ActivationContext ActivationContext { get; }</span>
<span style=" color: red;">public ApplicationIdentity ApplicationIdentity { get; }</span>
<span style=" color: red;">public AppDomainManager DomainManager { get; }</span>
<span style=" color: red;">public Evidence Evidence { get; }</span>
<span style=" color: red;">public static AppDomain CreateDomain(string friendlyName, Evidence securityInfo);</span>
<span style=" color: red;">public static AppDomain CreateDomain(string friendlyName, Evidence securityInfo, AppDomainSetup info);</span>
<span style=" color: red;">public static AppDomain CreateDomain(string friendlyName, Evidence securityInfo, string appBasePath, string appRelativeSearchPath, bool shadowCopyFiles);</span>
<span style=" color: red;">public static AppDomain CreateDomain(string friendlyName, Evidence securityInfo, string appBasePath, string appRelativeSearchPath, bool shadowCopyFiles, AppDomainInitializer adInit, string[] adInitArgs);</span>
<span style=" color: red;">public ObjectHandle CreateInstance(string assemblyName, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes, Evidence securityAttributes);</span>
<span style=" color: red;">public object CreateInstanceAndUnwrap(string assemblyName, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes, Evidence securityAttributes);</span>
<span style=" color: red;">public ObjectHandle CreateInstanceFrom(string assemblyFile, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes, Evidence securityAttributes);</span>
<span style=" color: red;">public object CreateInstanceFromAndUnwrap(string assemblyName, string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes, Evidence securityAttributes);</span>
<span style=" color: red;">public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access);</span>
<span style=" color: red;">public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, IEnumerable&lt;CustomAttributeBuilder&gt; assemblyAttributes);</span>
<span style=" color: red;">public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, IEnumerable&lt;CustomAttributeBuilder&gt; assemblyAttributes, SecurityContextSource securityContextSource);</span>
<span style=" color: red;">public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions);</span>
<span style=" color: red;">public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, Evidence evidence);</span>
<span style=" color: red;">public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions);</span>
<span style=" color: red;">public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, string dir);</span>
<span style=" color: red;">public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, string dir, bool isSynchronized, IEnumerable&lt;CustomAttributeBuilder&gt; assemblyAttributes);</span>
<span style=" color: red;">public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, string dir, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions);</span>
<span style=" color: red;">public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, string dir, Evidence evidence);</span>
<span style=" color: red;">public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, string dir, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions);</span>
<span style=" color: red;">public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, string dir, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions, bool isSynchronized);</span>
<span style=" color: red;">public AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, string dir, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions, bool isSynchronized, IEnumerable&lt;CustomAttributeBuilder&gt; assemblyAttributes);</span>
<span style=" color: red;">public void DoCallBack(CrossAppDomainDelegate callBackDelegate);</span>
<span style=" color: red;">public int ExecuteAssembly(string assemblyFile, Evidence assemblySecurity);</span>
<span style=" color: red;">public int ExecuteAssembly(string assemblyFile, Evidence assemblySecurity, string[] args);</span>
<span style=" color: red;">public int ExecuteAssembly(string assemblyFile, Evidence assemblySecurity, string[] args, byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm);</span>
<span style=" color: red;">public int ExecuteAssemblyByName(AssemblyName assemblyName, Evidence assemblySecurity, params string[] args);</span>
<span style=" color: red;">public int ExecuteAssemblyByName(string assemblyName, Evidence assemblySecurity);</span>
<span style=" color: red;">public int ExecuteAssemblyByName(string assemblyName, Evidence assemblySecurity, params string[] args);</span>
<span style=" color: red;">public new Type GetType();</span>
<span style=" color: red;">public override object InitializeLifetimeService();</span>
<span style=" color: red;">public Assembly Load(byte[] rawAssembly, byte[] rawSymbolStore, Evidence securityEvidence);</span>
<span style=" color: red;">public Assembly Load(AssemblyName assemblyRef, Evidence assemblySecurity);</span>
<span style=" color: red;">public Assembly Load(string assemblyString, Evidence assemblySecurity);</span>
<span style=" color: red;">public void SetAppDomainPolicy(PolicyLevel domainPolicy);</span>
<span style=" color: red;">public void SetData(string name, object data, IPermission permission);</span>
}
<span style=" color: red;">public delegate void AppDomainInitializer(string[] args);</span>
<span style=" color: red;">public class AppDomainManager : MarshalByRefObject</span>
<span style=" color: red;">public enum AppDomainManagerInitializationOptions</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> AppDomainSetup {
<span style=" color: red;">public AppDomainSetup();</span>
<span style=" color: red;">public AppDomainSetup(ActivationContext activationContext);</span>
<span style=" color: red;">public AppDomainSetup(ActivationArguments activationArguments);</span>
<span style=" color: red;">public ActivationArguments ActivationArguments { get; set; }</span>
<span style=" color: red;">public AppDomainInitializer AppDomainInitializer { get; set; }</span>
<span style=" color: red;">public string[] AppDomainInitializerArguments { get; set; }</span>
<span style=" color: red;">public string AppDomainManagerAssembly { get; set; }</span>
<span style=" color: red;">public string AppDomainManagerType { get; set; }</span>
<span style=" color: red;">public string ApplicationName { get; set; }</span>
<span style=" color: red;">public ApplicationTrust ApplicationTrust { get; set; }</span>
<span style=" color: red;">public string CachePath { get; set; }</span>
<span style=" color: red;">public string ConfigurationFile { get; set; }</span>
<span style=" color: red;">public bool DisallowApplicationBaseProbing { get; set; }</span>
<span style=" color: red;">public bool DisallowBindingRedirects { get; set; }</span>
<span style=" color: red;">public bool DisallowCodeDownload { get; set; }</span>
<span style=" color: red;">public bool DisallowPublisherPolicy { get; set; }</span>
<span style=" color: red;">public string DynamicBase { get; set; }</span>
<span style=" color: red;">public string LicenseFile { get; set; }</span>
<span style=" color: red;">public LoaderOptimization LoaderOptimization { get; set; }</span>
<span style=" color: red;">public string[] PartialTrustVisibleAssemblies { get; set; }</span>
<span style=" color: red;">public string PrivateBinPath { get; set; }</span>
<span style=" color: red;">public string PrivateBinPathProbe { get; set; }</span>
<span style=" color: red;">public string ShadowCopyDirectories { get; set; }</span>
<span style=" color: red;">public string ShadowCopyFiles { get; set; }</span>
<span style=" color: red;">public byte[] GetConfigurationBytes();</span>
<span style=" color: red;">public void SetCompatibilitySwitches(IEnumerable&lt;string&gt; switches);</span>
<span style=" color: red;">public void SetConfigurationBytes(byte[] value);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> Array : <span style=" color: #2B91AF;">ICloneable</span>, <span style=" color: #2B91AF;">ICollection</span>, <span style=" color: #2B91AF;">IEnumerable</span>, <span style=" color: #2B91AF;">IList</span>, <span style=" color: #2B91AF;">IStructuralComparable</span>, <span style=" color: #2B91AF;">IStructuralEquatable</span> {
<span style=" color: red;">bool System.Collections.IList.IsReadOnly { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">static</span> <span style=" color: blue;">class</span> Console {
<span style=" color: red;">public static void Write(string format, object arg0, object arg1, object arg2, object arg3, __arglist);</span>
<span style=" color: red;">public static void WriteLine(string format, object arg0, object arg1, object arg2, object arg3, __arglist);</span>
}
<span style=" color: red;">public delegate void CrossAppDomainDelegate();</span>
<span style=" color: red;">public sealed class CultureAwareComparer : StringComparer, ISerializable</span>
<span style=" color: red;">public interface IAppDomainSetup</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> MarshalByRefObject {
<span style=" color: red;">public virtual ObjRef CreateObjRef(Type requestedType);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> MulticastDelegate : <span style=" color: #2B91AF;">Delegate</span> {
<span style=" color: red;">protected sealed override object DynamicInvokeImpl(object[] args);</span>
}
<span style=" color: red;">public class OrdinalComparer : StringComparer</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> String : <span style=" color: #2B91AF;">ICloneable</span>, <span style=" color: #2B91AF;">IComparable</span>, <span style=" color: #2B91AF;">IComparable&lt;string&gt;</span>, <span style=" color: #2B91AF;">IConvertible</span>, <span style=" color: #2B91AF;">IEnumerable</span>, <span style=" color: #2B91AF;">IEnumerable&lt;char&gt;</span>, <span style=" color: #2B91AF;">IEquatable&lt;string&gt;</span> {
<span style=" color: red;">public static String Concat(object arg0, object arg1, object arg2, object arg3, __arglist);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> Type : <span style=" color: #2B91AF;">MemberInfo</span>, <span style=" color: #2B91AF;">IReflect</span> {
<span style=" color: red;">public virtual bool IsCollectible { get; }</span>
}
<span style=" color: red;">public class UriTemplate</span>
<span style=" color: red;">public class UriTemplateEquivalenceComparer : IEqualityComparer&lt;UriTemplate&gt;</span>
<span style=" color: red;">public class UriTemplateMatch</span>
<span style=" color: red;">public class UriTemplateMatchException : SystemException</span>
<span style=" color: red;">public class UriTemplateTable</span>
<span style=" color: red;">public sealed class WeakAttribute : Attribute</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> WeakReference : <span style=" color: #2B91AF;">ISerializable</span> {
<span style=" color: red;">protected WeakReference();</span>
}
}
<span style=" color: blue;">namespace</span> System.Collections.Generic {
<span style=" color: red;">public abstract class SynchronizedKeyedCollection&lt;K, T&gt; : SynchronizedCollection&lt;T&gt;</span>
<span style=" color: red;">public class SynchronizedReadOnlyCollection&lt;T&gt; : ICollection, ICollection&lt;T&gt;, IEnumerable, IEnumerable&lt;T&gt;, IList, IList&lt;T&gt;</span>
}
<span style=" color: blue;">namespace</span> System.Collections.Specialized {
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ListDictionary : <span style=" color: #2B91AF;">ICollection</span>, <span style=" color: #2B91AF;">IDictionary</span>, <span style=" color: #2B91AF;">IEnumerable</span> {
<span style=" color: red;">public class DictionaryNode</span>
}
}
<span style=" color: blue;">namespace</span> System.ComponentModel {
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> AsyncCompletedEventArgs : <span style=" color: #2B91AF;">EventArgs</span> {
<span style=" color: red;">public AsyncCompletedEventArgs();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> TypeConverter {
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> StandardValuesCollection : <span style=" color: #2B91AF;">ICollection</span>, <span style=" color: #2B91AF;">IEnumerable</span> {
<span style=" color: red;">int System.Collections.ICollection.Count { get; }</span>
<span style=" color: red;">void System.Collections.ICollection.CopyTo(Array array, int index);</span>
<span style=" color: red;">IEnumerator System.Collections.IEnumerable.GetEnumerator();</span>
}
}
}
<span style=" color: blue;">namespace</span> System.ComponentModel.Composition {
<span style=" color: blue;">public</span> <span style=" color: blue;">enum</span> CreationPolicy {
<span style=" color: red;">NewScope = 3,</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ExportFactory&lt;<span style=" color: #2B91AF;">T</span>&gt; {
<span style=" color: red;">protected virtual bool OnFilterScopedCatalog(ComposablePartDefinition composablePartDefinition);</span>
}
}
<span style=" color: blue;">namespace</span> System.ComponentModel.DataAnnotations {
<span style=" color: red;">public sealed class BindableTypeAttribute : Attribute</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> CustomValidationAttribute : <span style=" color: #2B91AF;">ValidationAttribute</span> {
<span style=" color: red;">public override object TypeId { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> FilterUIHintAttribute : <span style=" color: #2B91AF;">Attribute</span> {
<span style=" color: red;">public override object TypeId { get; }</span>
}
<span style=" color: red;">public class ScaffoldTableAttribute : Attribute</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> UIHintAttribute : <span style=" color: #2B91AF;">Attribute</span> {
<span style=" color: red;">public override object TypeId { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> ValidationContext : <span style=" color: #2B91AF;">IServiceProvider</span> {
<span style=" color: red;">public IServiceContainer ServiceContainer { get; }</span>
}
}
<span style=" color: blue;">namespace</span> System.Configuration.Assemblies {
<span style=" color: red;">public struct AssemblyHash : ICloneable</span>
}
<span style=" color: blue;">namespace</span> System.Data {
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> Constraint {
<span style=" color: red;">protected Constraint();</span>
}
<span style=" color: red;">public enum PropertyAttributes</span>
<span style=" color: red;">public class TypedDataSetGeneratorException : DataException</span>
}
<span style=" color: blue;">namespace</span> System.Data.Common {
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> DbProviderFactory {
<span style=" color: red;">public virtual CodeAccessPermission CreatePermission(PermissionState state);</span>
}
}
<span style=" color: blue;">namespace</span> System.Data.Services.Client {
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> DataServiceClientException : <span style=" color: #2B91AF;">InvalidOperationException</span> {
<span style=" color: red;">protected DataServiceClientException(SerializationInfo serializationInfo, StreamingContext context);</span>
<span style=" color: red;">public override void GetObjectData(SerializationInfo info, StreamingContext context);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> DataServiceContext {
<span style=" color: red;">public int Timeout { get; set; }</span>
<span style=" color: red;">public QueryOperationResponse&lt;T&gt; Execute&lt;T&gt;(DataServiceQueryContinuation&lt;T&gt; continuation);</span>
<span style=" color: red;">public IEnumerable&lt;TElement&gt; Execute&lt;TElement&gt;(Uri requestUri);</span>
<span style=" color: red;">public DataServiceResponse ExecuteBatch(params DataServiceRequest[] queries);</span>
<span style=" color: red;">public DataServiceStreamResponse GetReadStream(object entity);</span>
<span style=" color: red;">public DataServiceStreamResponse GetReadStream(object entity, DataServiceRequestArgs args);</span>
<span style=" color: red;">public DataServiceStreamResponse GetReadStream(object entity, string acceptContentType);</span>
<span style=" color: red;">public QueryOperationResponse LoadProperty(object entity, string propertyName);</span>
<span style=" color: red;">public QueryOperationResponse LoadProperty(object entity, string propertyName, DataServiceQueryContinuation continuation);</span>
<span style=" color: red;">public QueryOperationResponse LoadProperty(object entity, string propertyName, Uri nextLinkUri);</span>
<span style=" color: red;">public QueryOperationResponse&lt;T&gt; LoadProperty&lt;T&gt;(object entity, string propertyName, DataServiceQueryContinuation&lt;T&gt; continuation);</span>
<span style=" color: red;">public DataServiceResponse SaveChanges();</span>
<span style=" color: red;">public DataServiceResponse SaveChanges(SaveChangesOptions options);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> DataServiceQuery : <span style=" color: #2B91AF;">DataServiceRequest</span>, <span style=" color: #2B91AF;">IEnumerable</span>, <span style=" color: #2B91AF;">IQueryable</span> {
<span style=" color: red;">public IEnumerable Execute();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> DataServiceQuery&lt;<span style=" color: #2B91AF;">TElement</span>&gt; : <span style=" color: #2B91AF;">DataServiceQuery</span>, <span style=" color: #2B91AF;">IEnumerable</span>, <span style=" color: #2B91AF;">IEnumerable&lt;TElement&gt;</span>, <span style=" color: #2B91AF;">IQueryable</span>, <span style=" color: #2B91AF;">IQueryable&lt;TElement&gt;</span> {
<span style=" color: red;">public new IEnumerable&lt;TElement&gt; Execute();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> DataServiceQueryException : <span style=" color: #2B91AF;">InvalidOperationException</span> {
<span style=" color: red;">protected DataServiceQueryException(SerializationInfo info, StreamingContext context);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> DataServiceRequest {
<span style=" color: red;">public override string ToString();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> DataServiceRequestException : <span style=" color: #2B91AF;">InvalidOperationException</span> {
<span style=" color: red;">protected DataServiceRequestException(SerializationInfo info, StreamingContext context);</span>
}
}
<span style=" color: blue;">namespace</span> System.Data.Sql {
<span style=" color: red;">public sealed class SqlDataSourceEnumerator : DbDataSourceEnumerator</span>
}
<span style=" color: blue;">namespace</span> System.Data.SqlClient {
<span style=" color: red;">public enum SqlAuthenticationMethod</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> SqlClientFactory : <span style=" color: #2B91AF;">DbProviderFactory</span> {
<span style=" color: red;">public override bool CanCreateDataSourceEnumerator { get; }</span>
<span style=" color: red;">public override DbDataSourceEnumerator CreateDataSourceEnumerator();</span>
<span style=" color: red;">public override CodeAccessPermission CreatePermission(PermissionState state);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> SqlCommand : <span style=" color: #2B91AF;">DbCommand</span>, <span style=" color: #2B91AF;">ICloneable</span><span style=" color: red;">, IDbCommand, IDisposable</span> {
<span style=" color: red;">public bool NotificationAutoEnlist { get; set; }</span>
}
<span style=" color: red;">public enum SqlCommandColumnEncryptionSetting</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> SqlConnection : <span style=" color: #2B91AF;">DbConnection</span>, <span style=" color: #2B91AF;">ICloneable</span><span style=" color: red;">, IDbConnection, IDisposable</span> {
<span style=" color: red;">public SqlCredential Credentials { get; set; }</span>
<span style=" color: red;">protected override DbProviderFactory DbProviderFactory { get; }</span>
<span style=" color: red;">public override void EnlistTransaction(Transaction transaction);</span>
<span style=" color: red;">protected override void OnStateChange(StateChangeEventArgs stateChange);</span>
}
<span style=" color: red;">public enum SqlConnectionColumnEncryptionSetting</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> SqlConnectionStringBuilder : <span style=" color: #2B91AF;">DbConnectionStringBuilder</span> {
<span style=" color: red;">public bool AsynchronousProcessing { get; set; }</span>
<span style=" color: red;">public SqlAuthenticationMethod Authentication { get; set; }</span>
<span style=" color: red;">public SqlConnectionColumnEncryptionSetting ColumnEncryptionSetting { get; set; }</span>
<span style=" color: red;">public bool ConnectionReset { get; set; }</span>
<span style=" color: red;">public bool ContextConnection { get; set; }</span>
<span style=" color: red;">public string NetworkLibrary { get; set; }</span>
<span style=" color: red;">public bool TransparentNetworkIPResolution { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> SqlDataAdapter : <span style=" color: #2B91AF;">DbDataAdapter</span>, <span style=" color: #2B91AF;">ICloneable</span>, <span style=" color: #2B91AF;">IDataAdapter</span>, <span style=" color: #2B91AF;">IDbDataAdapter</span> {
<span style=" color: red;">protected override int AddToBatch(IDbCommand command);</span>
<span style=" color: red;">protected override void ClearBatch();</span>
<span style=" color: red;">protected override RowUpdatedEventArgs CreateRowUpdatedEvent(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping);</span>
<span style=" color: red;">protected override RowUpdatingEventArgs CreateRowUpdatingEvent(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping);</span>
<span style=" color: red;">protected override int ExecuteBatch();</span>
<span style=" color: red;">protected override IDataParameter GetBatchedParameter(int commandIdentifier, int parameterIndex);</span>
<span style=" color: red;">protected override bool GetBatchedRecordsAffected(int commandIdentifier, out int recordsAffected, out Exception error);</span>
<span style=" color: red;">protected override void InitializeBatching();</span>
<span style=" color: red;">protected override void TerminateBatching();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> SqlDataReader : <span style=" color: #2B91AF;">DbDataReader</span>, <span style=" color: red;">IDataReader, IDataRecord, </span><span style=" color: #2B91AF;">IDbColumnSchemaGenerator</span>, <span style=" color: #2B91AF;">IDisposable</span> {
<span style=" color: red;">public override void Close();</span>
<span style=" color: red;">protected override void Dispose(bool disposing);</span>
}
<span style=" color: red;">public sealed class SQLDebugging</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> SqlException : <span style=" color: #2B91AF;">DbException</span> {
<span style=" color: red;">public override string Message { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> SqlParameterCollection : <span style=" color: #2B91AF;">DbParameterCollection</span><span style=" color: red;">, ICollection, IDataParameterCollection, IEnumerable, IList</span> {
<span style=" color: red;">public SqlParameter Add(string parameterName, object value);</span>
}
}
<span style=" color: red;">namespace System.Deployment.Internal</span> {
<span style=" color: red;">public static class InternalActivationContextHelper</span>
<span style=" color: red;">public static class InternalApplicationIdentityHelper</span>
}
<span style=" color: blue;">namespace</span> System.Diagnostics {
<span style=" color: blue;">public</span> <span style=" color: blue;">static</span> <span style=" color: blue;">class</span> Debug {
<span style=" color: red;">public static TraceListenerCollection Listeners { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: red;">sealed</span><span style=" color: green;">static</span> <span style=" color: blue;">class</span> Debugger {
<span style=" color: red;">public Debugger();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ProcessModuleCollection : <span style=" color: #2B91AF;">ReadOnlyCollectionBase</span> {
<span style=" color: red;">public int Capacity { get; set; }</span>
<span style=" color: red;">public void Add(ProcessModule item);</span>
<span style=" color: red;">public void AddRange(IEnumerable&lt;ProcessModule&gt; collection);</span>
<span style=" color: red;">public ReadOnlyCollection&lt;ProcessModule&gt; AsReadOnly();</span>
<span style=" color: red;">public int BinarySearch(ProcessModule item);</span>
<span style=" color: red;">public int BinarySearch(ProcessModule item, IComparer&lt;ProcessModule&gt; comparer);</span>
<span style=" color: red;">public int BinarySearch(int index, int count, ProcessModule item, IComparer&lt;ProcessModule&gt; comparer);</span>
<span style=" color: red;">public void Clear();</span>
<span style=" color: red;">public List&lt;TOutput&gt; ConvertAll&lt;TOutput&gt;(Converter&lt;ProcessModule, TOutput&gt; converter);</span>
<span style=" color: red;">public void CopyTo(ProcessModule[] array);</span>
<span style=" color: red;">public void CopyTo(int index, ProcessModule[] array, int arrayIndex, int count);</span>
<span style=" color: red;">public bool Exists(Predicate&lt;ProcessModule&gt; match);</span>
<span style=" color: red;">public ProcessModule Find(Predicate&lt;ProcessModule&gt; match);</span>
<span style=" color: red;">public List&lt;ProcessModule&gt; FindAll(Predicate&lt;ProcessModule&gt; match);</span>
<span style=" color: red;">public int FindIndex(int startIndex, int count, Predicate&lt;ProcessModule&gt; match);</span>
<span style=" color: red;">public int FindIndex(int startIndex, Predicate&lt;ProcessModule&gt; match);</span>
<span style=" color: red;">public int FindIndex(Predicate&lt;ProcessModule&gt; match);</span>
<span style=" color: red;">public ProcessModule FindLast(Predicate&lt;ProcessModule&gt; match);</span>
<span style=" color: red;">public int FindLastIndex(int startIndex, int count, Predicate&lt;ProcessModule&gt; match);</span>
<span style=" color: red;">public int FindLastIndex(int startIndex, Predicate&lt;ProcessModule&gt; match);</span>
<span style=" color: red;">public int FindLastIndex(Predicate&lt;ProcessModule&gt; match);</span>
<span style=" color: red;">public void ForEach(Action&lt;ProcessModule&gt; action);</span>
<span style=" color: red;">public List&lt;ProcessModule&gt; GetRange(int index, int count);</span>
<span style=" color: red;">public int IndexOf(ProcessModule item, int index);</span>
<span style=" color: red;">public int IndexOf(ProcessModule item, int index, int count);</span>
<span style=" color: red;">public void Insert(int index, ProcessModule item);</span>
<span style=" color: red;">public void InsertRange(int index, IEnumerable&lt;ProcessModule&gt; collection);</span>
<span style=" color: red;">public int LastIndexOf(ProcessModule item);</span>
<span style=" color: red;">public int LastIndexOf(ProcessModule item, int index);</span>
<span style=" color: red;">public int LastIndexOf(ProcessModule item, int index, int count);</span>
<span style=" color: red;">public bool Remove(ProcessModule item);</span>
<span style=" color: red;">public int RemoveAll(Predicate&lt;ProcessModule&gt; match);</span>
<span style=" color: red;">public void RemoveAt(int index);</span>
<span style=" color: red;">public void RemoveRange(int index, int count);</span>
<span style=" color: red;">public void Reverse();</span>
<span style=" color: red;">public void Reverse(int index, int count);</span>
<span style=" color: red;">public void Sort();</span>
<span style=" color: red;">public void Sort(IComparer&lt;ProcessModule&gt; comparer);</span>
<span style=" color: red;">public void Sort(Comparison&lt;ProcessModule&gt; comparison);</span>
<span style=" color: red;">public void Sort(int index, int count, IComparer&lt;ProcessModule&gt; comparer);</span>
<span style=" color: red;">public ProcessModule[] ToArray();</span>
<span style=" color: red;">public void TrimExcess();</span>
<span style=" color: red;">public bool TrueForAll(Predicate&lt;ProcessModule&gt; match);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ProcessThreadCollection : <span style=" color: #2B91AF;">ReadOnlyCollectionBase</span> {
<span style=" color: red;">public int Capacity { get; set; }</span>
<span style=" color: red;">public void AddRange(IEnumerable&lt;ProcessThread&gt; collection);</span>
<span style=" color: red;">public ReadOnlyCollection&lt;ProcessThread&gt; AsReadOnly();</span>
<span style=" color: red;">public int BinarySearch(ProcessThread item);</span>
<span style=" color: red;">public int BinarySearch(ProcessThread item, IComparer&lt;ProcessThread&gt; comparer);</span>
<span style=" color: red;">public int BinarySearch(int index, int count, ProcessThread item, IComparer&lt;ProcessThread&gt; comparer);</span>
<span style=" color: red;">public void Clear();</span>
<span style=" color: red;">public List&lt;TOutput&gt; ConvertAll&lt;TOutput&gt;(Converter&lt;ProcessThread, TOutput&gt; converter);</span>
<span style=" color: red;">public void CopyTo(ProcessThread[] array);</span>
<span style=" color: red;">public void CopyTo(int index, ProcessThread[] array, int arrayIndex, int count);</span>
<span style=" color: red;">public bool Exists(Predicate&lt;ProcessThread&gt; match);</span>
<span style=" color: red;">public ProcessThread Find(Predicate&lt;ProcessThread&gt; match);</span>
<span style=" color: red;">public List&lt;ProcessThread&gt; FindAll(Predicate&lt;ProcessThread&gt; match);</span>
<span style=" color: red;">public int FindIndex(int startIndex, int count, Predicate&lt;ProcessThread&gt; match);</span>
<span style=" color: red;">public int FindIndex(int startIndex, Predicate&lt;ProcessThread&gt; match);</span>
<span style=" color: red;">public int FindIndex(Predicate&lt;ProcessThread&gt; match);</span>
<span style=" color: red;">public ProcessThread FindLast(Predicate&lt;ProcessThread&gt; match);</span>
<span style=" color: red;">public int FindLastIndex(int startIndex, int count, Predicate&lt;ProcessThread&gt; match);</span>
<span style=" color: red;">public int FindLastIndex(int startIndex, Predicate&lt;ProcessThread&gt; match);</span>
<span style=" color: red;">public int FindLastIndex(Predicate&lt;ProcessThread&gt; match);</span>
<span style=" color: red;">public void ForEach(Action&lt;ProcessThread&gt; action);</span>
<span style=" color: red;">public List&lt;ProcessThread&gt; GetRange(int index, int count);</span>
<span style=" color: red;">public int IndexOf(ProcessThread item, int index);</span>
<span style=" color: red;">public int IndexOf(ProcessThread item, int index, int count);</span>
<span style=" color: red;">public void InsertRange(int index, IEnumerable&lt;ProcessThread&gt; collection);</span>
<span style=" color: red;">public int LastIndexOf(ProcessThread item);</span>
<span style=" color: red;">public int LastIndexOf(ProcessThread item, int index);</span>
<span style=" color: red;">public int LastIndexOf(ProcessThread item, int index, int count);</span>
<span style=" color: red;">public int RemoveAll(Predicate&lt;ProcessThread&gt; match);</span>
<span style=" color: red;">public void RemoveAt(int index);</span>
<span style=" color: red;">public void RemoveRange(int index, int count);</span>
<span style=" color: red;">public void Reverse();</span>
<span style=" color: red;">public void Reverse(int index, int count);</span>
<span style=" color: red;">public void Sort();</span>
<span style=" color: red;">public void Sort(IComparer&lt;ProcessThread&gt; comparer);</span>
<span style=" color: red;">public void Sort(Comparison&lt;ProcessThread&gt; comparison);</span>
<span style=" color: red;">public void Sort(int index, int count, IComparer&lt;ProcessThread&gt; comparer);</span>
<span style=" color: red;">public ProcessThread[] ToArray();</span>
<span style=" color: red;">public void TrimExcess();</span>
<span style=" color: red;">public bool TrueForAll(Predicate&lt;ProcessThread&gt; match);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> StackTrace {
<span style=" color: red;">public StackTrace(Thread targetThread, bool needFileInfo);</span>
}
}
<span style=" color: red;">namespace System.Diagnostics.Contracts.Internal</span> {
<span style=" color: red;">public static class ContractHelper</span>
}
<span style=" color: blue;">namespace</span> System.IdentityModel.Selectors {
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> X509CertificateValidator {
<span style=" color: red;">public static X509CertificateValidator ChainTrust { get; }</span>
<span style=" color: red;">public static X509CertificateValidator None { get; }</span>
<span style=" color: red;">public static X509CertificateValidator PeerOrChainTrust { get; }</span>
<span style=" color: red;">public static X509CertificateValidator PeerTrust { get; }</span>
<span style=" color: red;">public static X509CertificateValidator CreateChainTrustValidator(bool useMachineContext, X509ChainPolicy chainPolicy);</span>
<span style=" color: red;">public static X509CertificateValidator CreatePeerOrChainTrustValidator(bool useMachineContext, X509ChainPolicy chainPolicy);</span>
}
}
<span style=" color: blue;">namespace</span> System.IO {
<span style=" color: blue;">public</span> <span style=" color: blue;">static</span> <span style=" color: blue;">class</span> Directory {
<span style=" color: red;">public static DirectoryInfo CreateDirectory(string path, DirectorySecurity directorySecurity);</span>
<span style=" color: red;">public static DirectorySecurity GetAccessControl(string path);</span>
<span style=" color: red;">public static DirectorySecurity GetAccessControl(string path, AccessControlSections includeSections);</span>
<span style=" color: red;">public static void SetAccessControl(string path, DirectorySecurity directorySecurity);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> DirectoryInfo : <span style=" color: #2B91AF;">FileSystemInfo</span> {
<span style=" color: red;">public void Create(DirectorySecurity directorySecurity);</span>
<span style=" color: red;">public DirectoryInfo CreateSubdirectory(string path, DirectorySecurity directorySecurity);</span>
<span style=" color: red;">public DirectorySecurity GetAccessControl();</span>
<span style=" color: red;">public DirectorySecurity GetAccessControl(AccessControlSections includeSections);</span>
<span style=" color: red;">public void SetAccessControl(DirectorySecurity directorySecurity);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">static</span> <span style=" color: blue;">class</span> File {
<span style=" color: red;">public static FileStream Create(string path, int bufferSize, FileOptions options, FileSecurity fileSecurity);</span>
<span style=" color: red;">public static FileSecurity GetAccessControl(string path);</span>
<span style=" color: red;">public static FileSecurity GetAccessControl(string path, AccessControlSections includeSections);</span>
<span style=" color: red;">public static void SetAccessControl(string path, FileSecurity fileSecurity);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> FileInfo : <span style=" color: #2B91AF;">FileSystemInfo</span> {
<span style=" color: red;">public FileSecurity GetAccessControl();</span>
<span style=" color: red;">public FileSecurity GetAccessControl(AccessControlSections includeSections);</span>
<span style=" color: red;">public void SetAccessControl(FileSecurity fileSecurity);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> FileStream : <span style=" color: #2B91AF;">Stream</span> {
<span style=" color: red;">public FileStream(string path, FileMode mode, FileSystemRights rights, FileShare share, int bufferSize, FileOptions options);</span>
<span style=" color: red;">public FileStream(string path, FileMode mode, FileSystemRights rights, FileShare share, int bufferSize, FileOptions options, FileSecurity fileSecurity);</span>
<span style=" color: red;">public FileSecurity GetAccessControl();</span>
<span style=" color: red;">public void SetAccessControl(FileSecurity fileSecurity);</span>
}
<span style=" color: red;">public class IODescriptionAttribute : DescriptionAttribute</span>
}
<span style=" color: blue;">namespace</span> System.IO.Compression {
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> DeflateStream : <span style=" color: #2B91AF;">Stream</span> {
<span style=" color: red;">~DeflateStream();</span>
}
}
<span style=" color: blue;">namespace</span> System.IO.Enumeration {
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> FileSystemEnumerator&lt;<span style=" color: #2B91AF;">TResult</span>&gt; : <span style=" color: #2B91AF;">CriticalFinalizerObject</span>, <span style=" color: #2B91AF;">IDisposable</span>, <span style=" color: #2B91AF;">IEnumerator</span>, <span style=" color: #2B91AF;">IEnumerator&lt;TResult&gt;</span> {
<span style=" color: red;">~FileSystemEnumerator();</span>
}
}
<span style=" color: blue;">namespace</span> System.IO.IsolatedStorage {
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> IsolatedStorage : <span style=" color: #2B91AF;">MarshalByRefObject</span> {
<span style=" color: red;">protected virtual IsolatedStoragePermission GetPermission(PermissionSet ps);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> IsolatedStorageFile : <span style=" color: #2B91AF;">IsolatedStorage</span>, <span style=" color: #2B91AF;">IDisposable</span> {
<span style=" color: red;">protected override IsolatedStoragePermission GetPermission(PermissionSet ps);</span>
<span style=" color: red;">public static IsolatedStorageFile GetStore(IsolatedStorageScope scope, Evidence domainEvidence, Type domainEvidenceType, Evidence assemblyEvidence, Type assemblyEvidenceType);</span>
}
<span style=" color: red;">public enum IsolatedStorageSecurityOptions</span>
<span style=" color: red;">public class IsolatedStorageSecurityState : SecurityState</span>
}
<span style=" color: blue;">namespace</span> System.IO.MemoryMappedFiles {
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> MemoryMappedFile : <span style=" color: #2B91AF;">IDisposable</span> {
<span style=" color: red;">public static MemoryMappedFile CreateFromFile(FileStream fileStream, string mapName, long capacity, MemoryMappedFileAccess access, MemoryMappedFileSecurity memoryMappedFileSecurity, HandleInheritability inheritability, bool leaveOpen);</span>
<span style=" color: red;">public static MemoryMappedFile CreateNew(string mapName, long capacity, MemoryMappedFileAccess access, MemoryMappedFileOptions options, MemoryMappedFileSecurity memoryMappedFileSecurity, HandleInheritability inheritability);</span>
<span style=" color: red;">public static MemoryMappedFile CreateOrOpen(string mapName, long capacity, MemoryMappedFileAccess access, MemoryMappedFileOptions options, MemoryMappedFileSecurity memoryMappedFileSecurity, HandleInheritability inheritability);</span>
<span style=" color: red;">public MemoryMappedFileSecurity GetAccessControl();</span>
<span style=" color: red;">public void SetAccessControl(MemoryMappedFileSecurity memoryMappedFileSecurity);</span>
}
<span style=" color: red;">public class MemoryMappedFileSecurity : ObjectSecurity&lt;MemoryMappedFileRights&gt;</span>
}
<span style=" color: blue;">namespace</span> System.IO.Pipes {
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> AnonymousPipeServerStream : <span style=" color: #2B91AF;">PipeStream</span> {
<span style=" color: red;">public AnonymousPipeServerStream(PipeDirection direction, HandleInheritability inheritability, int bufferSize, PipeSecurity pipeSecurity);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> NamedPipeClientStream : <span style=" color: #2B91AF;">PipeStream</span> {
<span style=" color: red;">public NamedPipeClientStream(string serverName, string pipeName, PipeAccessRights desiredAccessRights, PipeOptions options, TokenImpersonationLevel impersonationLevel, HandleInheritability inheritability);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> NamedPipeServerStream : <span style=" color: #2B91AF;">PipeStream</span> {
<span style=" color: red;">public NamedPipeServerStream(string pipeName, PipeDirection direction, int maxNumberOfServerInstances, PipeTransmissionMode transmissionMode, PipeOptions options, int inBufferSize, int outBufferSize, PipeSecurity pipeSecurity);</span>
<span style=" color: red;">public NamedPipeServerStream(string pipeName, PipeDirection direction, int maxNumberOfServerInstances, PipeTransmissionMode transmissionMode, PipeOptions options, int inBufferSize, int outBufferSize, PipeSecurity pipeSecurity, HandleInheritability inheritability);</span>
<span style=" color: red;">public NamedPipeServerStream(string pipeName, PipeDirection direction, int maxNumberOfServerInstances, PipeTransmissionMode transmissionMode, PipeOptions options, int inBufferSize, int outBufferSize, PipeSecurity pipeSecurity, HandleInheritability inheritability, PipeAccessRights additionalAccessRights);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> PipeStream : <span style=" color: #2B91AF;">Stream</span> {
<span style=" color: red;">public PipeSecurity GetAccessControl();</span>
<span style=" color: red;">public void SetAccessControl(PipeSecurity pipeSecurity);</span>
}
}
<span style=" color: red;">namespace System.Json</span> {
<span style=" color: red;">public class JsonArray : JsonValue, ICollection&lt;JsonValue&gt;, IEnumerable, IEnumerable&lt;JsonValue&gt;, IList&lt;JsonValue&gt;</span>
<span style=" color: red;">public class JsonObject : JsonValue, ICollection&lt;KeyValuePair&lt;string, JsonValue&gt;&gt;, IDictionary&lt;string, JsonValue&gt;, IEnumerable, IEnumerable&lt;KeyValuePair&lt;string, JsonValue&gt;&gt;</span>
<span style=" color: red;">public class JsonPrimitive : JsonValue</span>
<span style=" color: red;">public enum JsonType</span>
<span style=" color: red;">public abstract class JsonValue : IEnumerable</span>
}
<span style=" color: blue;">namespace</span> System.Linq {
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> EnumerableExecutor {
<span style=" color: red;">protected EnumerableExecutor();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> EnumerableQuery {
<span style=" color: red;">protected EnumerableQuery();</span>
}
}
<span style=" color: blue;">namespace</span> System.Linq.Expressions {
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> DynamicExpression : <span style=" color: #2B91AF;">Expression</span>, <span style=" color: #2B91AF;">IArgumentProvider</span>, <span style=" color: #2B91AF;">IDynamicExpression</span> {
<span style=" color: red;">public override bool CanReduce { get; }</span>
<span style=" color: red;">public override Expression Reduce();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> ElementInit : <span style=" color: #2B91AF;">IArgumentProvider</span> {
<span style=" color: red;">public int ArgumentCount { get; }</span>
<span style=" color: red;">public Expression GetArgument(int index);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> IndexExpression : <span style=" color: #2B91AF;">Expression</span>, <span style=" color: #2B91AF;">IArgumentProvider</span> {
<span style=" color: red;">public int ArgumentCount { get; }</span>
<span style=" color: red;">public Expression GetArgument(int index);</span>
}
<span style=" color: blue;">public</span> <span style=" color: green;">sealed </span><span style=" color: blue;">class</span> InvocationExpression : <span style=" color: #2B91AF;">Expression</span>, <span style=" color: #2B91AF;">IArgumentProvider</span> {
<span style=" color: red;">public virtual int ArgumentCount { get; }</span>
<span style=" color: red;">public virtual Expression GetArgument(int index);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> LambdaExpression : <span style=" color: #2B91AF;">Expression</span> {
<span style=" color: red;">public void CompileToMethod(MethodBuilder method);</span>
<span style=" color: red;">public void CompileToMethod(MethodBuilder method, DebugInfoGenerator debugInfoGenerator);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> MethodCallExpression : <span style=" color: #2B91AF;">Expression</span>, <span style=" color: #2B91AF;">IArgumentProvider</span> {
<span style=" color: red;">public virtual int ArgumentCount { get; }</span>
<span style=" color: red;">public virtual Expression GetArgument(int index);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> NewExpression : <span style=" color: #2B91AF;">Expression</span>, <span style=" color: #2B91AF;">IArgumentProvider</span> {
<span style=" color: red;">public int ArgumentCount { get; }</span>
<span style=" color: red;">public Expression GetArgument(int index);</span>
}
}
<span style=" color: blue;">namespace</span> System.Net {
<span style=" color: red;">public delegate IEnumerable&lt;string&gt; CipherSuitesCallback(SecurityProtocolType protocol, IEnumerable&lt;string&gt; allCiphers);</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> EndpointPermission {
<span style=" color: red;">public override string ToString();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> FtpWebRequest : <span style=" color: #2B91AF;">WebRequest</span> {
<span style=" color: red;">public override RequestCachePolicy CachePolicy { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> HttpListenerTimeoutManager {
<span style=" color: red;">public HttpListenerTimeoutManager();</span>
}
<span style=" color: blue;">public</span> <span style=" color: green;">static </span><span style=" color: blue;">class</span> HttpVersion {
<span style=" color: red;">public HttpVersion();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> HttpWebRequest : <span style=" color: #2B91AF;">WebRequest</span>, <span style=" color: #2B91AF;">ISerializable</span> {
<span style=" color: red;">public HttpWebRequest(Uri uri);</span>
<span style=" color: red;">public override Task&lt;Stream&gt; GetRequestStreamAsync();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> HttpWebResponse : <span style=" color: #2B91AF;">WebResponse</span>, <span style=" color: red;">IDisposable, </span><span style=" color: #2B91AF;">ISerializable</span> {
<span style=" color: red;">void System.IDisposable.Dispose();</span>
}
<span style=" color: red;">public interface ICertificatePolicy</span>
<span style=" color: red;">public class IPEndPointCollection : Collection&lt;IPEndPoint&gt;</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ServicePointManager {
<span style=" color: red;">public static ICertificatePolicy CertificatePolicy { get; set; }</span>
<span style=" color: red;">public static CipherSuitesCallback ClientCipherSuitesCallback { get; set; }</span>
<span style=" color: red;">public static CipherSuitesCallback ServerCipherSuitesCallback { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> TransportContext {
<span style=" color: red;">public virtual IEnumerable&lt;TokenBinding&gt; GetTlsTokenBindings();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> WebProxy : <span style=" color: #2B91AF;">ISerializable</span>, <span style=" color: #2B91AF;">IWebProxy</span> {
<span style=" color: red;">public static IWebProxy CreateDefaultProxy();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> WebRequest : <span style=" color: #2B91AF;">MarshalByRefObject</span>, <span style=" color: #2B91AF;">ISerializable</span> {
<span style=" color: red;">public virtual IWebRequestCreate CreatorInstance { get; }</span>
<span style=" color: red;">public static void RegisterPortableWebRequestCreator(IWebRequestCreate creator);</span>
}
}
<span style=" color: blue;">namespace</span> System.Net.NetworkInformation {
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> Ping : <span style=" color: #2B91AF;">Component</span><span style=" color: red;">, IDisposable</span> {
<span style=" color: red;">void System.IDisposable.Dispose();</span>
}
}
<span style=" color: blue;">namespace</span> System.Net.Sockets {
<span style=" color: red;">public enum SocketClientAccessPolicyProtocol</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">enum</span> SocketFlags {
<span style=" color: red;">MaxIOVectorLength = 16,</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> UnixDomainSocketEndPoint : <span style=" color: #2B91AF;">EndPoint</span> {
<span style=" color: red;">public override AddressFamily AddressFamily { get; }</span>
<span style=" color: red;">public override EndPoint Create(SocketAddress socketAddress);</span>
<span style=" color: red;">public override SocketAddress Serialize();</span>
<span style=" color: red;">public override string ToString();</span>
}
}
<span style=" color: blue;">namespace</span> System.Reflection {
<span style=" color: blue;">public</span> <span style=" color: green;">abstract </span><span style=" color: blue;">class</span> Assembly : <span style=" color: #2B91AF;">ICustomAttributeProvider</span>, <span style=" color: #2B91AF;">ISerializable</span> {
<span style=" color: red;">public virtual Evidence Evidence { get; }</span>
<span style=" color: red;">public static Assembly Load(byte[] rawAssembly, byte[] rawSymbolStore, Evidence securityEvidence);</span>
<span style=" color: red;">public static Assembly Load(byte[] rawAssembly, byte[] rawSymbolStore, SecurityContextSource securityContextSource);</span>
<span style=" color: red;">public static Assembly Load(AssemblyName assemblyRef, Evidence assemblySecurity);</span>
<span style=" color: red;">public static Assembly Load(string assemblyString, Evidence assemblySecurity);</span>
<span style=" color: red;">public static Assembly LoadFile(string path, Evidence securityEvidence);</span>
<span style=" color: red;">public static Assembly LoadFrom(string assemblyFile, Evidence securityEvidence);</span>
<span style=" color: red;">public static Assembly LoadFrom(string assemblyFile, Evidence securityEvidence, byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm);</span>
<span style=" color: red;">public static Assembly LoadWithPartialName(string partialName, Evidence securityEvidence);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> Binder {
<span style=" color: red;">public virtual bool CanChangeType(object value, Type type, CultureInfo culture);</span>
}
<span style=" color: red;">public sealed class MissingMetadataException : TypeAccessException</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> Module : <span style=" color: #2B91AF;">ICustomAttributeProvider</span>, <span style=" color: #2B91AF;">ISerializable</span> {
<span style=" color: red;">public virtual X509Certificate GetSignerCertificate();</span>
}
}
<span style=" color: blue;">namespace</span> System.Reflection.Emit {
<span style=" color: blue;">public</span> <span style=" color: green;">sealed </span><span style=" color: blue;">class</span> AssemblyBuilder : <span style=" color: #2B91AF;">Assembly</span> {
<span style=" color: red;">public override string EscapedCodeBase { get; }</span>
<span style=" color: red;">public override Evidence Evidence { get; }</span>
<span style=" color: red;">public void AddResourceFile(string name, string fileName);</span>
<span style=" color: red;">public void AddResourceFile(string name, string fileName, ResourceAttributes attribute);</span>
<span style=" color: red;">public ModuleBuilder DefineDynamicModule(string name, bool emitSymbolInfo);</span>
<span style=" color: red;">public ModuleBuilder DefineDynamicModule(string name, string fileName);</span>
<span style=" color: red;">public ModuleBuilder DefineDynamicModule(string name, string fileName, bool emitSymbolInfo);</span>
<span style=" color: red;">public IResourceWriter DefineResource(string name, string description, string fileName);</span>
<span style=" color: red;">public IResourceWriter DefineResource(string name, string description, string fileName, ResourceAttributes attribute);</span>
<span style=" color: red;">public void DefineUnmanagedResource(byte[] resource);</span>
<span style=" color: red;">public void DefineUnmanagedResource(string resourceFileName);</span>
<span style=" color: red;">public void DefineVersionInfoResource();</span>
<span style=" color: red;">public void DefineVersionInfoResource(string product, string productVersion, string company, string copyright, string trademark);</span>
<span style=" color: red;">public void Save(string assemblyFileName);</span>
<span style=" color: red;">public void Save(string assemblyFileName, PortableExecutableKinds portableExecutableKind, ImageFileMachine imageFileMachine);</span>
<span style=" color: red;">public void SetEntryPoint(MethodInfo entryMethod);</span>
<span style=" color: red;">public void SetEntryPoint(MethodInfo entryMethod, PEFileKinds fileKind);</span>
<span style=" color: red;">public override string ToString();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">enum</span> AssemblyBuilderAccess {
<span style=" color: red;">ReflectionOnly = 6,</span>
<span style=" color: red;">RunAndSave = 3,</span>
<span style=" color: red;">Save = 2,</span>
}
<span style=" color: blue;">public</span> <span style=" color: green;">sealed </span><span style=" color: blue;">class</span> ConstructorBuilder : <span style=" color: #2B91AF;">ConstructorInfo</span> {
<span style=" color: red;">public Type ReturnType { get; }</span>
<span style=" color: red;">public string Signature { get; }</span>
<span style=" color: red;">public void AddDeclarativeSecurity(SecurityAction action, PermissionSet pset);</span>
<span style=" color: red;">public Module GetModule();</span>
<span style=" color: red;">public MethodToken GetToken();</span>
<span style=" color: red;">public void SetMethodBody(byte[] il, int maxStack, byte[] localSignature, IEnumerable&lt;ExceptionHandler&gt; exceptionHandlers, IEnumerable&lt;int&gt; tokenFixups);</span>
<span style=" color: red;">public void SetSymCustomAttribute(string name, byte[] data);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> EnumBuilder : <span style=" color: red;">TypeInfo</span><span style=" color: green;">Type</span> {
<span style=" color: red;">public TypeToken TypeToken { get; }</span>
<span style=" color: red;">public Type CreateType();</span>
<span style=" color: red;">public override bool IsAssignableFrom(TypeInfo typeInfo);</span>
}
<span style=" color: blue;">public</span> <span style=" color: green;">sealed </span><span style=" color: blue;">class</span> EventBuilder {
<span style=" color: red;">public EventToken GetEventToken();</span>
}
<span style=" color: red;">public readonly struct EventToken : IEquatable&lt;EventToken&gt;</span>
<span style=" color: red;">public readonly struct ExceptionHandler : IEquatable&lt;ExceptionHandler&gt;</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> FieldBuilder : <span style=" color: #2B91AF;">FieldInfo</span> {
<span style=" color: red;">public override int MetadataToken { get; }</span>
<span style=" color: red;">public FieldToken GetToken();</span>
<span style=" color: red;">public void SetMarshal(UnmanagedMarshal unmanagedMarshal);</span>
}
<span style=" color: red;">public readonly struct FieldToken : IEquatable&lt;FieldToken&gt;</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> GenericTypeParameterBuilder : <span style=" color: red;">TypeInfo</span><span style=" color: green;">Type</span> {
<span style=" color: red;">public override Type[] GetGenericParameterConstraints();</span>
<span style=" color: red;">public override bool IsAssignableFrom(TypeInfo typeInfo);</span>
<span style=" color: red;">public override bool IsInstanceOfType(object o);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ILGenerator {
<span style=" color: red;">public virtual void MarkSequencePoint(ISymbolDocumentWriter document, int startLine, int startColumn, int endLine, int endColumn);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> LocalBuilder : <span style=" color: #2B91AF;">LocalVariableInfo</span> {
<span style=" color: red;">public void SetLocalSymInfo(string name);</span>
<span style=" color: red;">public void SetLocalSymInfo(string name, int startOffset, int endOffset);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> MethodBuilder : <span style=" color: #2B91AF;">MethodInfo</span> {
<span style=" color: red;">public string Signature { get; }</span>
<span style=" color: red;">public void AddDeclarativeSecurity(SecurityAction action, PermissionSet pset);</span>
<span style=" color: red;">public void CreateMethodBody(byte[] il, int count);</span>
<span style=" color: red;">public Module GetModule();</span>
<span style=" color: red;">public MethodToken GetToken();</span>
<span style=" color: red;">public void SetMarshal(UnmanagedMarshal unmanagedMarshal);</span>
<span style=" color: red;">public void SetMethodBody(byte[] il, int maxStack, byte[] localSignature, IEnumerable&lt;ExceptionHandler&gt; exceptionHandlers, IEnumerable&lt;int&gt; tokenFixups);</span>
<span style=" color: red;">public void SetSymCustomAttribute(string name, byte[] data);</span>
}
<span style=" color: red;">public class MethodRental : _MethodRental</span>
<span style=" color: red;">public readonly struct MethodToken : IEquatable&lt;MethodToken&gt;</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ModuleBuilder : <span style=" color: #2B91AF;">Module</span> {
<span style=" color: red;">public ISymbolDocumentWriter DefineDocument(string url, Guid language, Guid languageVendor, Guid documentType);</span>
<span style=" color: red;">public void DefineManifestResource(string name, Stream stream, ResourceAttributes attribute);</span>
<span style=" color: red;">public IResourceWriter DefineResource(string name, string description);</span>
<span style=" color: red;">public IResourceWriter DefineResource(string name, string description, ResourceAttributes attribute);</span>
<span style=" color: red;">public void DefineUnmanagedResource(byte[] resource);</span>
<span style=" color: red;">public void DefineUnmanagedResource(string resourceFileName);</span>
<span style=" color: red;">public MethodToken GetArrayMethodToken(Type arrayClass, string methodName, CallingConventions callingConvention, Type returnType, Type[] parameterTypes);</span>
<span style=" color: red;">public MethodToken GetConstructorToken(ConstructorInfo con);</span>
<span style=" color: red;">public MethodToken GetConstructorToken(ConstructorInfo constructor, IEnumerable&lt;Type&gt; optionalParameterTypes);</span>
<span style=" color: red;">public FieldToken GetFieldToken(FieldInfo field);</span>
<span style=" color: red;">protected override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers);</span>
<span style=" color: red;">public MethodToken GetMethodToken(MethodInfo method);</span>
<span style=" color: red;">public MethodToken GetMethodToken(MethodInfo method, IEnumerable&lt;Type&gt; optionalParameterTypes);</span>
<span style=" color: red;">public SignatureToken GetSignatureToken(byte[] sigBytes, int sigLength);</span>
<span style=" color: red;">public SignatureToken GetSignatureToken(SignatureHelper sigHelper);</span>
<span style=" color: red;">public StringToken GetStringConstant(string str);</span>
<span style=" color: red;">public ISymbolWriter GetSymWriter();</span>
<span style=" color: red;">public TypeToken GetTypeToken(string name);</span>
<span style=" color: red;">public TypeToken GetTypeToken(Type type);</span>
<span style=" color: red;">public bool IsTransient();</span>
<span style=" color: red;">public void SetSymCustomAttribute(string name, byte[] data);</span>
<span style=" color: red;">public void SetUserEntryPoint(MethodInfo entryPoint);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ParameterBuilder {
<span style=" color: red;">public virtual ParameterToken GetToken();</span>
<span style=" color: red;">public virtual void SetMarshal(UnmanagedMarshal unmanagedMarshal);</span>
}
<span style=" color: red;">public readonly struct ParameterToken : IEquatable&lt;ParameterToken&gt;</span>
<span style=" color: red;">public enum PEFileKinds</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> PropertyBuilder : <span style=" color: #2B91AF;">PropertyInfo</span> {
<span style=" color: red;">public PropertyToken PropertyToken { get; }</span>
}
<span style=" color: red;">public readonly struct PropertyToken : IEquatable&lt;PropertyToken&gt;</span>
<span style=" color: blue;">public</span> <span style=" color: green;">sealed </span><span style=" color: blue;">class</span> SignatureHelper<span style=" color: red;"> : _SignatureHelper</span> {
<span style=" color: red;">public static SignatureHelper GetMethodSigHelper(Module mod, CallingConvention unmanagedCallConv, Type returnType);</span>
<span style=" color: red;">public static SignatureHelper GetMethodSigHelper(CallingConvention unmanagedCallingConvention, Type returnType);</span>
<span style=" color: red;">void System.Runtime.InteropServices._SignatureHelper.GetIDsOfNames(ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);</span>
<span style=" color: red;">void System.Runtime.InteropServices._SignatureHelper.GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo);</span>
<span style=" color: red;">void System.Runtime.InteropServices._SignatureHelper.GetTypeInfoCount(out uint pcTInfo);</span>
<span style=" color: red;">void System.Runtime.InteropServices._SignatureHelper.Invoke(uint dispIdMember, ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);</span>
}
<span style=" color: red;">public readonly struct SignatureToken : IEquatable&lt;SignatureToken&gt;</span>
<span style=" color: red;">public readonly struct StringToken : IEquatable&lt;StringToken&gt;</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> TypeBuilder : <span style=" color: red;">TypeInfo</span><span style=" color: green;">Type</span> {
<span style=" color: red;">public override bool ContainsGenericParameters { get; }</span>
<span style=" color: red;">public TypeToken TypeToken { get; }</span>
<span style=" color: red;">public void AddDeclarativeSecurity(SecurityAction action, PermissionSet pset);</span>
<span style=" color: red;">public override bool IsAssignableFrom(TypeInfo typeInfo);</span>
<span style=" color: red;">protected override bool IsValueTypeImpl();</span>
}
<span style=" color: red;">public readonly struct TypeToken : IEquatable&lt;TypeToken&gt;</span>
<span style=" color: red;">public sealed class UnmanagedMarshal</span>
}
<span style=" color: blue;">namespace</span> System.Resources {
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ResourceManager {
<span style=" color: red;">protected Hashtable ResourceSets;</span>
<span style=" color: red;">protected string BaseNameField;</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ResourceSet : <span style=" color: #2B91AF;">IDisposable</span>, <span style=" color: #2B91AF;">IEnumerable</span> {
<span style=" color: red;">protected Hashtable Table;</span>
<span style=" color: red;">protected IResourceReader Reader;</span>
}
}
<span style=" color: blue;">namespace</span> System.Runtime.CompilerServices {
<span style=" color: red;">public static class CallSiteOps</span>
<span style=" color: red;">public sealed class Closure</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> ConditionalWeakTable&lt;<span style=" color: #2B91AF;">TKey</span>, <span style=" color: #2B91AF;">TValue</span>&gt; : <span style=" color: #2B91AF;">IEnumerable</span>, <span style=" color: #2B91AF;">IEnumerable&lt;KeyValuePair&lt;TKey, TValue&gt;&gt;</span> <span style=" color: blue;">where</span> <span style=" color: #2B91AF;">TKey</span> : <span style=" color: blue;">class</span> <span style=" color: blue;">where</span> <span style=" color: #2B91AF;">TValue</span> : <span style=" color: blue;">class</span> {
<span style=" color: red;">~ConditionalWeakTable();</span>
}
<span style=" color: red;">public class ExecutionScope</span>
<span style=" color: red;">public static class RuntimeOps</span>
}
<span style=" color: red;">namespace System.Runtime.Hosting</span> {
<span style=" color: red;">public sealed class ActivationArguments : EvidenceBase</span>
<span style=" color: red;">public class ApplicationActivator</span>
}
<span style=" color: blue;">namespace</span> System.Runtime.InteropServices {
<span style=" color: red;">public interface _Activator</span>
<span style=" color: red;">public interface _Assembly</span>
<span style=" color: red;">public interface _AssemblyName</span>
<span style=" color: red;">public interface _Attribute</span>
<span style=" color: red;">public interface _ConstructorInfo</span>
<span style=" color: red;">public interface _EventInfo</span>
<span style=" color: red;">public interface _Exception</span>
<span style=" color: red;">public interface _FieldInfo</span>
<span style=" color: red;">public interface _MemberInfo</span>
<span style=" color: red;">public interface _MethodBase</span>
<span style=" color: red;">public interface _MethodInfo</span>
<span style=" color: red;">public interface _MethodRental</span>
<span style=" color: red;">public interface _Module</span>
<span style=" color: red;">public interface _ParameterInfo</span>
<span style=" color: red;">public interface _PropertyInfo</span>
<span style=" color: red;">public interface _SignatureHelper</span>
<span style=" color: red;">public interface _Thread</span>
<span style=" color: red;">public interface _Type</span>
<span style=" color: red;">public enum AssemblyRegistrationFlags</span>
<span style=" color: red;">public struct BIND_OPTS</span>
<span style=" color: red;">public struct BINDPTR</span>
<span style=" color: red;">public enum CALLCONV</span>
<span style=" color: red;">public struct CONNECTDATA</span>
<span style=" color: red;">public enum DESCKIND</span>
<span style=" color: red;">public struct DISPPARAMS</span>
<span style=" color: red;">public struct ELEMDESC</span>
<span style=" color: red;">public struct EXCEPINFO</span>
<span style=" color: red;">public enum ExporterEventKind</span>
<span style=" color: red;">public sealed class ExtensibleClassFactory</span>
<span style=" color: red;">public struct FILETIME</span>
<span style=" color: red;">public struct FUNCDESC</span>
<span style=" color: red;">public enum FUNCFLAGS : short</span>
<span style=" color: red;">public enum FUNCKIND</span>
<span style=" color: red;">public sealed class IDispatchImplAttribute : Attribute</span>
<span style=" color: red;">public enum IDispatchImplType</span>
<span style=" color: red;">public struct IDLDESC</span>
<span style=" color: red;">public enum IDLFLAG : short</span>
<span style=" color: red;">public enum IMPLTYPEFLAGS</span>
<span style=" color: red;">public enum ImporterEventKind</span>
<span style=" color: red;">public enum INVOKEKIND</span>
<span style=" color: red;">public interface IRegistrationServices</span>
<span style=" color: red;">public enum LIBFLAGS : short</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">static</span> <span style=" color: blue;">class</span> Marshal {
<span style=" color: red;">public static IntPtr StringToAllocatedMemoryUTF8(string s);</span>
}
<span style=" color: red;">public delegate IntPtr ObjectCreationDelegate(IntPtr aggregator);</span>
<span style=" color: red;">public struct PARAMDESC</span>
<span style=" color: red;">public enum PARAMFLAG : short</span>
<span style=" color: red;">public enum RegistrationClassContext</span>
<span style=" color: red;">public enum RegistrationConnectionType</span>
<span style=" color: blue;">public</span> <span style=" color: green;">static </span><span style=" color: blue;">class</span> RuntimeEnvironment {
<span style=" color: red;">public RuntimeEnvironment();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> SafeHandle : <span style=" color: #2B91AF;">CriticalFinalizerObject</span>, <span style=" color: #2B91AF;">IDisposable</span> {
<span style=" color: red;">protected SafeHandle();</span>
}
<span style=" color: red;">public sealed class SetWin32ContextInIDispatchAttribute : Attribute</span>
<span style=" color: red;">public struct STATSTG</span>
<span style=" color: red;">public enum SYSKIND</span>
<span style=" color: red;">public struct TYPEATTR</span>
<span style=" color: red;">public struct TYPEDESC</span>
<span style=" color: red;">public enum TYPEFLAGS : short</span>
<span style=" color: red;">public enum TYPEKIND</span>
<span style=" color: red;">public struct TYPELIBATTR</span>
<span style=" color: red;">public struct VARDESC</span>
<span style=" color: red;">public enum VARFLAGS : short</span>
}
<span style=" color: red;">namespace System.Runtime.InteropServices.Expando</span> {
<span style=" color: red;">public interface IExpando : IReflect</span>
}
<span style=" color: blue;">namespace</span> System.Runtime.InteropServices.WindowsRuntime {
<span style=" color: red;">public class DesignerNamespaceResolveEventArgs : EventArgs</span>
<span style=" color: red;">public class NamespaceResolveEventArgs : EventArgs</span>
<span style=" color: red;">public static class WindowsRuntimeMetadata</span>
}
<span style=" color: blue;">namespace</span> System.Runtime.Remoting {
<span style=" color: red;">public class ActivatedClientTypeEntry : TypeEntry</span>
<span style=" color: red;">public class ActivatedServiceTypeEntry : TypeEntry</span>
<span style=" color: red;">public enum CustomErrorsModes</span>
<span style=" color: red;">public interface IChannelInfo</span>
<span style=" color: red;">public interface IEnvoyInfo</span>
<span style=" color: red;">public class InternalRemotingServices</span>
<span style=" color: red;">public interface IObjectHandle</span>
<span style=" color: red;">public interface IRemotingTypeInfo</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ObjectHandle : <span style=" color: #2B91AF;">MarshalByRefObject</span><span style=" color: red;">, IObjectHandle</span> {
<span style=" color: red;">public override object InitializeLifetimeService();</span>
}
<span style=" color: red;">public class ObjRef : IObjectReference, ISerializable</span>
<span style=" color: red;">public static class RemotingConfiguration</span>
<span style=" color: red;">public class RemotingException : SystemException</span>
<span style=" color: red;">public static class RemotingServices</span>
<span style=" color: red;">public class RemotingTimeoutException : RemotingException</span>
<span style=" color: red;">public class ServerException : SystemException</span>
<span style=" color: red;">public class SoapServices</span>
<span style=" color: red;">public class TypeEntry</span>
<span style=" color: red;">public class WellKnownClientTypeEntry : TypeEntry</span>
<span style=" color: red;">public enum WellKnownObjectMode</span>
<span style=" color: red;">public class WellKnownServiceTypeEntry : TypeEntry</span>
}
<span style=" color: red;">namespace System.Runtime.Remoting.Activation</span> {
<span style=" color: red;">public enum ActivatorLevel</span>
<span style=" color: red;">public interface IActivator</span>
<span style=" color: red;">public interface IConstructionCallMessage : IMessage, IMethodCallMessage, IMethodMessage</span>
<span style=" color: red;">public interface IConstructionReturnMessage : IMessage, IMethodMessage, IMethodReturnMessage</span>
<span style=" color: red;">public sealed class UrlAttribute : ContextAttribute</span>
}
<span style=" color: red;">namespace System.Runtime.Remoting.Channels</span> {
<span style=" color: red;">public abstract class BaseChannelObjectWithProperties : ICollection, IDictionary, IEnumerable</span>
<span style=" color: red;">public abstract class BaseChannelSinkWithProperties : BaseChannelObjectWithProperties</span>
<span style=" color: red;">public abstract class BaseChannelWithProperties : BaseChannelObjectWithProperties</span>
<span style=" color: red;">public class ChannelDataStore : IChannelDataStore</span>
<span style=" color: red;">public sealed class ChannelServices</span>
<span style=" color: red;">public class ClientChannelSinkStack : IClientChannelSinkStack, IClientResponseChannelSinkStack</span>
<span style=" color: red;">public interface IChannel</span>
<span style=" color: red;">public interface IChannelDataStore</span>
<span style=" color: red;">public interface IChannelReceiver : IChannel</span>
<span style=" color: red;">public interface IChannelReceiverHook</span>
<span style=" color: red;">public interface IChannelSender : IChannel</span>
<span style=" color: red;">public interface IChannelSinkBase</span>
<span style=" color: red;">public interface IClientChannelSink : IChannelSinkBase</span>
<span style=" color: red;">public interface IClientChannelSinkProvider</span>
<span style=" color: red;">public interface IClientChannelSinkStack : IClientResponseChannelSinkStack</span>
<span style=" color: red;">public interface IClientFormatterSink : IChannelSinkBase, IClientChannelSink, IMessageSink</span>
<span style=" color: red;">public interface IClientFormatterSinkProvider : IClientChannelSinkProvider</span>
<span style=" color: red;">public interface IClientResponseChannelSinkStack</span>
<span style=" color: red;">public interface ISecurableChannel</span>
<span style=" color: red;">public interface IServerChannelSink : IChannelSinkBase</span>
<span style=" color: red;">public interface IServerChannelSinkProvider</span>
<span style=" color: red;">public interface IServerChannelSinkStack : IServerResponseChannelSinkStack</span>
<span style=" color: red;">public interface IServerFormatterSinkProvider : IServerChannelSinkProvider</span>
<span style=" color: red;">public interface IServerResponseChannelSinkStack</span>
<span style=" color: red;">public interface ITransportHeaders</span>
<span style=" color: red;">public class ServerChannelSinkStack : IServerChannelSinkStack, IServerResponseChannelSinkStack</span>
<span style=" color: red;">public enum ServerProcessing</span>
<span style=" color: red;">public class SinkProviderData</span>
<span style=" color: red;">public class TransportHeaders : ITransportHeaders</span>
}
<span style=" color: red;">namespace System.Runtime.Remoting.Contexts</span> {
<span style=" color: red;">public class Context</span>
<span style=" color: red;">public class ContextAttribute : Attribute, IContextAttribute, IContextProperty</span>
<span style=" color: red;">public class ContextProperty</span>
<span style=" color: red;">public delegate void CrossContextDelegate();</span>
<span style=" color: red;">public interface IContextAttribute</span>
<span style=" color: red;">public interface IContextProperty</span>
<span style=" color: red;">public interface IContextPropertyActivator</span>
<span style=" color: red;">public interface IContributeClientContextSink</span>
<span style=" color: red;">public interface IContributeDynamicSink</span>
<span style=" color: red;">public interface IContributeEnvoySink</span>
<span style=" color: red;">public interface IContributeObjectSink</span>
<span style=" color: red;">public interface IContributeServerContextSink</span>
<span style=" color: red;">public interface IDynamicMessageSink</span>
<span style=" color: red;">public interface IDynamicProperty</span>
<span style=" color: red;">public class SynchronizationAttribute : ContextAttribute, IContributeClientContextSink, IContributeServerContextSink</span>
}
<span style=" color: red;">namespace System.Runtime.Remoting.Lifetime</span> {
<span style=" color: red;">public class ClientSponsor : MarshalByRefObject, ISponsor</span>
<span style=" color: red;">public interface ILease</span>
<span style=" color: red;">public interface ISponsor</span>
<span style=" color: red;">public enum LeaseState</span>
<span style=" color: red;">public sealed class LifetimeServices</span>
}
<span style=" color: red;">namespace System.Runtime.Remoting.Messaging</span> {
<span style=" color: red;">public class AsyncResult : IAsyncResult, IMessageSink</span>
<span style=" color: red;">public sealed class CallContext</span>
<span style=" color: red;">public class ConstructionCall : MethodCall, IConstructionCallMessage, IMessage, IMethodCallMessage, IMethodMessage</span>
<span style=" color: red;">public class ConstructionResponse : MethodResponse, IConstructionReturnMessage, IMessage, IMethodMessage, IMethodReturnMessage</span>
<span style=" color: red;">public class Header</span>
<span style=" color: red;">public delegate object HeaderHandler(Header[] headers);</span>
<span style=" color: red;">public interface ILogicalThreadAffinative</span>
<span style=" color: red;">public interface IMessage</span>
<span style=" color: red;">public interface IMessageCtrl</span>
<span style=" color: red;">public interface IMessageSink</span>
<span style=" color: red;">public interface IMethodCallMessage : IMessage, IMethodMessage</span>
<span style=" color: red;">public interface IMethodMessage : IMessage</span>
<span style=" color: red;">public interface IMethodReturnMessage : IMessage, IMethodMessage</span>
<span style=" color: red;">public class InternalMessageWrapper</span>
<span style=" color: red;">public interface IRemotingFormatter : IFormatter</span>
<span style=" color: red;">public sealed class LogicalCallContext : ICloneable, ISerializable</span>
<span style=" color: red;">public delegate bool MessageSurrogateFilter(string key, object value);</span>
<span style=" color: red;">public class MethodCall : IMessage, IMethodCallMessage, IMethodMessage, ISerializable</span>
<span style=" color: red;">public class MethodCallMessageWrapper : InternalMessageWrapper, IMessage, IMethodCallMessage, IMethodMessage</span>
<span style=" color: red;">public class MethodResponse : IMessage, IMethodMessage, IMethodReturnMessage, ISerializable</span>
<span style=" color: red;">public class MethodReturnMessageWrapper : InternalMessageWrapper, IMessage, IMethodMessage, IMethodReturnMessage</span>
<span style=" color: red;">public class OneWayAttribute : Attribute</span>
<span style=" color: red;">public class RemotingSurrogateSelector : ISurrogateSelector</span>
<span style=" color: red;">public class ReturnMessage : IMessage, IMethodMessage, IMethodReturnMessage</span>
}
<span style=" color: red;">namespace System.Runtime.Remoting.Metadata</span> {
<span style=" color: red;">public class SoapAttribute : Attribute</span>
<span style=" color: red;">public sealed class SoapFieldAttribute : SoapAttribute</span>
<span style=" color: red;">public sealed class SoapMethodAttribute : SoapAttribute</span>
<span style=" color: red;">public enum SoapOption</span>
<span style=" color: red;">public sealed class SoapParameterAttribute : SoapAttribute</span>
<span style=" color: red;">public sealed class SoapTypeAttribute : SoapAttribute</span>
<span style=" color: red;">public enum XmlFieldOrderOption</span>
}
<span style=" color: red;">namespace System.Runtime.Remoting.Metadata.W3cXsd2001</span> {
<span style=" color: red;">public interface ISoapXsd</span>
<span style=" color: red;">public sealed class SoapAnyUri : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapBase64Binary : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapDate : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapDateTime</span>
<span style=" color: red;">public sealed class SoapDay : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapDuration</span>
<span style=" color: red;">public sealed class SoapEntities : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapEntity : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapHexBinary : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapId : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapIdref : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapIdrefs : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapInteger : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapLanguage : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapMonth : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapMonthDay : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapName : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapNcName : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapNegativeInteger : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapNmtoken : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapNmtokens : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapNonNegativeInteger : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapNonPositiveInteger : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapNormalizedString : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapNotation : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapPositiveInteger : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapQName : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapTime : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapToken : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapYear : ISoapXsd</span>
<span style=" color: red;">public sealed class SoapYearMonth : ISoapXsd</span>
}
<span style=" color: red;">namespace System.Runtime.Remoting.Proxies</span> {
<span style=" color: red;">public class ProxyAttribute : Attribute, IContextAttribute</span>
<span style=" color: red;">public abstract class RealProxy</span>
}
<span style=" color: red;">namespace System.Runtime.Remoting.Services</span> {
<span style=" color: red;">public sealed class EnterpriseServicesHelper</span>
<span style=" color: red;">public interface ITrackingHandler</span>
<span style=" color: red;">public class TrackingServices</span>
}
<span style=" color: blue;">namespace</span> System.Runtime.Serialization {
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> DataContractSerializer : <span style=" color: #2B91AF;">XmlObjectSerializer</span> {
<span style=" color: red;">public DataContractSerializer(Type type, IEnumerable&lt;Type&gt; knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, IDataContractSurrogate dataContractSurrogate);</span>
<span style=" color: red;">public DataContractSerializer(Type type, IEnumerable&lt;Type&gt; knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, IDataContractSurrogate dataContractSurrogate, DataContractResolver dataContractResolver);</span>
<span style=" color: red;">public DataContractSerializer(Type type, string rootName, string rootNamespace, IEnumerable&lt;Type&gt; knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, IDataContractSurrogate dataContractSurrogate);</span>
<span style=" color: red;">public DataContractSerializer(Type type, string rootName, string rootNamespace, IEnumerable&lt;Type&gt; knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, IDataContractSurrogate dataContractSurrogate, DataContractResolver dataContractResolver);</span>
<span style=" color: red;">public DataContractSerializer(Type type, XmlDictionaryString rootName, XmlDictionaryString rootNamespace, IEnumerable&lt;Type&gt; knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, IDataContractSurrogate dataContractSurrogate);</span>
<span style=" color: red;">public DataContractSerializer(Type type, XmlDictionaryString rootName, XmlDictionaryString rootNamespace, IEnumerable&lt;Type&gt; knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, IDataContractSurrogate dataContractSurrogate, DataContractResolver dataContractResolver);</span>
<span style=" color: red;">public IDataContractSurrogate DataContractSurrogate { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> DataContractSerializerSettings {
<span style=" color: red;">public IDataContractSurrogate DataContractSurrogate { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ExportOptions {
<span style=" color: red;">public IDataContractSurrogate DataContractSurrogate { get; set; }</span>
}
<span style=" color: red;">public interface IDataContractSurrogate</span>
<span style=" color: red;">public sealed class NetDataContractSerializer : XmlObjectSerializer, IFormatter</span>
<span style=" color: red;">public delegate void SerializationEventHandler(StreamingContext context);</span>
}
<span style=" color: blue;">namespace</span> System.Runtime.Serialization.Formatters {
<span style=" color: red;">public sealed class InternalRM</span>
<span style=" color: red;">public sealed class InternalST</span>
<span style=" color: red;">public interface ISoapMessage</span>
<span style=" color: red;">public sealed class ServerFault</span>
<span style=" color: red;">public sealed class SoapFault : ISerializable</span>
<span style=" color: red;">public class SoapMessage : ISoapMessage</span>
}
<span style=" color: blue;">namespace</span> System.Runtime.Serialization.Formatters.Binary {
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> BinaryFormatter : <span style=" color: #2B91AF;">IFormatter</span><span style=" color: red;">, IRemotingFormatter</span> {
<span style=" color: red;">public object Deserialize(Stream serializationStream, HeaderHandler handler);</span>
<span style=" color: red;">public object DeserializeMethodResponse(Stream serializationStream, HeaderHandler handler, IMethodCallMessage methodCallMessage);</span>
<span style=" color: red;">public void Serialize(Stream serializationStream, object graph, Header[] headers);</span>
<span style=" color: red;">public object UnsafeDeserialize(Stream serializationStream, HeaderHandler handler);</span>
<span style=" color: red;">public object UnsafeDeserializeMethodResponse(Stream serializationStream, HeaderHandler handler, IMethodCallMessage methodCallMessage);</span>
}
}
<span style=" color: blue;">namespace</span> System.Runtime.Serialization.Json {
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> DataContractJsonSerializer : <span style=" color: #2B91AF;">XmlObjectSerializer</span> {
<span style=" color: red;">public DataContractJsonSerializer(Type type, IEnumerable&lt;Type&gt; knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, IDataContractSurrogate dataContractSurrogate, bool alwaysEmitTypeInformation);</span>
<span style=" color: red;">public DataContractJsonSerializer(Type type, string rootName, IEnumerable&lt;Type&gt; knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, IDataContractSurrogate dataContractSurrogate, bool alwaysEmitTypeInformation);</span>
<span style=" color: red;">public DataContractJsonSerializer(Type type, XmlDictionaryString rootName, IEnumerable&lt;Type&gt; knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, IDataContractSurrogate dataContractSurrogate, bool alwaysEmitTypeInformation);</span>
<span style=" color: red;">public IDataContractSurrogate DataContractSurrogate { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> DataContractJsonSerializerSettings {
<span style=" color: red;">public IDataContractSurrogate DataContractSurrogate { get; set; }</span>
}
}
<span style=" color: blue;">namespace</span> System.Runtime.Versioning {
<span style=" color: red;">public static class CompatibilitySwitch</span>
}
<span style=" color: blue;">namespace</span> System.Security {
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> CodeAccessPermission : <span style=" color: #2B91AF;">IPermission</span>, <span style=" color: #2B91AF;">ISecurityEncodable</span>, <span style=" color: #2B91AF;">IStackWalk</span> {
<span style=" color: red;">void System.Security.IPermission.Demand();</span>
<span style=" color: red;">void System.Security.IStackWalk.Assert();</span>
<span style=" color: red;">void System.Security.IStackWalk.Demand();</span>
<span style=" color: red;">void System.Security.IStackWalk.Deny();</span>
<span style=" color: red;">void System.Security.IStackWalk.PermitOnly();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> HostProtectionException : <span style=" color: #2B91AF;">SystemException</span> {
<span style=" color: red;">public override void GetObjectData(SerializationInfo info, StreamingContext context);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> SecurityException : <span style=" color: #2B91AF;">SystemException</span> {
<span style=" color: red;">public SecurityException(string message, object deny, object permitOnly, MethodInfo method, object demanded, IPermission permThatFailed);</span>
<span style=" color: red;">public SecurityAction Action { get; set; }</span>
<span style=" color: red;">public IPermission FirstPermissionThatFailed { get; set; }</span>
<span style=" color: red;">public SecurityZone Zone { get; set; }</span>
}
}
<span style=" color: blue;">namespace</span> System.Security.AccessControl {
<span style=" color: red;">public sealed class CryptoKeyAccessRule : AccessRule</span>
<span style=" color: red;">public sealed class CryptoKeyAuditRule : AuditRule</span>
<span style=" color: red;">public enum CryptoKeyRights</span>
<span style=" color: red;">public sealed class CryptoKeySecurity : NativeObjectSecurity</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> GenericSecurityDescriptor {
<span style=" color: red;">protected GenericSecurityDescriptor();</span>
}
}
<span style=" color: blue;">namespace</span> System.Security.Authentication.ExtendedProtection {
<span style=" color: red;">public class TokenBinding</span>
<span style=" color: red;">public enum TokenBindingType</span>
}
<span style=" color: blue;">namespace</span> System.Security.Cryptography {
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> CngKey : <span style=" color: #2B91AF;">IDisposable</span> {
<span style=" color: red;">public CngKey();</span>
}
<span style=" color: red;">public sealed class CryptoAPITransform : ICryptoTransform, IDisposable</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> CspKeyContainerInfo {
<span style=" color: red;">public CryptoKeySecurity CryptoKeySecurity { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> CspParameters {
<span style=" color: red;">public CspParameters(int providerType, string providerName, string keyContainerName, CryptoKeySecurity cryptoKeySecurity, IntPtr parentWindowHandle);</span>
<span style=" color: red;">public CspParameters(int providerType, string providerName, string keyContainerName, CryptoKeySecurity cryptoKeySecurity, SecureString keyPassword);</span>
<span style=" color: red;">public CryptoKeySecurity CryptoKeySecurity { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> DSACryptoServiceProvider : <span style=" color: #2B91AF;">DSA</span>, <span style=" color: #2B91AF;">ICspAsymmetricAlgorithm</span> {
<span style=" color: red;">~DSACryptoServiceProvider();</span>
}
<span style=" color: red;">public class HMACRIPEMD160 : HMAC</span>
<span style=" color: red;">public class MACTripleDES : KeyedHashAlgorithm</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> MD5CryptoServiceProvider : <span style=" color: #2B91AF;">MD5</span> {
<span style=" color: red;">~MD5CryptoServiceProvider();</span>
}
<span style=" color: red;">public sealed class RijndaelManagedTransform : ICryptoTransform, IDisposable</span>
<span style=" color: red;">public abstract class RIPEMD160 : HashAlgorithm</span>
<span style=" color: red;">public class RIPEMD160Managed : RIPEMD160</span>
<span style=" color: blue;">public</span> <span style=" color: green;">sealed </span><span style=" color: blue;">class</span> RNGCryptoServiceProvider : <span style=" color: #2B91AF;">RandomNumberGenerator</span> {
<span style=" color: red;">~RNGCryptoServiceProvider();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> RSACryptoServiceProvider : <span style=" color: #2B91AF;">RSA</span>, <span style=" color: #2B91AF;">ICspAsymmetricAlgorithm</span> {
<span style=" color: red;">~RSACryptoServiceProvider();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> SHA1CryptoServiceProvider : <span style=" color: #2B91AF;">SHA1</span> {
<span style=" color: red;">~SHA1CryptoServiceProvider();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> SHA1Managed : <span style=" color: #2B91AF;">SHA1</span> {
<span style=" color: red;">~SHA1Managed();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> SHA256Managed : <span style=" color: #2B91AF;">SHA256</span> {
<span style=" color: red;">~SHA256Managed();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> SHA384Managed : <span style=" color: #2B91AF;">SHA384</span> {
<span style=" color: red;">~SHA384Managed();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> SHA512Managed : <span style=" color: #2B91AF;">SHA512</span> {
<span style=" color: red;">~SHA512Managed();</span>
}
}
<span style=" color: blue;">namespace</span> System.Security.Cryptography.Pkcs {
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> EnvelopedCms {
<span style=" color: red;">public EnvelopedCms(SubjectIdentifierType recipientIdentifierType, ContentInfo contentInfo);</span>
<span style=" color: red;">public EnvelopedCms(SubjectIdentifierType recipientIdentifierType, ContentInfo contentInfo, AlgorithmIdentifier encryptionAlgorithm);</span>
<span style=" color: red;">public void Encrypt();</span>
}
}
<span style=" color: blue;">namespace</span> System.Security.Cryptography.X509Certificates {
<span style=" color: red;">public enum TrustStatus</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> X509Chain : <span style=" color: #2B91AF;">IDisposable</span> {
<span style=" color: red;">~X509Chain();</span>
}
}
<span style=" color: blue;">namespace</span> System.Security.Permissions {
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> KeyContainerPermissionAccessEntryCollection : <span style=" color: #2B91AF;">ICollection</span>, <span style=" color: #2B91AF;">IEnumerable</span> {
<span style=" color: red;">void System.Collections.ICollection.CopyTo(Array array, int index);</span>
}
}
<span style=" color: blue;">namespace</span> System.Security.Policy {
<span style=" color: red;">public sealed class ApplicationSecurityInfo</span>
<span style=" color: red;">public static class ApplicationSecurityManager</span>
<span style=" color: red;">public interface IApplicationTrustManager : ISecurityEncodable</span>
}
<span style=" color: blue;">namespace</span> System.Security.Principal {
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> IdentityReferenceCollection : <span style=" color: #2B91AF;">ICollection&lt;IdentityReference&gt;</span>, <span style=" color: #2B91AF;">IEnumerable</span>, <span style=" color: #2B91AF;">IEnumerable&lt;IdentityReference&gt;</span> {
<span style=" color: red;">public bool IsReadOnly { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> WindowsIdentity : <span style=" color: #2B91AF;">ClaimsIdentity</span>, <span style=" color: #2B91AF;">IDeserializationCallback</span>, <span style=" color: #2B91AF;">IDisposable</span>, <span style=" color: red;">IIdentity, </span><span style=" color: #2B91AF;">ISerializable</span> {
<span style=" color: red;">public WindowsIdentity(string sUserPrincipalName, string type);</span>
<span style=" color: red;">public virtual WindowsImpersonationContext Impersonate();</span>
<span style=" color: red;">public static WindowsImpersonationContext Impersonate(IntPtr userToken);</span>
}
<span style=" color: red;">public class WindowsImpersonationContext : IDisposable</span>
}
<span style=" color: blue;">namespace</span> System.ServiceModel {
<span style=" color: red;">public enum AddressFilterMode</span>
<span style=" color: red;">public enum AuditLevel</span>
<span style=" color: red;">public enum AuditLogLocation</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> BasicHttpBinding : <span style=" color: #2B91AF;">HttpBindingBase</span><span style=" color: red;">, IBindingRuntimePreferences</span> {
<span style=" color: red;">public WSMessageEncoding MessageEncoding { get; set; }</span>
<span style=" color: red;">public override string Scheme { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> BasicHttpsBinding : <span style=" color: #2B91AF;">HttpBindingBase</span><span style=" color: red;">, IBindingRuntimePreferences</span> {
<span style=" color: red;">public WSMessageEncoding MessageEncoding { get; set; }</span>
<span style=" color: red;">public override string Scheme { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> BasicHttpsSecurity {
<span style=" color: red;">public BasicHttpsSecurity();</span>
<span style=" color: red;">public BasicHttpMessageSecurity Message { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> CallbackBehaviorAttribute : <span style=" color: #2B91AF;">Attribute</span>, <span style=" color: #2B91AF;">IEndpointBehavior</span> {
<span style=" color: red;">public ConcurrencyMode ConcurrencyMode { get; set; }</span>
<span style=" color: red;">public bool IgnoreExtensionDataObject { get; set; }</span>
<span style=" color: red;">public bool IncludeExceptionDetailInFaults { get; set; }</span>
<span style=" color: red;">public int MaxItemsInObjectGraph { get; set; }</span>
<span style=" color: red;">public string TransactionTimeout { get; set; }</span>
<span style=" color: red;">public bool ValidateMustUnderstand { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ChannelFactory&lt;<span style=" color: #2B91AF;">TChannel</span>&gt; : <span style=" color: #2B91AF;">ChannelFactory</span>, <span style=" color: #2B91AF;">IChannelFactory</span>, <span style=" color: #2B91AF;">IChannelFactory&lt;TChannel&gt;</span>, <span style=" color: #2B91AF;">ICommunicationObject</span> {
<span style=" color: red;">public ChannelFactory();</span>
<span style=" color: red;">public ChannelFactory(Binding binding);</span>
<span style=" color: red;">public ChannelFactory(Binding binding, string remoteAddress);</span>
<span style=" color: red;">public static TChannel CreateChannel(Binding binding, EndpointAddress endpointAddress);</span>
<span style=" color: red;">public static TChannel CreateChannel(Binding binding, EndpointAddress endpointAddress, Uri via);</span>
<span style=" color: red;">protected static TChannel CreateChannel(string endpointConfigurationName);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> ClientBase&lt;<span style=" color: #2B91AF;">TChannel</span>&gt; : <span style=" color: #2B91AF;">ICommunicationObject</span>, <span style=" color: #2B91AF;">IDisposable</span> <span style=" color: blue;">where</span> <span style=" color: #2B91AF;">TChannel</span> : <span style=" color: blue;">class</span> {
<span style=" color: red;">protected ClientBase(InstanceContext callbackInstance);</span>
<span style=" color: red;">protected ClientBase(InstanceContext callbackInstance, Binding binding, EndpointAddress remoteAddress);</span>
<span style=" color: red;">protected ClientBase(InstanceContext callbackInstance, ServiceEndpoint endpoint);</span>
<span style=" color: red;">protected ClientBase(InstanceContext callbackInstance, string endpointConfigurationName);</span>
<span style=" color: red;">protected ClientBase(InstanceContext callbackInstance, string endpointConfigurationName, EndpointAddress remoteAddress);</span>
<span style=" color: red;">protected ClientBase(InstanceContext callbackInstance, string endpointConfigurationName, string remoteAddress);</span>
<span style=" color: red;">public void DisplayInitializationUI();</span>
<span style=" color: red;">public void Open();</span>
<span style=" color: blue;">protected</span> <span style=" color: red;">internal </span><span style=" color: blue;">class</span> ChannelBase&lt;<span style=" color: #2B91AF;">T</span>&gt; : <span style=" color: #2B91AF;">IChannel</span>, <span style=" color: #2B91AF;">IClientChannel</span>, <span style=" color: #2B91AF;">ICommunicationObject</span>, <span style=" color: #2B91AF;">IContextChannel</span>, <span style=" color: #2B91AF;">IDisposable</span>, <span style=" color: #2B91AF;">IExtensibleObject&lt;IContextChannel&gt;</span>, <span style=" color: #2B91AF;">IOutputChannel</span>, <span style=" color: #2B91AF;">IRequestChannel</span> <span style=" color: blue;">where</span> <span style=" color: #2B91AF;">T</span> : <span style=" color: blue;">class</span> {
<span style=" color: red;">public bool AllowInitializationUI { get; set; }</span>
<span style=" color: red;">public bool AllowOutputBatching { get; set; }</span>
<span style=" color: red;">public bool DidInteractiveInitialization { get; }</span>
<span style=" color: red;">public IInputSession InputSession { get; }</span>
<span style=" color: red;">public EndpointAddress LocalAddress { get; }</span>
<span style=" color: red;">public TimeSpan OperationTimeout { get; set; }</span>
<span style=" color: red;">public IOutputSession OutputSession { get; }</span>
<span style=" color: red;">public EndpointAddress RemoteAddress { get; }</span>
<span style=" color: red;">public string SessionId { get; }</span>
<span style=" color: red;">public Uri Via { get; }</span>
<span style=" color: red;">public event EventHandler&lt;UnknownMessageReceivedEventArgs&gt; UnknownMessageReceived;</span>
<span style=" color: red;">public IAsyncResult BeginDisplayInitializationUI(AsyncCallback callback, object state);</span>
<span style=" color: red;">public void DisplayInitializationUI();</span>
<span style=" color: red;">public void Dispose();</span>
<span style=" color: red;">public void EndDisplayInitializationUI(IAsyncResult result);</span>
<span style=" color: red;">protected object Invoke(string methodName, object[] args);</span>
}
}
<span style=" color: red;">public enum ConcurrencyMode</span>
<span style=" color: red;">public enum DeadLetterQueue</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> DuplexChannelFactory&lt;<span style=" color: #2B91AF;">TChannel</span>&gt; : <span style=" color: #2B91AF;">ChannelFactory&lt;TChannel&gt;</span> {
<span style=" color: red;">public DuplexChannelFactory(object callbackObject);</span>
<span style=" color: red;">public DuplexChannelFactory(object callbackObject, Binding binding);</span>
<span style=" color: red;">public DuplexChannelFactory(object callbackObject, Binding binding, EndpointAddress remoteAddress);</span>
<span style=" color: red;">public DuplexChannelFactory(object callbackObject, Binding binding, string remoteAddress);</span>
<span style=" color: red;">public DuplexChannelFactory(object callbackObject, ServiceEndpoint endpoint);</span>
<span style=" color: red;">public DuplexChannelFactory(object callbackObject, string endpointConfigurationName);</span>
<span style=" color: red;">public DuplexChannelFactory(object callbackObject, string endpointConfigurationName, EndpointAddress remoteAddress);</span>
<span style=" color: red;">public DuplexChannelFactory(InstanceContext callbackInstance);</span>
<span style=" color: red;">public DuplexChannelFactory(InstanceContext callbackInstance, ServiceEndpoint endpoint);</span>
<span style=" color: red;">public DuplexChannelFactory(Type callbackInstanceType);</span>
<span style=" color: red;">public DuplexChannelFactory(Type callbackInstanceType, Binding binding);</span>
<span style=" color: red;">public DuplexChannelFactory(Type callbackInstanceType, Binding binding, EndpointAddress remoteAddress);</span>
<span style=" color: red;">public DuplexChannelFactory(Type callbackInstanceType, Binding binding, string remoteAddress);</span>
<span style=" color: red;">public DuplexChannelFactory(Type callbackInstanceType, ServiceEndpoint endpoint);</span>
<span style=" color: red;">public DuplexChannelFactory(Type callbackInstanceType, string endpointConfigurationName);</span>
<span style=" color: red;">public DuplexChannelFactory(Type callbackInstanceType, string endpointConfigurationName, EndpointAddress remoteAddress);</span>
<span style=" color: red;">public static TChannel CreateChannel(object callbackObject, Binding binding, EndpointAddress endpointAddress);</span>
<span style=" color: red;">public static TChannel CreateChannel(object callbackObject, Binding binding, EndpointAddress endpointAddress, Uri via);</span>
<span style=" color: red;">public static TChannel CreateChannel(object callbackObject, string endpointConfigurationName);</span>
<span style=" color: red;">public static TChannel CreateChannel(InstanceContext callbackInstance, Binding binding, EndpointAddress endpointAddress);</span>
<span style=" color: red;">public static TChannel CreateChannel(InstanceContext callbackInstance, Binding binding, EndpointAddress endpointAddress, Uri via);</span>
<span style=" color: red;">public static TChannel CreateChannel(InstanceContext callbackInstance, string endpointConfigurationName);</span>
}
<span style=" color: blue;">public</span> <span style=" color: green;">abstract </span><span style=" color: blue;">class</span> DuplexClientBase&lt;<span style=" color: #2B91AF;">TChannel</span>&gt; : <span style=" color: #2B91AF;">ClientBase&lt;TChannel&gt;</span> <span style=" color: blue;">where</span> <span style=" color: #2B91AF;">TChannel</span> : <span style=" color: blue;">class</span> {
<span style=" color: red;">protected DuplexClientBase(object callbackInstance);</span>
<span style=" color: red;">protected DuplexClientBase(object callbackInstance, Binding binding, EndpointAddress remoteAddress);</span>
<span style=" color: red;">protected DuplexClientBase(object callbackInstance, ServiceEndpoint endpoint);</span>
<span style=" color: red;">protected DuplexClientBase(object callbackInstance, string endpointConfigurationName);</span>
<span style=" color: red;">protected DuplexClientBase(object callbackInstance, string endpointConfigurationName, EndpointAddress remoteAddress);</span>
<span style=" color: red;">protected DuplexClientBase(object callbackInstance, string endpointConfigurationName, string remoteAddress);</span>
<span style=" color: red;">protected DuplexClientBase(InstanceContext callbackInstance, ServiceEndpoint endpoint);</span>
<span style=" color: red;">public IDuplexContextChannel InnerDuplexChannel { get; }</span>
<span style=" color: red;">protected override TChannel CreateChannel();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> EndpointAddress {
<span style=" color: red;">public EndpointAddress(Uri uri, EndpointIdentity identity, AddressHeaderCollection headers);</span>
<span style=" color: red;">public EndpointAddress(Uri uri, EndpointIdentity identity, AddressHeaderCollection headers, XmlDictionaryReader metadataReader, XmlDictionaryReader extensionReader);</span>
<span style=" color: red;">public XmlDictionaryReader GetReaderAtExtensions();</span>
<span style=" color: red;">public XmlDictionaryReader GetReaderAtMetadata();</span>
<span style=" color: red;">public static EndpointAddress ReadFrom(AddressingVersion addressingVersion, XmlDictionaryReader reader, XmlDictionaryString localName, XmlDictionaryString ns);</span>
<span style=" color: red;">public static EndpointAddress ReadFrom(AddressingVersion addressingVersion, XmlReader reader);</span>
<span style=" color: red;">public static EndpointAddress ReadFrom(AddressingVersion addressingVersion, XmlReader reader, string localName, string ns);</span>
<span style=" color: red;">public static EndpointAddress ReadFrom(XmlDictionaryReader reader);</span>
<span style=" color: red;">public static EndpointAddress ReadFrom(XmlDictionaryReader reader, XmlDictionaryString localName, XmlDictionaryString ns);</span>
<span style=" color: red;">public void WriteContentsTo(AddressingVersion addressingVersion, XmlWriter writer);</span>
<span style=" color: red;">public void WriteTo(AddressingVersion addressingVersion, XmlDictionaryWriter writer);</span>
<span style=" color: red;">public void WriteTo(AddressingVersion addressingVersion, XmlDictionaryWriter writer, XmlDictionaryString localName, XmlDictionaryString ns);</span>
<span style=" color: red;">public void WriteTo(AddressingVersion addressingVersion, XmlWriter writer);</span>
<span style=" color: red;">public void WriteTo(AddressingVersion addressingVersion, XmlWriter writer, string localName, string ns);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> EndpointNotFoundException : <span style=" color: #2B91AF;">CommunicationException</span> {
<span style=" color: red;">public EndpointNotFoundException();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> ExtensionCollection&lt;<span style=" color: #2B91AF;">T</span>&gt; : <span style=" color: #2B91AF;">SynchronizedCollection&lt;IExtension&lt;T&gt;&gt;</span>, <span style=" color: #2B91AF;">ICollection&lt;IExtension&lt;T&gt;&gt;</span>, <span style=" color: #2B91AF;">IEnumerable</span>, <span style=" color: #2B91AF;">IEnumerable&lt;IExtension&lt;T&gt;&gt;</span>, <span style=" color: #2B91AF;">IExtensionCollection&lt;T&gt;</span> <span style=" color: blue;">where</span> <span style=" color: #2B91AF;">T</span> : <span style=" color: #2B91AF;">IExtensibleObject&lt;T&gt;</span> {
<span style=" color: red;">bool System.Collections.Generic.ICollection&lt;System.ServiceModel.IExtension&lt;T&gt;&gt;.IsReadOnly { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> FaultCode {
<span style=" color: red;">public static FaultCode CreateReceiverFaultCode(FaultCode subCode);</span>
<span style=" color: red;">public static FaultCode CreateReceiverFaultCode(string name, string ns);</span>
<span style=" color: red;">public static FaultCode CreateSenderFaultCode(string name, string ns);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> FaultContractAttribute : <span style=" color: #2B91AF;">Attribute</span> {
<span style=" color: red;">public bool HasProtectionLevel { get; }</span>
<span style=" color: red;">public ProtectionLevel ProtectionLevel { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> FaultException : <span style=" color: #2B91AF;">CommunicationException</span> {
<span style=" color: red;">public FaultException(MessageFault fault);</span>
<span style=" color: red;">public FaultException(FaultReason reason);</span>
<span style=" color: red;">public FaultException(FaultReason reason, FaultCode code);</span>
<span style=" color: red;">public FaultException(string reason);</span>
<span style=" color: red;">public FaultException(string reason, FaultCode code);</span>
<span style=" color: red;">public FaultException(string reason, FaultCode code, string action);</span>
<span style=" color: red;">public override void GetObjectData(SerializationInfo info, StreamingContext context);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> FaultException&lt;<span style=" color: #2B91AF;">TDetail</span>&gt; : <span style=" color: #2B91AF;">FaultException</span> {
<span style=" color: red;">public FaultException(TDetail detail, FaultReason reason, FaultCode code);</span>
<span style=" color: red;">public FaultException(TDetail detail, string reason);</span>
<span style=" color: red;">public FaultException(TDetail detail, string reason, FaultCode code);</span>
<span style=" color: red;">public FaultException(TDetail detail, string reason, FaultCode code, string action);</span>
<span style=" color: red;">public override void GetObjectData(SerializationInfo info, StreamingContext context);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> FaultReason {
<span style=" color: red;">public SynchronizedReadOnlyCollection&lt;FaultReasonText&gt; Translations { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> FaultReasonText {
<span style=" color: red;">public FaultReasonText(string text, CultureInfo cultureInfo);</span>
}
<span style=" color: red;">public enum HostNameComparisonMode</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> HttpBindingBase : <span style=" color: #2B91AF;">Binding</span><span style=" color: red;">, IBindingRuntimePreferences</span> {
<span style=" color: red;">protected HttpBindingBase();</span>
<span style=" color: red;">public HostNameComparisonMode HostNameComparisonMode { get; set; }</span>
<span style=" color: red;">bool System.ServiceModel.Channels.IBindingRuntimePreferences.ReceiveSynchronously { get; }</span>
<span style=" color: red;">public abstract override BindingElementCollection CreateBindingElements();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> HttpTransportSecurity {
<span style=" color: red;">public string Realm { get; set; }</span>
}
<span style=" color: red;">public interface IDuplexContextChannel : IChannel, ICommunicationObject, IContextChannel, IExtensibleObject&lt;IContextChannel&gt;</span>
<span style=" color: red;">public enum ImpersonationOption</span>
<span style=" color: red;">public enum InstanceContextMode</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> MessageContractAttribute : <span style=" color: #2B91AF;">Attribute</span> {
<span style=" color: red;">public bool HasProtectionLevel { get; }</span>
<span style=" color: red;">public ProtectionLevel ProtectionLevel { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> MessageContractMemberAttribute : <span style=" color: #2B91AF;">Attribute</span> {
<span style=" color: red;">public bool HasProtectionLevel { get; }</span>
<span style=" color: red;">public ProtectionLevel ProtectionLevel { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> MessageHeaderAttribute : <span style=" color: #2B91AF;">MessageContractMemberAttribute</span> {
<span style=" color: red;">public string Actor { get; set; }</span>
<span style=" color: red;">public bool Relay { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> MessageHeaderException : <span style=" color: #2B91AF;">ProtocolException</span> {
<span style=" color: red;">public MessageHeaderException();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> MessageSecurityVersion {
<span style=" color: red;">public static MessageSecurityVersion Default { get; }</span>
<span style=" color: red;">public static MessageSecurityVersion WSSecurity10WSTrust13WSSecureConversation13WSSecurityPolicy12BasicSecurityProfile10 { get; }</span>
<span style=" color: red;">public static MessageSecurityVersion WSSecurity11WSTrust13WSSecureConversation13WSSecurityPolicy12 { get; }</span>
<span style=" color: red;">public static MessageSecurityVersion WSSecurity11WSTrust13WSSecureConversation13WSSecurityPolicy12BasicSecurityProfile10 { get; }</span>
}
<span style=" color: red;">public enum MsmqAuthenticationMode</span>
<span style=" color: red;">public enum MsmqEncryptionAlgorithm</span>
<span style=" color: red;">public enum MsmqSecureHashAlgorithm</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> NetHttpBinding : <span style=" color: #2B91AF;">HttpBindingBase</span> {
<span style=" color: red;">public NetHttpBinding(BasicHttpSecurityMode securityMode, bool reliableSessionEnabled);</span>
<span style=" color: red;">public OptionalReliableSession ReliableSession { get; set; }</span>
<span style=" color: red;">public override string Scheme { get; }</span>
<span style=" color: red;">public bool ShouldSerializeReliableSession();</span>
<span style=" color: red;">public bool ShouldSerializeSecurity();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> NetHttpsBinding : <span style=" color: #2B91AF;">HttpBindingBase</span> {
<span style=" color: red;">public NetHttpsBinding(BasicHttpsSecurityMode securityMode, bool reliableSessionEnabled);</span>
<span style=" color: red;">public NetHttpsBinding(string configurationName);</span>
<span style=" color: red;">public OptionalReliableSession ReliableSession { get; set; }</span>
<span style=" color: red;">public override string Scheme { get; }</span>
<span style=" color: red;">public bool ShouldSerializeReliableSession();</span>
<span style=" color: red;">public bool ShouldSerializeSecurity();</span>
}
<span style=" color: red;">public enum NetMsmqSecurityMode</span>
<span style=" color: red;">public enum NetNamedPipeSecurityMode</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> NetTcpBinding : <span style=" color: #2B91AF;">Binding</span><span style=" color: red;">, IBindingRuntimePreferences</span> {
<span style=" color: red;">public NetTcpBinding(SecurityMode securityMode, bool reliableSessionEnabled);</span>
<span style=" color: red;">public HostNameComparisonMode HostNameComparisonMode { get; set; }</span>
<span style=" color: red;">public int ListenBacklog { get; set; }</span>
<span style=" color: red;">public int MaxConnections { get; set; }</span>
<span style=" color: red;">public bool PortSharingEnabled { get; set; }</span>
<span style=" color: red;">public OptionalReliableSession ReliableSession { get; }</span>
<span style=" color: red;">bool System.ServiceModel.Channels.IBindingRuntimePreferences.ReceiveSynchronously { get; }</span>
<span style=" color: red;">public bool TransactionFlow { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> OperationContext : <span style=" color: #2B91AF;">IExtensibleObject&lt;OperationContext&gt;</span> {
<span style=" color: red;">public InstanceContext InstanceContext { get; }</span>
<span style=" color: red;">public string SessionId { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> OperationContractAttribute : <span style=" color: #2B91AF;">Attribute</span> {
<span style=" color: red;">public bool HasProtectionLevel { get; }</span>
<span style=" color: red;">public ProtectionLevel ProtectionLevel { get; set; }</span>
}
<span style=" color: red;">public class OptionalReliableSession : ReliableSession</span>
<span style=" color: red;">public class PeerHopCountAttribute</span>
<span style=" color: red;">public enum PeerMessageOrigination</span>
<span style=" color: red;">public enum PeerMessagePropagation</span>
<span style=" color: red;">public enum PeerTransportCredentialType</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ProtocolException : <span style=" color: #2B91AF;">CommunicationException</span> {
<span style=" color: red;">public ProtocolException();</span>
}
<span style=" color: red;">public enum QueuedDeliveryRequirementsMode</span>
<span style=" color: red;">public enum QueueTransferProtocol</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> QuotaExceededException : <span style=" color: red;">SystemException</span><span style=" color: green;">Exception</span> {
<span style=" color: red;">public QuotaExceededException();</span>
}
<span style=" color: red;">public enum ReceiveErrorHandling</span>
<span style=" color: red;">public enum ReleaseInstanceMode</span>
<span style=" color: red;">public abstract class ReliableMessagingVersion</span>
<span style=" color: red;">public class ReliableSession</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ServerTooBusyException : <span style=" color: #2B91AF;">CommunicationException</span> {
<span style=" color: red;">public ServerTooBusyException();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ServiceActivationException : <span style=" color: #2B91AF;">CommunicationException</span> {
<span style=" color: red;">public ServiceActivationException();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> ServiceContractAttribute : <span style=" color: #2B91AF;">Attribute</span> {
<span style=" color: red;">public bool HasProtectionLevel { get; }</span>
<span style=" color: red;">public ProtectionLevel ProtectionLevel { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> TcpTransportSecurity {
<span style=" color: red;">public ProtectionLevel ProtectionLevel { get; set; }</span>
}
<span style=" color: red;">public enum TransactionFlowOption</span>
<span style=" color: red;">public class UriSchemeKeyedCollection : SynchronizedKeyedCollection&lt;string, Uri&gt;</span>
<span style=" color: red;">public class WebHttpBinding : Binding, IBindingRuntimePreferences</span>
<span style=" color: red;">public sealed class WebHttpSecurity</span>
<span style=" color: red;">public enum WebHttpSecurityMode</span>
<span style=" color: red;">public enum WSDualHttpSecurityMode</span>
<span style=" color: red;">public enum WSFederationHttpSecurityMode</span>
<span style=" color: red;">public enum WSMessageEncoding</span>
}
<span style=" color: red;">namespace System.ServiceModel.Activation</span> {
<span style=" color: red;">public enum AspNetCompatibilityRequirementsMode</span>
}
<span style=" color: red;">namespace System.ServiceModel.Activation.Configuration</span> {
<span style=" color: red;">public class Dummy</span>
}
<span style=" color: blue;">namespace</span> System.ServiceModel.Channels {
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> AddressHeader {
<span style=" color: red;">public static AddressHeader CreateAddressHeader(object value);</span>
<span style=" color: red;">public static AddressHeader CreateAddressHeader(object value, XmlObjectSerializer serializer);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> BindingContext {
<span style=" color: red;">public BindingContext(CustomBinding binding, BindingParameterCollection parameters, Uri listenUriBaseAddress, string listenUriRelativeAddress, ListenUriMode listenUriMode);</span>
<span style=" color: red;">public Uri ListenUriBaseAddress { get; set; }</span>
<span style=" color: red;">public ListenUriMode ListenUriMode { get; set; }</span>
<span style=" color: red;">public string ListenUriRelativeAddress { get; set; }</span>
}
<span style=" color: red;">public class ChannelPoolSettings</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> CommunicationObject : <span style=" color: #2B91AF;">ICommunicationObject</span> {
<span style=" color: red;">protected void ThrowIfDisposed();</span>
<span style=" color: red;">protected void ThrowIfDisposedOrImmutable();</span>
<span style=" color: red;">protected void ThrowIfDisposedOrNotOpen();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> ConnectionOrientedTransportBindingElement : <span style=" color: #2B91AF;">TransportBindingElement</span><span style=" color: red;">, IPolicyExportExtension, IWsdlExportExtension</span> {
<span style=" color: red;">public TimeSpan ChannelInitializationTimeout { get; set; }</span>
<span style=" color: red;">public HostNameComparisonMode HostNameComparisonMode { get; set; }</span>
<span style=" color: red;">public TimeSpan MaxOutputDelay { get; set; }</span>
<span style=" color: red;">public int MaxPendingAccepts { get; set; }</span>
<span style=" color: red;">public int MaxPendingConnections { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> CustomBinding : <span style=" color: #2B91AF;">Binding</span> {
<span style=" color: red;">public CustomBinding(string configurationName);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> FaultConverter {
<span style=" color: red;">public bool TryCreateFaultMessage(Exception exception, out Message message);</span>
}
<span style=" color: red;">public class HttpCookieContainerBindingElement : BindingElement</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> HttpResponseMessageProperty : <span style=" color: #2B91AF;">IMessageProperty</span> {
<span style=" color: red;">public bool SuppressEntityBody { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> HttpTransportBindingElement : <span style=" color: #2B91AF;">TransportBindingElement</span><span style=" color: red;">, IPolicyExportExtension, IWsdlExportExtension</span> {
<span style=" color: red;">public bool DecompressionEnabled { get; set; }</span>
<span style=" color: red;">public HostNameComparisonMode HostNameComparisonMode { get; set; }</span>
<span style=" color: red;">public object LegacyExtendedProtectionPolicy { get; set; }</span>
<span style=" color: red;">public string Realm { get; set; }</span>
<span style=" color: red;">public bool UnsafeConnectionNtlmAuthentication { get; set; }</span>
}
<span style=" color: red;">public interface IBindingDeliveryCapabilities</span>
<span style=" color: red;">public interface IBindingRuntimePreferences</span>
<span style=" color: red;">public interface ITransportTokenAssertionProvider</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> Message : <span style=" color: #2B91AF;">IDisposable</span> {
<span style=" color: red;">public static Message CreateMessage(MessageVersion version, MessageFault fault, string action);</span>
<span style=" color: red;">public static Message CreateMessage(MessageVersion version, FaultCode faultCode, string reason, object detail, string action);</span>
<span style=" color: red;">public static Message CreateMessage(MessageVersion version, FaultCode faultCode, string reason, string action);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> MessageFault {
<span style=" color: red;">public static MessageFault CreateFault(FaultCode code, FaultReason reason);</span>
<span style=" color: red;">public static MessageFault CreateFault(FaultCode code, FaultReason reason, object detail);</span>
<span style=" color: red;">public static MessageFault CreateFault(FaultCode code, FaultReason reason, object detail, XmlObjectSerializer serializer);</span>
<span style=" color: red;">public static MessageFault CreateFault(FaultCode code, FaultReason reason, object detail, XmlObjectSerializer serializer, string actor);</span>
<span style=" color: red;">public static MessageFault CreateFault(FaultCode code, FaultReason reason, object detail, XmlObjectSerializer serializer, string actor, string node);</span>
<span style=" color: red;">public static MessageFault CreateFault(FaultCode code, string reason);</span>
<span style=" color: red;">public void WriteTo(XmlDictionaryWriter writer, EnvelopeVersion version);</span>
<span style=" color: red;">public void WriteTo(XmlWriter writer, EnvelopeVersion version);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> MessageProperties : <span style=" color: #2B91AF;">ICollection&lt;KeyValuePair&lt;string, object&gt;&gt;</span>, <span style=" color: #2B91AF;">IDictionary&lt;string, object&gt;</span>, <span style=" color: #2B91AF;">IDisposable</span>, <span style=" color: #2B91AF;">IEnumerable</span>, <span style=" color: #2B91AF;">IEnumerable&lt;KeyValuePair&lt;string, object&gt;&gt;</span> {
<span style=" color: red;">public bool IsReadOnly { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> MessageVersion {
<span style=" color: red;">public static MessageVersion Soap11WSAddressing10 { get; }</span>
<span style=" color: red;">public static MessageVersion Soap12 { get; }</span>
}
<span style=" color: red;">public class PrivacyNoticeBindingElementImporter</span>
<span style=" color: red;">public sealed class ReliableSessionBindingElement : BindingElement</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> SecurityBindingElement : <span style=" color: #2B91AF;">BindingElement</span> {
<span style=" color: red;">public static SecurityBindingElement CreateSecureConversationBindingElement(SecurityBindingElement bootstrapSecurity, bool requireCancellation);</span>
<span style=" color: red;">public static SecurityBindingElement CreateSecureConversationBindingElement(SecurityBindingElement bootstrapSecurity, bool requireCancellation, ChannelProtectionRequirements bootstrapProtectionRequirements);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">enum</span> SecurityHeaderLayout {
<span style=" color: red;">LaxTimestampFirst = 2,</span>
<span style=" color: red;">LaxTimestampLast = 3,</span>
}
<span style=" color: red;">public enum SupportedAddressingMode</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> TcpTransportBindingElement : <span style=" color: #2B91AF;">ConnectionOrientedTransportBindingElement</span> {
<span style=" color: red;">public int ListenBacklog { get; set; }</span>
<span style=" color: red;">public bool PortSharingEnabled { get; set; }</span>
<span style=" color: red;">public bool TeredoEnabled { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> TextMessageEncodingBindingElement : <span style=" color: #2B91AF;">MessageEncodingBindingElement</span><span style=" color: red;">, IPolicyExportExtension, IWsdlExportExtension</span> {
<span style=" color: red;">public int MaxReadPoolSize { get; set; }</span>
<span style=" color: red;">public int MaxWritePoolSize { get; set; }</span>
}
<span style=" color: red;">public enum TransferSession</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> TransportBindingElement : <span style=" color: #2B91AF;">BindingElement</span> {
<span style=" color: red;">public virtual long MaxBufferPoolSize { get; set; }</span>
}
<span style=" color: red;">public static class UrlUtility</span>
<span style=" color: red;">public class UseManagedPresentationBindingElementImporter</span>
<span style=" color: red;">public sealed class WebBodyFormatMessageProperty : IMessageProperty</span>
<span style=" color: red;">public enum WebContentFormat</span>
<span style=" color: red;">public abstract class WebContentTypeMapper</span>
<span style=" color: red;">public sealed class WebMessageEncodingBindingElement : MessageEncodingBindingElement</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> WebSocketTransportSettings : <span style=" color: #2B91AF;">IEquatable&lt;WebSocketTransportSettings&gt;</span> {
<span style=" color: red;">public const string BinaryEncoderTransferModeHeader = null;</span>
<span style=" color: red;">public const string ConnectionOpenedAction = null;</span>
<span style=" color: red;">public const string SoapContentTypeHeader = null;</span>
<span style=" color: red;">public bool CreateNotificationOnConnection { get; set; }</span>
<span style=" color: red;">public int MaxPendingConnections { get; set; }</span>
<span style=" color: red;">public int ReceiveBufferSize { get; set; }</span>
<span style=" color: red;">public int SendBufferSize { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> WindowsStreamSecurityBindingElement : <span style=" color: #2B91AF;">BindingElement</span><span style=" color: red;">, IPolicyExportExtension, ISecurityCapabilities, ITransportTokenAssertionProvider</span> {
<span style=" color: red;">public WindowsStreamSecurityBindingElement(WindowsStreamSecurityBindingElement other);</span>
<span style=" color: red;">public ProtectionLevel ProtectionLevel { get; set; }</span>
<span style=" color: red;">ProtectionLevel System.ServiceModel.Channels.ISecurityCapabilities.SupportedRequestProtectionLevel { get; }</span>
<span style=" color: red;">ProtectionLevel System.ServiceModel.Channels.ISecurityCapabilities.SupportedResponseProtectionLevel { get; }</span>
<span style=" color: red;">bool System.ServiceModel.Channels.ISecurityCapabilities.SupportsClientAuthentication { get; }</span>
<span style=" color: red;">bool System.ServiceModel.Channels.ISecurityCapabilities.SupportsClientWindowsIdentity { get; }</span>
<span style=" color: red;">bool System.ServiceModel.Channels.ISecurityCapabilities.SupportsServerAuthentication { get; }</span>
}
<span style=" color: red;">public class XmlSerializerImportOptions</span>
}
<span style=" color: blue;">namespace</span> System.ServiceModel.Description {
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ContractDescription {
<span style=" color: red;">public KeyedByTypeCollection&lt;IContractBehavior&gt; Behaviors { get; }</span>
<span style=" color: red;">public bool HasProtectionLevel { get; }</span>
<span style=" color: red;">public ProtectionLevel ProtectionLevel { get; set; }</span>
<span style=" color: red;">public SessionMode SessionMode { get; set; }</span>
<span style=" color: red;">public static ContractDescription GetContract(Type contractType, object serviceImplementation);</span>
<span style=" color: red;">public static ContractDescription GetContract(Type contractType, Type serviceType);</span>
<span style=" color: red;">public Collection&lt;ContractDescription&gt; GetInheritedContracts();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> DataContractSerializerOperationBehavior : <span style=" color: #2B91AF;">IOperationBehavior</span><span style=" color: red;">, IWsdlExportExtension</span> {
<span style=" color: red;">public bool IgnoreExtensionDataObject { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> FaultDescription {
<span style=" color: red;">public bool HasProtectionLevel { get; }</span>
<span style=" color: red;">public ProtectionLevel ProtectionLevel { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> FaultDescriptionCollection : <span style=" color: #2B91AF;">Collection&lt;FaultDescription&gt;</span> {
<span style=" color: red;">public FaultDescription Find(string action);</span>
<span style=" color: red;">public Collection&lt;FaultDescription&gt; FindAll(string action);</span>
}
<span style=" color: red;">public interface IPolicyExportExtension</span>
<span style=" color: red;">public interface IPolicyImportExtension</span>
<span style=" color: red;">public interface IWsdlExportExtension</span>
<span style=" color: red;">public interface IWsdlImportExtension</span>
<span style=" color: red;">public enum ListenUriMode</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> MessageDescription {
<span style=" color: red;">public bool HasProtectionLevel { get; }</span>
<span style=" color: red;">public ProtectionLevel ProtectionLevel { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> MessagePartDescription {
<span style=" color: red;">public bool HasProtectionLevel { get; }</span>
<span style=" color: red;">public ProtectionLevel ProtectionLevel { get; set; }</span>
}
<span style=" color: red;">public enum MetadataExchangeClientMode</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> OperationDescription {
<span style=" color: red;">public MethodInfo BeginMethod { get; set; }</span>
<span style=" color: red;">public MethodInfo EndMethod { get; set; }</span>
<span style=" color: red;">public bool HasProtectionLevel { get; }</span>
<span style=" color: red;">public bool IsInitiating { get; set; }</span>
<span style=" color: red;">public bool IsTerminating { get; set; }</span>
<span style=" color: red;">public ProtectionLevel ProtectionLevel { get; set; }</span>
<span style=" color: red;">public MethodInfo SyncMethod { get; set; }</span>
}
<span style=" color: red;">public enum PrincipalPermissionMode</span>
<span style=" color: red;">public enum ServiceContractGenerationOptions</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> ServiceEndpoint {
<span style=" color: red;">public KeyedByTypeCollection&lt;IEndpointBehavior&gt; Behaviors { get; }</span>
<span style=" color: red;">public bool IsSystemEndpoint { get; set; }</span>
<span style=" color: red;">public Uri ListenUri { get; set; }</span>
<span style=" color: red;">public ListenUriMode ListenUriMode { get; set; }</span>
}
<span style=" color: red;">public class WebHttpBehavior : IEndpointBehavior</span>
}
<span style=" color: blue;">namespace</span> System.ServiceModel.Dispatcher {
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> ClientOperation {
<span style=" color: red;">public MethodInfo BeginMethod { get; set; }</span>
<span style=" color: red;">public MethodInfo EndMethod { get; set; }</span>
<span style=" color: red;">public bool IsInitiating { get; set; }</span>
<span style=" color: red;">public bool IsTerminating { get; set; }</span>
<span style=" color: red;">public SynchronizedCollection&lt;IParameterInspector&gt; ParameterInspectors { get; }</span>
<span style=" color: red;">public MethodInfo SyncMethod { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> ClientRuntime {
<span style=" color: red;">public Type CallbackClientType { get; set; }</span>
<span style=" color: red;">public SynchronizedCollection&lt;IClientMessageInspector&gt; MessageInspectors { get; }</span>
<span style=" color: red;">public bool MessageVersionNoneFaultsEnabled { get; set; }</span>
<span style=" color: red;">public KeyedCollection&lt;string, ClientOperation&gt; Operations { get; }</span>
<span style=" color: red;">public bool ValidateMustUnderstand { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> DispatchOperation {
<span style=" color: red;">public DispatchOperation(DispatchRuntime parent, string name, string action, string replyAction);</span>
<span style=" color: red;">public IDispatchMessageFormatter Formatter { get; set; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> DispatchRuntime {
<span style=" color: red;">public DispatchOperation UnhandledDispatchOperation { get; set; }</span>
}
<span style=" color: red;">public interface IDispatchMessageFormatter</span>
<span style=" color: red;">public class JsonQueryStringConverter : QueryStringConverter</span>
<span style=" color: red;">public class QueryStringConverter</span>
}
<span style=" color: red;">namespace System.ServiceModel.MsmqIntegration</span> {
<span style=" color: red;">public enum MsmqIntegrationSecurityMode</span>
<span style=" color: red;">public enum MsmqMessageSerializationFormat</span>
}
<span style=" color: blue;">namespace</span> System.ServiceModel.Security {
<span style=" color: red;">public class ChannelProtectionRequirements</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> HttpDigestClientCredential {
<span style=" color: red;">public TokenImpersonationLevel AllowedImpersonationLevel { get; set; }</span>
}
<span style=" color: red;">public class MessagePartSpecification</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> MessageSecurityException : <span style=" color: #2B91AF;">CommunicationException</span> {
<span style=" color: red;">public MessageSecurityException();</span>
<span style=" color: red;">public override void GetObjectData(SerializationInfo info, StreamingContext ctx);</span>
}
<span style=" color: red;">public class ScopedMessagePartSpecification</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> SecureConversationVersion {
<span style=" color: red;">protected SecureConversationVersion();</span>
<span style=" color: red;">public static SecureConversationVersion WSSecureConversation13 { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> SecurityAccessDeniedException : <span style=" color: #2B91AF;">CommunicationException</span> {
<span style=" color: red;">public SecurityAccessDeniedException();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> SecurityPolicyVersion {
<span style=" color: red;">protected SecurityPolicyVersion();</span>
<span style=" color: red;">public static SecurityPolicyVersion WSSecurityPolicy12 { get; }</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> SecurityVersion {
<span style=" color: red;">protected SecurityVersion();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> TrustVersion {
<span style=" color: red;">protected TrustVersion();</span>
<span style=" color: red;">public static TrustVersion WSTrust13 { get; }</span>
}
<span style=" color: red;">public enum UserNamePasswordValidationMode</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> WindowsClientCredential {
<span style=" color: red;">public bool AllowNtlm { get; set; }</span>
}
}
<span style=" color: blue;">namespace</span> System.ServiceModel.Security.Tokens {
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> SecureConversationSecurityTokenParameters : <span style=" color: #2B91AF;">SecurityTokenParameters</span> {
<span style=" color: red;">public SecureConversationSecurityTokenParameters(SecurityBindingElement bootstrapSecurityBindingElement, bool requireCancellation);</span>
<span style=" color: red;">protected SecureConversationSecurityTokenParameters(SecureConversationSecurityTokenParameters other);</span>
<span style=" color: red;">protected override bool HasAsymmetricKey { get; }</span>
<span style=" color: red;">protected override bool SupportsClientAuthentication { get; }</span>
<span style=" color: red;">protected override bool SupportsClientWindowsIdentity { get; }</span>
<span style=" color: red;">protected override bool SupportsServerAuthentication { get; }</span>
<span style=" color: red;">protected override SecurityTokenParameters CloneCore();</span>
<span style=" color: red;">public override string ToString();</span>
}
<span style=" color: red;">public enum SecurityTokenInclusionMode</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> SecurityTokenParameters {
<span style=" color: red;">protected SecurityTokenParameters();</span>
<span style=" color: red;">protected SecurityTokenParameters(SecurityTokenParameters other);</span>
<span style=" color: red;">protected abstract bool HasAsymmetricKey { get; }</span>
<span style=" color: red;">public SecurityTokenInclusionMode InclusionMode { get; set; }</span>
<span style=" color: red;">public SecurityTokenReferenceStyle ReferenceStyle { get; set; }</span>
<span style=" color: red;">protected abstract bool SupportsClientAuthentication { get; }</span>
<span style=" color: red;">protected abstract bool SupportsClientWindowsIdentity { get; }</span>
<span style=" color: red;">protected abstract bool SupportsServerAuthentication { get; }</span>
<span style=" color: red;">protected abstract SecurityTokenParameters CloneCore();</span>
<span style=" color: red;">public override string ToString();</span>
}
<span style=" color: red;">public enum SecurityTokenReferenceStyle</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> SupportingTokenParameters {
<span style=" color: red;">public Collection&lt;SecurityTokenParameters&gt; SignedEndorsing { get; }</span>
<span style=" color: red;">public void SetKeyDerivation(bool requireDerivedKeys);</span>
<span style=" color: red;">public override string ToString();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> UserNameSecurityTokenParameters : <span style=" color: #2B91AF;">SecurityTokenParameters</span> {
<span style=" color: red;">protected UserNameSecurityTokenParameters(UserNameSecurityTokenParameters other);</span>
<span style=" color: red;">protected override bool HasAsymmetricKey { get; }</span>
<span style=" color: red;">protected override bool SupportsClientAuthentication { get; }</span>
<span style=" color: red;">protected override bool SupportsClientWindowsIdentity { get; }</span>
<span style=" color: red;">protected override bool SupportsServerAuthentication { get; }</span>
<span style=" color: red;">protected override SecurityTokenParameters CloneCore();</span>
}
<span style=" color: red;">public enum X509KeyIdentifierClauseType</span>
}
<span style=" color: red;">namespace System.ServiceModel.Web</span> {
<span style=" color: red;">public class IncomingWebResponseContext</span>
<span style=" color: red;">public class OutgoingWebRequestContext</span>
<span style=" color: red;">public class WebChannelFactory&lt;TChannel&gt; : ChannelFactory&lt;TChannel&gt;</span>
<span style=" color: red;">public sealed class WebGetAttribute : Attribute, IOperationBehavior</span>
<span style=" color: red;">public sealed class WebInvokeAttribute : Attribute, IOperationBehavior</span>
<span style=" color: red;">public enum WebMessageBodyStyle</span>
<span style=" color: red;">public enum WebMessageFormat</span>
<span style=" color: red;">public class WebOperationContext</span>
}
<span style=" color: blue;">namespace</span> System.Text {
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> DecoderReplacementFallback : <span style=" color: #2B91AF;">DecoderFallback</span><span style=" color: red;">, ISerializable</span> {
<span style=" color: red;">void System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo info, StreamingContext context);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> EncoderReplacementFallback : <span style=" color: #2B91AF;">EncoderFallback</span><span style=" color: red;">, ISerializable</span> {
<span style=" color: red;">void System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo info, StreamingContext context);</span>
}
}
<span style=" color: blue;">namespace</span> System.Threading {
<span style=" color: blue;">public</span> <span style=" color: blue;">readonly</span> <span style=" color: blue;">struct</span> CancellationToken {
<span style=" color: red;">public CancellationTokenRegistration Register(Action&lt;object&gt; callback, object state, bool useSynchronizationContext, bool useExecutionContext);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> EventWaitHandle : <span style=" color: #2B91AF;">WaitHandle</span> {
<span style=" color: red;">public EventWaitHandle(bool initialState, EventResetMode mode, string name, out bool createdNew, EventWaitHandleSecurity eventSecurity);</span>
<span style=" color: red;">public EventWaitHandleSecurity GetAccessControl();</span>
<span style=" color: red;">public static EventWaitHandle OpenExisting(string name, EventWaitHandleRights rights);</span>
<span style=" color: red;">public static bool TryOpenExisting(string name, EventWaitHandleRights rights, out EventWaitHandle result);</span>
}
<span style=" color: red;">public class Lock</span>
<span style=" color: red;">public struct LockHolder : IDisposable</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> Mutex : <span style=" color: #2B91AF;">WaitHandle</span> {
<span style=" color: red;">public Mutex(bool initiallyOwned, string name, out bool createdNew, MutexSecurity mutexSecurity);</span>
<span style=" color: red;">public static Mutex OpenExisting(string name, MutexRights rights);</span>
<span style=" color: red;">public static bool TryOpenExisting(string name, MutexRights rights, out Mutex result);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> ReaderWriterLock : <span style=" color: #2B91AF;">CriticalFinalizerObject</span> {
<span style=" color: red;">~ReaderWriterLock();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> Semaphore : <span style=" color: #2B91AF;">WaitHandle</span> {
<span style=" color: red;">public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew, SemaphoreSecurity semaphoreSecurity);</span>
<span style=" color: red;">public SemaphoreSecurity GetAccessControl();</span>
<span style=" color: red;">public static Semaphore OpenExisting(string name, SemaphoreRights rights);</span>
<span style=" color: red;">public void SetAccessControl(SemaphoreSecurity semaphoreSecurity);</span>
<span style=" color: red;">public static bool TryOpenExisting(string name, SemaphoreRights rights, out Semaphore result);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> SynchronizationContext {
<span style=" color: red;">public static void SetThreadStaticContext(SynchronizationContext syncContext);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> Thread : <span style=" color: #2B91AF;">CriticalFinalizerObject</span> {
<span style=" color: red;">public static Context CurrentContext { get; }</span>
}
}
<span style=" color: blue;">namespace</span> System.Threading.Tasks {
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> Task : <span style=" color: #2B91AF;">IAsyncResult</span>, <span style=" color: #2B91AF;">IDisposable</span> {
<span style=" color: red;">public static Task&lt;TResult&gt; CreateUnwrapPromise&lt;TResult&gt;(Task outerTask, bool lookForOce);</span>
<span style=" color: red;">public void MarkAborted(ThreadAbortException e);</span>
}
}
<span style=" color: blue;">namespace</span> System.Transactions {
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> CommittableTransaction : <span style=" color: #2B91AF;">Transaction</span>, <span style=" color: #2B91AF;">IAsyncResult</span><span style=" color: red;">, IDisposable, ISerializable</span> {
<span style=" color: red;">void System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo info, StreamingContext context);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> DependentTransaction : <span style=" color: #2B91AF;">Transaction</span><span style=" color: red;">, ISerializable</span> {
<span style=" color: red;">void System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo info, StreamingContext context);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> Transaction : <span style=" color: #2B91AF;">IDisposable</span>, <span style=" color: #2B91AF;">ISerializable</span> {
<span style=" color: red;">protected IAsyncResult BeginCommitInternal(AsyncCallback callback);</span>
<span style=" color: red;">protected void EndCommitInternal(IAsyncResult ar);</span>
}
}
<span style=" color: red;">namespace System.Web.Services</span> {
<span style=" color: red;">public enum TransactionOption</span>
<span style=" color: red;">public sealed class WebMethodAttribute : Attribute</span>
<span style=" color: red;">public sealed class WebServiceAttribute : Attribute</span>
<span style=" color: red;">public sealed class WebServiceBindingAttribute : Attribute</span>
<span style=" color: red;">public enum WsiProfiles</span>
}
<span style=" color: red;">namespace System.Web.Services.Configuration</span> {
<span style=" color: red;">public sealed class XmlFormatExtensionAttribute : Attribute</span>
<span style=" color: red;">public sealed class XmlFormatExtensionPointAttribute : Attribute</span>
<span style=" color: red;">public sealed class XmlFormatExtensionPrefixAttribute : Attribute</span>
}
<span style=" color: red;">namespace System.Web.Services.Description</span> {
<span style=" color: red;">public sealed class Binding : NamedItem</span>
<span style=" color: red;">public sealed class BindingCollection : ServiceDescriptionBaseCollection</span>
<span style=" color: red;">public abstract class DocumentableItem</span>
<span style=" color: red;">public sealed class FaultBinding : MessageBinding</span>
<span style=" color: red;">public sealed class FaultBindingCollection : ServiceDescriptionBaseCollection</span>
<span style=" color: red;">public sealed class HttpAddressBinding : ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public sealed class HttpBinding : ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public sealed class HttpOperationBinding : ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public sealed class HttpUrlEncodedBinding : ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public sealed class HttpUrlReplacementBinding : ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public sealed class Import : DocumentableItem</span>
<span style=" color: red;">public sealed class ImportCollection : ServiceDescriptionBaseCollection</span>
<span style=" color: red;">public sealed class InputBinding : MessageBinding</span>
<span style=" color: red;">public sealed class Message : NamedItem</span>
<span style=" color: red;">public abstract class MessageBinding : NamedItem</span>
<span style=" color: red;">public sealed class MessageCollection : ServiceDescriptionBaseCollection</span>
<span style=" color: red;">public sealed class MessagePart : NamedItem</span>
<span style=" color: red;">public sealed class MessagePartCollection : ServiceDescriptionBaseCollection</span>
<span style=" color: red;">public sealed class MimeContentBinding : ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public sealed class MimeMultipartRelatedBinding : ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public sealed class MimePart : ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public sealed class MimePartCollection : CollectionBase</span>
<span style=" color: red;">public sealed class MimeTextBinding : ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public sealed class MimeTextMatch</span>
<span style=" color: red;">public sealed class MimeTextMatchCollection : CollectionBase</span>
<span style=" color: red;">public sealed class MimeXmlBinding : ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public abstract class NamedItem : DocumentableItem</span>
<span style=" color: red;">public sealed class Operation : NamedItem</span>
<span style=" color: red;">public sealed class OperationBinding : NamedItem</span>
<span style=" color: red;">public sealed class OperationBindingCollection : ServiceDescriptionBaseCollection</span>
<span style=" color: red;">public sealed class OperationCollection : ServiceDescriptionBaseCollection</span>
<span style=" color: red;">public sealed class OperationFault : OperationMessage</span>
<span style=" color: red;">public sealed class OperationFaultCollection : ServiceDescriptionBaseCollection</span>
<span style=" color: red;">public enum OperationFlow</span>
<span style=" color: red;">public sealed class OperationInput : OperationMessage</span>
<span style=" color: red;">public abstract class OperationMessage : NamedItem</span>
<span style=" color: red;">public sealed class OperationMessageCollection : ServiceDescriptionBaseCollection</span>
<span style=" color: red;">public sealed class OperationOutput : OperationMessage</span>
<span style=" color: red;">public sealed class OutputBinding : MessageBinding</span>
<span style=" color: red;">public sealed class Port : NamedItem</span>
<span style=" color: red;">public sealed class PortCollection : ServiceDescriptionBaseCollection</span>
<span style=" color: red;">public sealed class PortType : NamedItem</span>
<span style=" color: red;">public sealed class PortTypeCollection : ServiceDescriptionBaseCollection</span>
<span style=" color: red;">public sealed class Service : NamedItem</span>
<span style=" color: red;">public sealed class ServiceCollection : ServiceDescriptionBaseCollection</span>
<span style=" color: red;">public sealed class ServiceDescription : NamedItem</span>
<span style=" color: red;">public abstract class ServiceDescriptionBaseCollection : CollectionBase</span>
<span style=" color: red;">public sealed class ServiceDescriptionCollection : ServiceDescriptionBaseCollection</span>
<span style=" color: red;">public abstract class ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public sealed class ServiceDescriptionFormatExtensionCollection : ServiceDescriptionBaseCollection</span>
<span style=" color: red;">public class ServiceDescriptionImporter</span>
<span style=" color: red;">public enum ServiceDescriptionImportStyle</span>
<span style=" color: red;">public sealed class Soap12AddressBinding : SoapAddressBinding</span>
<span style=" color: red;">public sealed class Soap12Binding : SoapBinding</span>
<span style=" color: red;">public sealed class Soap12BodyBinding : SoapBodyBinding</span>
<span style=" color: red;">public sealed class Soap12FaultBinding : SoapFaultBinding</span>
<span style=" color: red;">public sealed class Soap12HeaderBinding : SoapHeaderBinding</span>
<span style=" color: red;">public sealed class Soap12OperationBinding : SoapOperationBinding</span>
<span style=" color: red;">public class SoapAddressBinding : ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public class SoapBinding : ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public enum SoapBindingStyle</span>
<span style=" color: red;">public enum SoapBindingUse</span>
<span style=" color: red;">public class SoapBodyBinding : ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public class SoapFaultBinding : ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public class SoapHeaderBinding : ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public class SoapHeaderFaultBinding : ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public class SoapOperationBinding : ServiceDescriptionFormatExtension</span>
<span style=" color: red;">public sealed class Types : DocumentableItem</span>
<span style=" color: red;">public sealed class WebReference</span>
}
<span style=" color: red;">namespace System.Web.Services.Discovery</span> {
<span style=" color: red;">public class ContractReference : DiscoveryReference</span>
<span style=" color: red;">public sealed class ContractSearchPattern : DiscoverySearchPattern</span>
<span style=" color: red;">public sealed class DiscoveryClientDocumentCollection : DictionaryBase</span>
<span style=" color: red;">public class DiscoveryClientProtocol : HttpWebClientProtocol</span>
<span style=" color: red;">public sealed class DiscoveryClientReferenceCollection : DictionaryBase</span>
<span style=" color: red;">public sealed class DiscoveryClientResult</span>
<span style=" color: red;">public sealed class DiscoveryClientResultCollection : CollectionBase</span>
<span style=" color: red;">public sealed class DiscoveryDocument</span>
<span style=" color: red;">public class DiscoveryDocumentLinksPattern : DiscoverySearchPattern</span>
<span style=" color: red;">public sealed class DiscoveryDocumentReference : DiscoveryReference</span>
<span style=" color: red;">public sealed class DiscoveryDocumentSearchPattern : DiscoverySearchPattern</span>
<span style=" color: red;">public sealed class DiscoveryExceptionDictionary : DictionaryBase</span>
<span style=" color: red;">public abstract class DiscoveryReference</span>
<span style=" color: red;">public sealed class DiscoveryReferenceCollection : CollectionBase</span>
<span style=" color: red;">public abstract class DiscoverySearchPattern</span>
<span style=" color: red;">public sealed class DynamicDiscoveryDocument</span>
<span style=" color: red;">public sealed class ExcludePathInfo</span>
<span style=" color: red;">public sealed class SchemaReference : DiscoveryReference</span>
<span style=" color: red;">public sealed class SoapBinding</span>
<span style=" color: red;">public sealed class XmlSchemaSearchPattern : DiscoverySearchPattern</span>
}
<span style=" color: red;">namespace System.Web.Services.Protocols</span> {
<span style=" color: red;">public sealed class HttpMethodAttribute : Attribute</span>
<span style=" color: red;">public abstract class HttpWebClientProtocol : WebClientProtocol</span>
<span style=" color: red;">public class InvokeCompletedEventArgs : AsyncCompletedEventArgs</span>
<span style=" color: red;">public delegate void InvokeCompletedEventHandler(object sender, InvokeCompletedEventArgs e);</span>
<span style=" color: red;">public sealed class LogicalMethodInfo</span>
<span style=" color: red;">public enum LogicalMethodTypes</span>
<span style=" color: red;">public abstract class MimeFormatter</span>
<span style=" color: red;">public abstract class MimeParameterWriter : MimeFormatter</span>
<span style=" color: red;">public abstract class MimeReturnReader : MimeFormatter</span>
<span style=" color: red;">public class NopReturnReader : MimeReturnReader</span>
<span style=" color: red;">public class ServerType</span>
<span style=" color: red;">public sealed class Soap12FaultCodes</span>
<span style=" color: red;">public sealed class SoapClientMessage : SoapMessage</span>
<span style=" color: red;">public sealed class SoapDocumentMethodAttribute : Attribute</span>
<span style=" color: red;">public sealed class SoapDocumentServiceAttribute : Attribute</span>
<span style=" color: red;">public class SoapException : SystemException</span>
<span style=" color: red;">public abstract class SoapExtension</span>
<span style=" color: red;">public abstract class SoapExtensionAttribute : Attribute</span>
<span style=" color: red;">public class SoapFaultSubCode</span>
<span style=" color: red;">public abstract class SoapHeader</span>
<span style=" color: red;">public sealed class SoapHeaderAttribute : Attribute</span>
<span style=" color: red;">public class SoapHeaderCollection : CollectionBase</span>
<span style=" color: red;">public enum SoapHeaderDirection</span>
<span style=" color: red;">public sealed class SoapHeaderMapping</span>
<span style=" color: red;">public class SoapHttpClientProtocol : HttpWebClientProtocol</span>
<span style=" color: red;">public abstract class SoapMessage</span>
<span style=" color: red;">public enum SoapMessageStage</span>
<span style=" color: red;">public enum SoapParameterStyle</span>
<span style=" color: red;">public enum SoapProtocolVersion</span>
<span style=" color: red;">public sealed class SoapRpcMethodAttribute : Attribute</span>
<span style=" color: red;">public sealed class SoapRpcServiceAttribute : Attribute</span>
<span style=" color: red;">public enum SoapServiceRoutingStyle</span>
<span style=" color: red;">public sealed class SoapUnknownHeader : SoapHeader</span>
<span style=" color: red;">public abstract class UrlEncodedParameterWriter : MimeParameterWriter</span>
<span style=" color: red;">public class UrlParameterWriter : UrlEncodedParameterWriter</span>
<span style=" color: red;">public class WebClientAsyncResult : IAsyncResult</span>
<span style=" color: red;">public abstract class WebClientProtocol : Component</span>
<span style=" color: red;">public class XmlReturnReader : MimeReturnReader</span>
}
<span style=" color: red;">namespace System.Web.Util</span> {
<span style=" color: red;">public class HttpEncoder</span>
}
<span style=" color: blue;">namespace</span> System.Xml {
<span style=" color: red;">public interface IXmlMtomReaderInitializer</span>
<span style=" color: red;">public interface IXmlMtomWriterInitializer</span>
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> XmlReaderSettings {
<span style=" color: red;">public XmlReaderSettings(XmlResolver resolver);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> XmlSecureResolver : <span style=" color: #2B91AF;">XmlResolver</span> {
<span style=" color: red;">public XmlSecureResolver(XmlResolver resolver, PermissionSet permissionSet);</span>
<span style=" color: red;">public XmlSecureResolver(XmlResolver resolver, Evidence evidence);</span>
<span style=" color: red;">public static Evidence CreateEvidenceForUrl(string securityUrl);</span>
}
<span style=" color: red;">public class XmlXapResolver : XmlResolver</span>
}
<span style=" color: blue;">namespace</span> System.Xml.Schema {
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> XmlSchemaDatatype {
<span style=" color: red;">protected XmlSchemaDatatype();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> XmlSchemaGroupBase : <span style=" color: #2B91AF;">XmlSchemaParticle</span> {
<span style=" color: red;">protected XmlSchemaGroupBase();</span>
}
}
<span style=" color: blue;">namespace</span> System.Xml.Serialization {
<span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> SchemaImporter {
<span style=" color: red;">protected SchemaImporter();</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> XmlSerializer {
<span style=" color: red;">public XmlSerializer(Type type, XmlAttributeOverrides overrides, Type[] extraTypes, XmlRootAttribute root, string defaultNamespace, string location, Evidence evidence);</span>
<span style=" color: red;">public static XmlSerializer[] FromMappings(XmlMapping[] mappings, Evidence evidence);</span>
}
<span style=" color: blue;">public</span> <span style=" color: blue;">class</span> XmlSerializerFactory {
<span style=" color: red;">public XmlSerializer CreateSerializer(Type type, XmlAttributeOverrides overrides, Type[] extraTypes, XmlRootAttribute root, string defaultNamespace, string location, Evidence evidence);</span>
}
}
<span style=" color: red;">namespace System.Xml.XmlConfiguration</span> {
<span style=" color: red;">public sealed class XmlReaderSection</span>
<span style=" color: red;">public sealed class XsltConfigSection</span>
}
<span style=" color: blue;">namespace</span> System.Xml.Xsl {
<span style=" color: blue;">public</span> <span style=" color: blue;">sealed</span> <span style=" color: blue;">class</span> XslTransform {
<span style=" color: red;">public void Load(XmlReader stylesheet, XmlResolver resolver, Evidence evidence);</span>
<span style=" color: red;">public void Load(IXPathNavigable stylesheet, XmlResolver resolver, Evidence evidence);</span>
<span style=" color: red;">public void Load(XPathNavigator stylesheet, XmlResolver resolver, Evidence evidence);</span>
}
}
<span style=" color: red;">namespace System.Xml.Xsl.Runtime</span> {
<span style=" color: red;">public struct StringConcat</span>
}
</pre>
console.log('Hello World!');
/* todo: add styles */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment