Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/reference-assemblies.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-03-29 23:19:11 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-03-30 03:14:06 +0300
commita718a96d8ad7e0265f0bcaffb9503686e63ad84b (patch)
tree8f77510b89f80f30a71df45950e3ba42e06cb823
parentf66bdbefae0101b9768d20deb57c9fdb09066fa7 (diff)
Add missing typeforwarders to assemblies/facades
Also remove ones that are not in the .NET reference assemblies
-rw-r--r--src/v4.5/Facades/System.Diagnostics.Tracing.cs5
-rw-r--r--src/v4.5/Facades/System.Runtime.InteropServices.cs58
-rw-r--r--src/v4.5/System.IdentityModel.cs1
-rw-r--r--src/v4.5/System.IdentityModel.extra.cs19
-rw-r--r--src/v4.5/System.Net.cs29
-rw-r--r--src/v4.5/System.ServiceModel.Activation.cs18
-rw-r--r--src/v4.5/System.ServiceModel.Web.cs42
-rw-r--r--src/v4.5/System.ServiceModel.cs835
-rw-r--r--src/v4.5/System.Xml.Serialization.cs17
-rw-r--r--src/v4.5/System.cs1
-rw-r--r--src/v4.5/WindowsBase.cs31
-rw-r--r--src/v4.6.1/Facades/System.IO.cs1
-rw-r--r--src/v4.6.1/Facades/System.Reflection.cs8
-rw-r--r--src/v4.6.1/Facades/System.Runtime.cs2
-rw-r--r--src/v4.6.1/Facades/System.ServiceModel.Http.cs4
-rw-r--r--src/v4.6.1/Facades/System.ServiceModel.Primitives.cs6
-rw-r--r--src/v4.6.1/Facades/System.Text.RegularExpressions.cs2
-rw-r--r--src/v4.6.1/System.IdentityModel.extra.cs19
-rw-r--r--src/v4.6.1/System.Net.cs29
-rw-r--r--src/v4.6.1/System.ServiceModel.Activation.cs18
-rw-r--r--src/v4.6.1/System.ServiceModel.Web.cs42
-rw-r--r--src/v4.6.1/System.ServiceModel.cs829
-rw-r--r--src/v4.6.1/System.cs1
-rw-r--r--src/v4.6.1/WindowsBase.cs31
-rw-r--r--src/v4.6.2/Facades/System.IO.cs1
-rw-r--r--src/v4.6.2/Facades/System.Reflection.cs8
-rw-r--r--src/v4.6.2/Facades/System.Runtime.cs2
-rw-r--r--src/v4.6.2/Facades/System.ServiceModel.Http.cs4
-rw-r--r--src/v4.6.2/Facades/System.ServiceModel.Primitives.cs6
-rw-r--r--src/v4.6.2/Facades/System.Text.RegularExpressions.cs2
-rw-r--r--src/v4.6.2/System.IdentityModel.extra.cs19
-rw-r--r--src/v4.6.2/System.Net.cs29
-rw-r--r--src/v4.6.2/System.ServiceModel.Activation.cs18
-rw-r--r--src/v4.6.2/System.ServiceModel.Web.cs42
-rw-r--r--src/v4.6.2/System.ServiceModel.cs829
-rw-r--r--src/v4.6.2/System.cs1
-rw-r--r--src/v4.6.2/WindowsBase.cs31
-rw-r--r--src/v4.6/Facades/System.IO.cs1
-rw-r--r--src/v4.6/Facades/System.Reflection.cs8
-rw-r--r--src/v4.6/Facades/System.Runtime.cs2
-rw-r--r--src/v4.6/Facades/System.ServiceModel.Http.cs4
-rw-r--r--src/v4.6/Facades/System.ServiceModel.Primitives.cs6
-rw-r--r--src/v4.6/Facades/System.Text.RegularExpressions.cs2
-rw-r--r--src/v4.6/System.IdentityModel.extra.cs19
-rw-r--r--src/v4.6/System.Net.cs29
-rw-r--r--src/v4.6/System.ServiceModel.Activation.cs18
-rw-r--r--src/v4.6/System.ServiceModel.Web.cs42
-rw-r--r--src/v4.6/System.ServiceModel.cs829
-rw-r--r--src/v4.6/System.cs1
-rw-r--r--src/v4.6/WindowsBase.cs31
-rw-r--r--v4.5/Makefile2
-rw-r--r--v4.6.1/Makefile2
-rw-r--r--v4.6.2/Makefile2
-rw-r--r--v4.6/Makefile2
54 files changed, 683 insertions, 3357 deletions
diff --git a/src/v4.5/Facades/System.Diagnostics.Tracing.cs b/src/v4.5/Facades/System.Diagnostics.Tracing.cs
index 4438fae..774dae3 100644
--- a/src/v4.5/Facades/System.Diagnostics.Tracing.cs
+++ b/src/v4.5/Facades/System.Diagnostics.Tracing.cs
@@ -18,6 +18,11 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Tracing.EventCommandEventArgs))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Tracing.EventKeywords))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Tracing.EventLevel))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Tracing.EventListener))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Tracing.EventOpcode))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Tracing.EventSource))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Tracing.EventSourceAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Tracing.EventSourceException))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Tracing.EventTask))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Tracing.EventWrittenEventArgs))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Tracing.NonEventAttribute))]
diff --git a/src/v4.5/Facades/System.Runtime.InteropServices.cs b/src/v4.5/Facades/System.Runtime.InteropServices.cs
index b257538..6013cc9 100644
--- a/src/v4.5/Facades/System.Runtime.InteropServices.cs
+++ b/src/v4.5/Facades/System.Runtime.InteropServices.cs
@@ -23,17 +23,74 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ClassInterfaceAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ClassInterfaceType))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.CoClassAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComAwareEventInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComDefaultInterfaceAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComEventInterfaceAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComEventsHelper))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.COMException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComImportAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComInterfaceType))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComMemberType))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComSourceInterfacesAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.ADVF))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.BINDPTR))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.BIND_OPTS))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.CALLCONV))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.CONNECTDATA))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.DATADIR))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.DESCKIND))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.DISPPARAMS))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.DVASPECT))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.ELEMDESC))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.EXCEPINFO))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.FILETIME))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.FORMATETC))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.FUNCDESC))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.FUNCFLAGS))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.FUNCKIND))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.IAdviseSink))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.IBindCtx))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.IConnectionPoint))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.IConnectionPointContainer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.IDLDESC))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.IDLFLAG))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.IEnumConnections))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.IEnumFORMATETC))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.IEnumMoniker))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.IEnumString))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.IEnumVARIANT))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.IMoniker))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.INVOKEKIND))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.IPersistFile))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.IRunningObjectTable))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.IStream))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.ITypeComp))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.ITypeInfo))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.ITypeInfo2))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.ITypeLib))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.ITypeLib2))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.LIBFLAGS))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.PARAMDESC))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.PARAMFLAG))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.STATDATA))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.STATSTG))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.STGMEDIUM))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.SYSKIND))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.TYMED))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.TYPEATTR))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.TYPEDESC))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.TYPEFLAGS))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.TYPEKIND))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.TYPELIBATTR))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.VARDESC))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.VARFLAGS))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComTypes.VARKIND))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.CriticalHandle))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.CurrencyWrapper))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.CustomQueryInterfaceMode))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.CustomQueryInterfaceResult))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.DefaultCharSetAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.DefaultParameterValueAttribute))]
@@ -47,6 +104,7 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.GuidAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.HandleCollector))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ICustomAdapter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ICustomQueryInterface))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.InAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.InterfaceTypeAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.InvalidComObjectException))]
diff --git a/src/v4.5/System.IdentityModel.cs b/src/v4.5/System.IdentityModel.cs
index 9fc07b7..8215eff 100644
--- a/src/v4.5/System.IdentityModel.cs
+++ b/src/v4.5/System.IdentityModel.cs
@@ -15,6 +15,7 @@
[assembly:System.Reflection.AssemblyTitleAttribute("System.IdentityModel.dll")]
[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
+[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.ServiceModel, PublicKey=00000000000000000400000000000000")]
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
diff --git a/src/v4.5/System.IdentityModel.extra.cs b/src/v4.5/System.IdentityModel.extra.cs
new file mode 100644
index 0000000..20912c3
--- /dev/null
+++ b/src/v4.5/System.IdentityModel.extra.cs
@@ -0,0 +1,19 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+namespace System.ServiceModel.Security
+{
+ internal partial class EncryptedKey { }
+ internal partial class EncryptedKeyHashIdentifierClause { }
+ internal partial class EncryptedType { }
+ internal partial interface ISspiNegotiation { }
+ internal partial interface ISspiNegotiationInfo { }
+ internal partial class ReferenceList { }
+ internal partial class RelAssertionDirectKeyIdentifierClause { }
+ internal partial class SamlAssertionDirectKeyIdentifierClause { }
+}
+namespace System.ServiceModel.Security.Tokens
+{
+ internal partial class BufferedGenericXmlSecurityToken { }
+}
diff --git a/src/v4.5/System.Net.cs b/src/v4.5/System.Net.cs
index 0869133..7e7b3ac 100644
--- a/src/v4.5/System.Net.cs
+++ b/src/v4.5/System.Net.cs
@@ -25,22 +25,51 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.CookieCollection))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.CookieContainer))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.CookieException))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DnsEndPoint))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DownloadProgressChangedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DownloadProgressChangedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DownloadStringCompletedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DownloadStringCompletedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.EndPoint))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpRequestHeader))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpStatusCode))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpWebRequest))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpWebResponse))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.ICredentials))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.IPAddress))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.IPEndPoint))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.IWebRequestCreate))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkCredential))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.NetworkAddressChangedEventHandler))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.NetworkChange))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.NetworkInterface))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.OpenReadCompletedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.OpenReadCompletedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.OpenWriteCompletedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.OpenWriteCompletedEventHandler))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.ProtocolViolationException))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.SocketAddress))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.AddressFamily))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.ProtocolType))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.Socket))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketAsyncEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketAsyncOperation))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketError))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketException))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketShutdown))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketType))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.UploadProgressChangedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.UploadProgressChangedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.UploadStringCompletedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.UploadStringCompletedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebClient))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebExceptionStatus))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebHeaderCollection))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebRequest))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebResponse))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WriteStreamClosedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WriteStreamClosedEventHandler))]
namespace System
{
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
diff --git a/src/v4.5/System.ServiceModel.Activation.cs b/src/v4.5/System.ServiceModel.Activation.cs
index 3f45715..1a3c260 100644
--- a/src/v4.5/System.ServiceModel.Activation.cs
+++ b/src/v4.5/System.ServiceModel.Activation.cs
@@ -78,16 +78,20 @@ namespace System.ServiceModel.Activation
}
#if WEB_DEP
public sealed partial class ServiceBuildProvider : System.Web.Compilation.BuildProvider
+#else
+ public sealed partial class ServiceBuildProvider
+#endif
{
public ServiceBuildProvider() { }
+#if WEB_DEP
public override System.Web.Compilation.CompilerType CodeCompilerType { get { throw null; } }
public override System.Collections.ICollection VirtualPathDependencies { get { throw null; } }
public override void GenerateCode(System.Web.Compilation.AssemblyBuilder assemblyBuilder) { }
protected override System.CodeDom.CodeCompileUnit GetCodeCompileUnit(out System.Collections.IDictionary linePragmasTable) { linePragmasTable = default(System.Collections.IDictionary); throw null; }
public override string GetCustomString(System.CodeDom.Compiler.CompilerResults results) { throw null; }
public override System.Web.Compilation.BuildProviderResultFlags GetResultFlags(System.CodeDom.Compiler.CompilerResults results) { throw null; }
- }
#endif
+ }
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
#if SERVICEMODEL_DEP
public partial class ServiceHostFactory : System.ServiceModel.Activation.ServiceHostFactoryBase
@@ -105,20 +109,28 @@ namespace System.ServiceModel.Activation
}
#if SERVICEMODEL_DEP
public partial class ServiceRoute : System.Web.Routing.Route
+#else
+ public partial class ServiceRoute
+#endif
{
+#if SERVICEMODEL_DEP
public ServiceRoute(string routePrefix, System.ServiceModel.Activation.ServiceHostFactoryBase serviceHostFactory, System.Type serviceType) : base (default(string), default(System.Web.Routing.IRouteHandler)) { }
- }
#endif
+ }
}
namespace System.ServiceModel.Activities.Activation
{
#if WORKFLOW_DEP
public partial class WorkflowServiceHostFactory : System.ServiceModel.Activation.ServiceHostFactoryBase
+#else
+ public partial class WorkflowServiceHostFactory
+#endif
{
public WorkflowServiceHostFactory() { }
+#if WORKFLOW_DEP
public override System.ServiceModel.ServiceHostBase CreateServiceHost(string constructorString, System.Uri[] baseAddresses) { throw null; }
protected virtual System.ServiceModel.Activities.WorkflowServiceHost CreateWorkflowServiceHost(System.Activities.Activity activity, System.Uri[] baseAddresses) { throw null; }
protected virtual System.ServiceModel.Activities.WorkflowServiceHost CreateWorkflowServiceHost(System.ServiceModel.Activities.WorkflowService service, System.Uri[] baseAddresses) { throw null; }
- }
#endif
+ }
}
diff --git a/src/v4.5/System.ServiceModel.Web.cs b/src/v4.5/System.ServiceModel.Web.cs
index a1879ce..01da25d 100644
--- a/src/v4.5/System.ServiceModel.Web.cs
+++ b/src/v4.5/System.ServiceModel.Web.cs
@@ -21,6 +21,48 @@
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.DataContractJsonSerializer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.IXmlJsonReaderInitializer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.IXmlJsonWriterInitializer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.JsonReaderWriterFactory))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Atom10FeedFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Atom10FeedFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Atom10ItemFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Atom10ItemFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.CategoriesDocument))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.CategoriesDocumentFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.InlineCategoriesDocument))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.ReferencedCategoriesDocument))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.ResourceCollectionInfo))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Rss20FeedFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Rss20FeedFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Rss20ItemFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Rss20ItemFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.ServiceDocument))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.ServiceDocumentFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationCategory))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationContent))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationElementExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationElementExtensionCollection))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationFeed))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationFeedFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationItem))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationItemFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationLink))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationPerson))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationVersions))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.TextSyndicationContent))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.TextSyndicationContentKind))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.UrlSyndicationContent))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Workspace))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.XmlSyndicationContent))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplate))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplateEquivalenceComparer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplateMatch))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplateMatchException))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplateTable))]
namespace System
{
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
diff --git a/src/v4.5/System.ServiceModel.cs b/src/v4.5/System.ServiceModel.cs
index 21aa3eb..a2a6420 100644
--- a/src/v4.5/System.ServiceModel.cs
+++ b/src/v4.5/System.ServiceModel.cs
@@ -25,826 +25,25 @@
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
[assembly:System.Security.SecurityCriticalAttribute((System.Security.SecurityCriticalScope)(0))]
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Activation.HostedTransportConfiguration))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Activation.ServiceBuildProvider))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Activation.ServiceHostFactory))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.BinarySecretKeyIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.EncryptedKey))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.EncryptedKeyHashIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.EncryptedType))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.ISspiNegotiation))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.ISspiNegotiationInfo))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.KeyNameIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.ReferenceList))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.RelAssertionDirectKeyIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.SamlAssertionDirectKeyIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.SecurityContextKeyIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.Tokens.BinarySecretSecurityToken))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.Tokens.BufferedGenericXmlSecurityToken))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.Tokens.WrappedKeySecurityToken))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.X509CertificateValidationMode))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ServiceHostingEnvironment))]
-namespace Mono.CodeGeneration
-{
- public partial class CodeAdd : Mono.CodeGeneration.CodeArithmeticOperation
- {
- public CodeAdd(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- }
- public partial class CodeAddOne : Mono.CodeGeneration.CodeExpression
- {
- public CodeAddOne(Mono.CodeGeneration.CodeValueReference exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeAnd : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeAnd(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeArgument : Mono.CodeGeneration.CodeExpression
- {
- public CodeArgument(int arg, System.Type type) { }
- public int Argument { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeArgumentReference : Mono.CodeGeneration.CodeValueReference
- {
- public CodeArgumentReference(System.Type type, int argNum, string name) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeArithmeticOperation : Mono.CodeGeneration.CodeExpression
- {
- protected Mono.CodeGeneration.CodeExpression exp1;
- protected Mono.CodeGeneration.CodeExpression exp2;
- protected string symbol;
- protected System.Type t1;
- protected System.Type t2;
- protected CodeArithmeticOperation() { }
- public CodeArithmeticOperation(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2, string symbol) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeArrayItem : Mono.CodeGeneration.CodeValueReference
- {
- public CodeArrayItem(Mono.CodeGeneration.CodeExpression array, Mono.CodeGeneration.CodeExpression index) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeArrayLength : Mono.CodeGeneration.CodeExpression
- {
- public CodeArrayLength(Mono.CodeGeneration.CodeExpression array) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeAssignment : Mono.CodeGeneration.CodeExpression
- {
- public CodeAssignment(Mono.CodeGeneration.CodeValueReference var, Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateAsStatement(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeBinaryComparison : Mono.CodeGeneration.CodeConditionExpression
- {
- protected Mono.CodeGeneration.CodeExpression exp1;
- protected Mono.CodeGeneration.CodeExpression exp2;
- protected System.Type t1;
- protected System.Type t2;
- public CodeBinaryComparison(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2, string symbol) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeBinaryOperation : Mono.CodeGeneration.CodeConditionExpression
- {
- protected Mono.CodeGeneration.CodeExpression exp1;
- protected Mono.CodeGeneration.CodeExpression exp2;
- protected System.Type t1;
- protected System.Type t2;
- public CodeBinaryOperation(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2, string symbol) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeBlock : Mono.CodeGeneration.CodeItem
- {
- public CodeBlock() { }
- public bool IsEmpty { get { throw null; } }
- public void Add(Mono.CodeGeneration.CodeItem code) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public Mono.CodeGeneration.CodeItem GetLastItem() { throw null; }
- public static Mono.CodeGeneration.CodeBlock operator +(Mono.CodeGeneration.CodeBlock cb, Mono.CodeGeneration.CodeExpression e) { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeBuilder
- {
- public CodeBuilder(Mono.CodeGeneration.CodeClass codeClass) { }
- public Mono.CodeGeneration.CodeBlock CurrentBlock { get { throw null; } }
- public Mono.CodeGeneration.CodeClass OwnerClass { get { throw null; } }
- public void Assign(Mono.CodeGeneration.CodeValueReference var, Mono.CodeGeneration.CodeExpression val) { }
- public void Call(Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodBase method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(Mono.CodeGeneration.CodeExpression target, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(System.Type type, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public Mono.CodeGeneration.CodeExpression CallFunc(Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(Mono.CodeGeneration.CodeExpression target, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(System.Type type, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public void Case(Mono.CodeGeneration.CodeExpression condition) { }
- public void ConsoleWriteLine(params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void ConsoleWriteLine(params object[] parameters) { }
- public void Dec(Mono.CodeGeneration.CodeValueReference val) { }
- public Mono.CodeGeneration.CodeVariableReference DeclareVariable(Mono.CodeGeneration.CodeExpression initValue) { throw null; }
- public Mono.CodeGeneration.CodeVariableReference DeclareVariable(System.Type type) { throw null; }
- public Mono.CodeGeneration.CodeVariableReference DeclareVariable(System.Type type, Mono.CodeGeneration.CodeExpression initValue) { throw null; }
- public Mono.CodeGeneration.CodeVariableReference DeclareVariable(System.Type type, object ob) { throw null; }
- public void Else() { }
- public void ElseIf(Mono.CodeGeneration.CodeExpression condition) { }
- public void EndFor() { }
- public void EndForeach() { }
- public void EndIf() { }
- public void EndSelect() { }
- public void EndWhile() { }
- public void For(Mono.CodeGeneration.CodeExpression initExp, Mono.CodeGeneration.CodeExpression conditionExp, Mono.CodeGeneration.CodeExpression nextExp) { }
- public void Foreach(System.Type type, out Mono.CodeGeneration.CodeExpression item, Mono.CodeGeneration.CodeExpression array) { item = default(Mono.CodeGeneration.CodeExpression); }
- public void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public void If(Mono.CodeGeneration.CodeExpression condition) { }
- public void Inc(Mono.CodeGeneration.CodeValueReference val) { }
- public static Mono.CodeGeneration.CodeBuilder operator +(Mono.CodeGeneration.CodeBuilder cb, Mono.CodeGeneration.CodeItem e) { throw null; }
- public string PrintCode() { throw null; }
- public void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- public void Return() { }
- public void Return(Mono.CodeGeneration.CodeExpression exp) { }
- public void Select() { }
- public Mono.CodeGeneration.CodeExpression When(Mono.CodeGeneration.CodeExpression condition, Mono.CodeGeneration.CodeExpression trueResult, Mono.CodeGeneration.CodeExpression falseResult) { throw null; }
- public void While(Mono.CodeGeneration.CodeExpression condition) { }
- }
- public partial class CodeCast : Mono.CodeGeneration.CodeExpression
- {
- public CodeCast(System.Type type, Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeClass
- {
- public CodeClass(System.Reflection.Emit.ModuleBuilder mb, string name) { }
- public CodeClass(System.Reflection.Emit.ModuleBuilder mb, string name, System.Reflection.TypeAttributes attr, System.Type baseType, params System.Type[] interfaces) { }
- public CodeClass(System.Reflection.Emit.ModuleBuilder mb, string name, System.Type baseType, params System.Type[] interfaces) { }
- public System.Reflection.Emit.TypeBuilder TypeBuilder { get { throw null; } }
- public Mono.CodeGeneration.CodeMethod CreateConstructor(System.Reflection.MethodAttributes attributes, params System.Type[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateConstructor(params System.Type[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.FieldInfo[] fields, Mono.CodeGeneration.CodeLiteral[] fieldValues) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs, string[] namedArgFieldNames, object[] namedArgValues) { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateMethod(string name, System.Reflection.MethodAttributes attributes, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateMethod(string name, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeProperty CreateProperty(string name, System.Type returnType, System.Reflection.MethodAttributes methodAttributes, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeProperty CreateProperty(string name, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateStaticMethod(string name, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public System.Type CreateType() { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateVirtualMethod(string name, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeFieldReference DefineField(string name, System.Type type, params Mono.CodeGeneration.CodeCustomAttribute[] customAttributes) { throw null; }
- public Mono.CodeGeneration.CodeFieldReference DefineField(string name, System.Type type, System.Reflection.FieldAttributes attrs, Mono.CodeGeneration.CodeExpression initialValue, params Mono.CodeGeneration.CodeCustomAttribute[] customAttributes) { throw null; }
- public Mono.CodeGeneration.CodeFieldReference DefineStaticField(Mono.CodeGeneration.CodeExpression initialValue, params Mono.CodeGeneration.CodeCustomAttribute[] customAttributes) { throw null; }
- public Mono.CodeGeneration.CodeFieldReference DefineStaticField(string name, System.Type type, Mono.CodeGeneration.CodeExpression initialValue, params Mono.CodeGeneration.CodeCustomAttribute[] customAttributes) { throw null; }
- public Mono.CodeGeneration.CodeMethod GetDefaultConstructor() { throw null; }
- public Mono.CodeGeneration.CodeMethod GetStaticConstructor() { throw null; }
- public Mono.CodeGeneration.CodeMethod ImplementMethod(System.Reflection.MethodInfo basem) { throw null; }
- public Mono.CodeGeneration.CodeMethod ImplementMethod(System.Type baseType, System.Reflection.MethodInfo basem) { throw null; }
- public Mono.CodeGeneration.CodeMethod ImplementMethod(System.Type baseType, string methodName) { throw null; }
- public string PrintCode() { throw null; }
- public void PrintCode(Mono.CodeGeneration.CodeWriter cw) { }
- }
- public abstract partial class CodeConditionExpression : Mono.CodeGeneration.CodeExpression
- {
- protected CodeConditionExpression() { }
- public virtual void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool jumpCase) { }
- }
- public partial class CodeCustomAttribute
- {
- public CodeCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder attributeBuilder, System.Type type, System.Reflection.ConstructorInfo constructor, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.MemberInfo[] namedArgMembers, Mono.CodeGeneration.CodeLiteral[] namedArgValues) { }
- public System.Reflection.Emit.CustomAttributeBuilder Builder { get { throw null; } }
- public static Mono.CodeGeneration.CodeCustomAttribute Create(System.Type attributeType) { throw null; }
- public static Mono.CodeGeneration.CodeCustomAttribute Create(System.Type attributeType, System.Type[] ctorArgTypes, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.MemberInfo[] members, Mono.CodeGeneration.CodeLiteral[] values) { throw null; }
- public static Mono.CodeGeneration.CodeCustomAttribute Create(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs, string[] namedArgNames, object[] namedArgValues) { throw null; }
- public string PrintCode() { throw null; }
- public void PrintCode(Mono.CodeGeneration.CodeWriter cw) { }
- }
- public partial class CodeDecrement : Mono.CodeGeneration.CodeValueReference
- {
- public CodeDecrement(Mono.CodeGeneration.CodeValueReference exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeDiv : Mono.CodeGeneration.CodeArithmeticOperation
- {
- public CodeDiv(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- }
- public partial class CodeEquals : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeEquals(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeExpression : Mono.CodeGeneration.CodeItem
- {
- protected CodeExpression() { }
- public Mono.CodeGeneration.CodeExpression ArrayLength { get { throw null; } }
- public Mono.CodeGeneration.CodeExpression IsNull { get { throw null; } }
- public bool IsNumber { get { throw null; } }
- public Mono.CodeGeneration.CodeValueReference this[Mono.CodeGeneration.CodeExpression index] { get { throw null; } }
- public Mono.CodeGeneration.CodeValueReference this[System.Reflection.FieldInfo field] { get { throw null; } }
- public Mono.CodeGeneration.CodeValueReference this[System.Reflection.PropertyInfo prop] { get { throw null; } }
- public Mono.CodeGeneration.CodeValueReference this[string name] { get { throw null; } }
- public static Mono.CodeGeneration.CodeExpression Add(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public Mono.CodeGeneration.CodeExpression And(Mono.CodeGeneration.CodeExpression other) { throw null; }
- public static Mono.CodeGeneration.CodeExpression AreEqual(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression AreNotEqual(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public Mono.CodeGeneration.CodeExpression Call(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression Call(string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallToString() { throw null; }
- public Mono.CodeGeneration.CodeExpression CastTo(System.Type type) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Divide(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public virtual void GenerateAsStatement(System.Reflection.Emit.ILGenerator gen) { }
- public abstract System.Type GetResultType();
- public Mono.CodeGeneration.CodeExpression Is(System.Type type) { throw null; }
- public static Mono.CodeGeneration.CodeExpression IsGreaterEqualThan(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression IsGreaterThan(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression IsSmallerEqualThan(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression IsSmallerThan(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public Mono.CodeGeneration.CodeValueReference MemGet(System.Reflection.MemberInfo member) { throw null; }
- public Mono.CodeGeneration.CodeValueReference MemGet(string name) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Multiply(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Not(Mono.CodeGeneration.CodeExpression e) { throw null; }
- public static Mono.CodeGeneration.CodeExpression NullValue(System.Type type) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Subtract(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- }
- public partial class CodeFieldReference : Mono.CodeGeneration.CodeValueReference
- {
- public CodeFieldReference(Mono.CodeGeneration.CodeExpression target, System.Reflection.FieldInfo field) { }
- public CodeFieldReference(System.Reflection.FieldInfo field) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeFor : Mono.CodeGeneration.CodeStatement
- {
- public CodeFor(Mono.CodeGeneration.CodeExpression initExp, Mono.CodeGeneration.CodeExpression conditionExp, Mono.CodeGeneration.CodeExpression nextExp) { }
- public Mono.CodeGeneration.CodeBlock ForBlock { get { throw null; } set { } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeForeach : Mono.CodeGeneration.CodeStatement
- {
- public CodeForeach(Mono.CodeGeneration.CodeExpression array, System.Type itemType) { }
- public Mono.CodeGeneration.CodeBlock ForBlock { get { throw null; } set { } }
- public Mono.CodeGeneration.CodeValueReference ItemExpression { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeGenerationHelper
- {
- public CodeGenerationHelper() { }
- public static void GenerateMethodCall(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public static void GenerateMethodCall(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodBase method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public static void GeneratePrimitiveValue() { }
- public static void GenerateSafeConversion(System.Reflection.Emit.ILGenerator gen, System.Type targetType, System.Type sourceType) { }
- public static System.Exception GetMethodException(System.Reflection.MethodBase method, string msg) { throw null; }
- public static bool IsNumber(System.Type t) { throw null; }
- public static void LoadFromPtr(System.Reflection.Emit.ILGenerator ig, System.Type t) { }
- public static void SaveToPtr(System.Reflection.Emit.ILGenerator ig, System.Type t) { }
- }
- public partial class CodeGreaterEqualThan : Mono.CodeGeneration.CodeBinaryComparison
- {
- public CodeGreaterEqualThan(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) : base (default(Mono.CodeGeneration.CodeExpression), default(Mono.CodeGeneration.CodeExpression), default(string)) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- }
- public partial class CodeGreaterThan : Mono.CodeGeneration.CodeBinaryComparison
- {
- public CodeGreaterThan(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) : base (default(Mono.CodeGeneration.CodeExpression), default(Mono.CodeGeneration.CodeExpression), default(string)) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- }
- public partial class CodeIf : Mono.CodeGeneration.CodeStatement
- {
- public CodeIf(Mono.CodeGeneration.CodeExpression condition) { }
- public Mono.CodeGeneration.CodeBlock FalseBlock { get { throw null; } set { } }
- public Mono.CodeGeneration.CodeBlock TrueBlock { get { throw null; } set { } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeIncrement : Mono.CodeGeneration.CodeValueReference
- {
- public CodeIncrement(Mono.CodeGeneration.CodeValueReference exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateAsStatement(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeIs : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeIs(System.Type type, Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeItem
- {
- protected CodeItem() { }
- public abstract void Generate(System.Reflection.Emit.ILGenerator gen);
- public abstract void PrintCode(Mono.CodeGeneration.CodeWriter cp);
- }
- public partial class CodeLessEqualThan : Mono.CodeGeneration.CodeBinaryComparison
- {
- public CodeLessEqualThan(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) : base (default(Mono.CodeGeneration.CodeExpression), default(Mono.CodeGeneration.CodeExpression), default(string)) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- }
- public partial class CodeLessThan : Mono.CodeGeneration.CodeBinaryComparison
- {
- public CodeLessThan(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) : base (default(Mono.CodeGeneration.CodeExpression), default(Mono.CodeGeneration.CodeExpression), default(string)) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- }
- public partial class CodeLiteral : Mono.CodeGeneration.CodeExpression
- {
- public CodeLiteral(object value) { }
- public CodeLiteral(object value, System.Type type) { }
- public object Value { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeMethod
- {
- internal CodeMethod() { }
- public System.Reflection.MethodAttributes Attributes { get { throw null; } }
- public Mono.CodeGeneration.CodeBuilder CodeBuilder { get { throw null; } }
- public System.Reflection.Emit.TypeBuilder DeclaringType { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public System.Reflection.MethodBase MethodBase { get { throw null; } }
- public System.Reflection.MethodInfo MethodInfo { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Type[] ParameterTypes { get { throw null; } }
- public System.Type ReturnType { get { throw null; } }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.FieldInfo[] fields, Mono.CodeGeneration.CodeLiteral[] fieldValues) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs, string[] namedArgFieldNames, object[] namedArgValues) { throw null; }
- public static Mono.CodeGeneration.CodeMethod DefineConstructor(Mono.CodeGeneration.CodeClass cls, System.Reflection.MethodAttributes attributes, System.Type[] parameterTypes) { throw null; }
- public void Generate() { }
- public Mono.CodeGeneration.CodeArgumentReference GetArg(int n) { throw null; }
- public Mono.CodeGeneration.CodeArgumentReference GetThis() { throw null; }
- public string PrintCode() { throw null; }
- public virtual void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- public void UpdateMethodBase(System.Type type) { }
- }
- public partial class CodeMethodCall : Mono.CodeGeneration.CodeExpression
- {
- public CodeMethodCall(Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodBase method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(Mono.CodeGeneration.CodeExpression target, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(System.Type type, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateAsStatement(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeModule
- {
- public CodeModule(string name) { }
- public System.Reflection.Emit.ModuleBuilder ModuleBuilder { get { throw null; } }
- public static Mono.CodeGeneration.CodeModule Shared { get { throw null; } }
- public Mono.CodeGeneration.CodeClass CreateClass(string name) { throw null; }
- public Mono.CodeGeneration.CodeClass CreateClass(string name, System.Reflection.TypeAttributes attr, System.Type baseType, params System.Type[] interfaces) { throw null; }
- public Mono.CodeGeneration.CodeClass CreateClass(string name, System.Type baseType, params System.Type[] interfaces) { throw null; }
- }
- public partial class CodeMul : Mono.CodeGeneration.CodeArithmeticOperation
- {
- public CodeMul(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- }
- public partial class CodeNeg : Mono.CodeGeneration.CodeExpression
- {
- public CodeNeg(Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeNew : Mono.CodeGeneration.CodeExpression
- {
- public CodeNew(System.Type type, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeNewArray : Mono.CodeGeneration.CodeExpression
- {
- public CodeNewArray(System.Type type, Mono.CodeGeneration.CodeExpression size) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeNot : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeNot(Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeNotEquals : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeNotEquals(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeOr : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeOr(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeProperty
- {
- internal CodeProperty() { }
- public System.Reflection.PropertyAttributes Attributes { get { throw null; } }
- public Mono.CodeGeneration.CodeBuilder CodeBuilderGet { get { throw null; } }
- public Mono.CodeGeneration.CodeBuilder CodeBuilderSet { get { throw null; } }
- public System.Reflection.Emit.TypeBuilder DeclaringType { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Type[] ParameterTypes { get { throw null; } }
- public System.Reflection.Emit.PropertyBuilder PropertyBuilder { get { throw null; } }
- public System.Type ReturnType { get { throw null; } }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.FieldInfo[] fields, Mono.CodeGeneration.CodeLiteral[] fieldValues) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs, string[] namedArgFieldNames, object[] namedArgValues) { throw null; }
- public void Generate() { }
- public Mono.CodeGeneration.CodeArgumentReference GetArg(int n) { throw null; }
- public Mono.CodeGeneration.CodeArgumentReference GetThis() { throw null; }
- public string PrintCode() { throw null; }
- public void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- public void UpdatePropertyInfo(System.Type type) { }
- }
- public partial class CodePropertyReference : Mono.CodeGeneration.CodeValueReference
- {
- public CodePropertyReference(Mono.CodeGeneration.CodeExpression target, System.Reflection.PropertyInfo property) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeReturn : Mono.CodeGeneration.CodeStatement
- {
- internal CodeReturn() { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeSelect : Mono.CodeGeneration.CodeStatement
- {
- public CodeSelect() { }
- public void AddCase(Mono.CodeGeneration.CodeExpression condition, Mono.CodeGeneration.CodeBlock block) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeSelfIncrement : Mono.CodeGeneration.CodeExpression
- {
- public CodeSelfIncrement(Mono.CodeGeneration.CodeValueReference exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeStatement : Mono.CodeGeneration.CodeItem
- {
- protected CodeStatement() { }
- }
- public partial class CodeSub : Mono.CodeGeneration.CodeArithmeticOperation
- {
- public CodeSub(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- }
- public partial class CodeSubstractOne : Mono.CodeGeneration.CodeExpression
- {
- public CodeSubstractOne(Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeTry : Mono.CodeGeneration.CodeStatement
- {
- public CodeTry() { }
- public System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<Mono.CodeGeneration.CodeVariableDeclaration, Mono.CodeGeneration.CodeBlock>> CatchBlocks { get { throw null; } }
- public Mono.CodeGeneration.CodeBlock FinallyBlock { get { throw null; } set { } }
- public Mono.CodeGeneration.CodeBlock TryBlock { get { throw null; } set { } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeValueReference : Mono.CodeGeneration.CodeExpression
- {
- protected CodeValueReference() { }
- public abstract void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value);
- }
- public partial class CodeVariableDeclaration : Mono.CodeGeneration.CodeStatement
- {
- public CodeVariableDeclaration(System.Type type, string name) { }
- public Mono.CodeGeneration.CodeVariableReference Variable { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeVariableReference : Mono.CodeGeneration.CodeValueReference
- {
- public CodeVariableReference(System.Type type, string name) { }
- public string Name { get { throw null; } }
- public System.Type Type { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeWhen : Mono.CodeGeneration.CodeExpression
- {
- public CodeWhen(Mono.CodeGeneration.CodeExpression condition, Mono.CodeGeneration.CodeExpression trueResult, Mono.CodeGeneration.CodeExpression falseResult) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeWhile : Mono.CodeGeneration.CodeStatement
- {
- public CodeWhile(Mono.CodeGeneration.CodeExpression condition) { }
- public Mono.CodeGeneration.CodeBlock WhileBlock { get { throw null; } set { } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeWriter
- {
- public CodeWriter(System.IO.TextWriter tw) { }
- public Mono.CodeGeneration.CodeWriter BeginLine() { throw null; }
- public Mono.CodeGeneration.CodeWriter EndLine() { throw null; }
- public void Indent() { }
- public void Unindent() { }
- public Mono.CodeGeneration.CodeWriter Write(string s) { throw null; }
- public Mono.CodeGeneration.CodeWriter WriteLine(string s) { throw null; }
- public Mono.CodeGeneration.CodeWriter WriteLineInd(string s) { throw null; }
- public Mono.CodeGeneration.CodeWriter WriteLineUnind(string s) { throw null; }
- }
- public partial class Exp
- {
- internal Exp() { }
- public static Mono.CodeGeneration.CodeExpression And(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression And(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2, Mono.CodeGeneration.CodeExpression e3) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(Mono.CodeGeneration.CodeExpression target, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(System.Type type, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeValueReference Inc(Mono.CodeGeneration.CodeValueReference e) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Literal(object ob) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Literal(string ob) { throw null; }
- public static Mono.CodeGeneration.CodeExpression New(System.Type type, params Mono.CodeGeneration.CodeExpression[] pars) { throw null; }
- public static Mono.CodeGeneration.CodeExpression NewArray(System.Type type, Mono.CodeGeneration.CodeExpression size) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Or(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- }
-}
-namespace Mono.Security.Protocol.Ntlm
-{
- public partial class ChallengeResponse : System.IDisposable
- {
- public ChallengeResponse() { }
- public ChallengeResponse(string password, byte[] challenge) { }
- public byte[] Challenge { get { throw null; } set { } }
- public byte[] LM { get { throw null; } }
- public byte[] LMSessionKey { get { throw null; } }
- public byte[] NT { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public void Dispose() { }
- ~ChallengeResponse() { }
- }
- public abstract partial class MessageBase
- {
- protected MessageBase(int messageType) { }
- protected MessageBase(int messageType, Mono.Security.Protocol.Ntlm.NtlmVersion version) { }
- public Mono.Security.Protocol.Ntlm.NtlmFlags Flags { get { throw null; } set { } }
- public byte[] OSVersion { get { throw null; } set { } }
- public int Type { get { throw null; } }
- public Mono.Security.Protocol.Ntlm.NtlmVersion Version { get { throw null; } }
- protected bool CheckHeader(byte[] message) { throw null; }
- protected virtual void Decode(byte[] message) { }
- public abstract byte[] GetBytes();
- protected byte[] PrepareMessage(int messageSize) { throw null; }
- }
- [System.FlagsAttribute]
- public enum NtlmFlags
- {
- Negotiate128 = 536870912,
- Negotiate56 = -2147483648,
- NegotiateAlwaysSign = 32768,
- NegotiateAnonymous = 2048,
- NegotiateDatagramStyle = 64,
- NegotiateDomainSupplied = 4096,
- NegotiateKeyExchange = 1073741824,
- NegotiateLm = 128,
- NegotiateNtlm = 512,
- NegotiateNtlm2Key = 524288,
- NegotiateOem = 2,
- NegotiateSeal = 32,
- NegotiateSign = 16,
- NegotiateUnicode = 1,
- NegotiateWorkstationSupplied = 8192,
- RequestTarget = 4,
- }
- public partial class NtlmTargetInformation
- {
- public NtlmTargetInformation() { }
- public string DnsDomainName { get { throw null; } set { } }
- public string DnsHostName { get { throw null; } set { } }
- public string DomainName { get { throw null; } set { } }
- public string ServerName { get { throw null; } set { } }
- public void Decode(byte[] bytes, int length, int offset) { }
- public byte[] ToBytes() { throw null; }
- }
- public enum NtlmVersion
- {
- Version1 = 0,
- Version2 = 1,
- Version3 = 2,
- }
- public partial class Type1Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type1Message() : base (default(int)) { }
- public Type1Message(Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public Type1Message(byte[] message) : base (default(int)) { }
- public Type1Message(byte[] message, Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public string Domain { get { throw null; } set { } }
- public string Host { get { throw null; } set { } }
- protected override void Decode(byte[] message) { }
- public override byte[] GetBytes() { throw null; }
- }
- public partial class Type2Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type2Message() : base (default(int)) { }
- public Type2Message(Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public Type2Message(byte[] message) : base (default(int)) { }
- public Type2Message(byte[] message, Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public byte[] Context { get { throw null; } set { } }
- public byte[] Nonce { get { throw null; } set { } }
- public Mono.Security.Protocol.Ntlm.NtlmTargetInformation Target { get { throw null; } }
- public string TargetName { get { throw null; } set { } }
- protected override void Decode(byte[] message) { }
- ~Type2Message() { }
- public override byte[] GetBytes() { throw null; }
- }
- public partial class Type3Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type3Message() : base (default(int)) { }
- public Type3Message(Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public Type3Message(byte[] message) : base (default(int)) { }
- public Type3Message(byte[] message, Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public byte[] Challenge { get { throw null; } set { } }
- public string Domain { get { throw null; } set { } }
- public string Host { get { throw null; } set { } }
- public byte[] LM { get { throw null; } }
- public byte[] NT { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public string Username { get { throw null; } set { } }
- protected override void Decode(byte[] message) { }
- ~Type3Message() { }
- public override byte[] GetBytes() { throw null; }
- }
-}
-namespace Mono.Security.Protocol.Tls
-{
- public delegate System.Security.Cryptography.X509Certificates.X509Certificate CertificateSelectionCallback(System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection serverRequestedCertificates);
- public delegate bool CertificateValidationCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, int[] certificateErrors);
- public delegate Mono.Security.Protocol.Tls.ValidationResult CertificateValidationCallback2(Mono.Security.X509.X509CertificateCollection collection);
- [System.SerializableAttribute]
- public enum CipherAlgorithmType
- {
- Des = 0,
- None = 1,
- Rc2 = 2,
- Rc4 = 3,
- Rijndael = 4,
- SkipJack = 5,
- TripleDes = 6,
- }
- [System.SerializableAttribute]
- public enum ExchangeAlgorithmType
- {
- DiffieHellman = 0,
- Fortezza = 1,
- None = 2,
- RsaKeyX = 3,
- RsaSign = 4,
- }
- [System.SerializableAttribute]
- public enum HashAlgorithmType
- {
- Md5 = 0,
- None = 1,
- Sha1 = 2,
- }
- public delegate System.Security.Cryptography.AsymmetricAlgorithm PrivateKeySelectionCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, string targetHost);
- public enum SecurityCompressionType
- {
- None = 0,
- Zlib = 1,
- }
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum SecurityProtocolType
- {
- Default = -1073741824,
- Ssl2 = 12,
- Ssl3 = 48,
- Tls = 192,
- }
- public partial class SslClientStream : Mono.Security.Protocol.Tls.SslStreamBase
- {
- public SslClientStream(System.IO.Stream stream, string targetHost, bool ownsStream) : base (default(System.IO.Stream), default(bool)) { }
- public SslClientStream(System.IO.Stream stream, string targetHost, bool ownsStream, Mono.Security.Protocol.Tls.SecurityProtocolType securityProtocolType) : base (default(System.IO.Stream), default(bool)) { }
- public SslClientStream(System.IO.Stream stream, string targetHost, bool ownsStream, Mono.Security.Protocol.Tls.SecurityProtocolType securityProtocolType, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates) : base (default(System.IO.Stream), default(bool)) { }
- public SslClientStream(System.IO.Stream stream, string targetHost, System.Security.Cryptography.X509Certificates.X509Certificate clientCertificate) : base (default(System.IO.Stream), default(bool)) { }
- public SslClientStream(System.IO.Stream stream, string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates) : base (default(System.IO.Stream), default(bool)) { }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } }
- public Mono.Security.Protocol.Tls.CertificateSelectionCallback ClientCertSelectionDelegate { get { throw null; } set { } }
- public Mono.Security.Protocol.Tls.PrivateKeySelectionCallback PrivateKeyCertSelectionDelegate { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509Certificate SelectedClientCertificate { get { throw null; } }
- public Mono.Security.Protocol.Tls.CertificateValidationCallback ServerCertValidationDelegate { get { throw null; } set { } }
- public event Mono.Security.Protocol.Tls.CertificateValidationCallback2 ServerCertValidation2 { add { } remove { } }
- protected override void Dispose(bool disposing) { }
- ~SslClientStream() { }
- }
- public partial class SslServerStream : Mono.Security.Protocol.Tls.SslStreamBase
- {
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate) : base (default(System.IO.Stream), default(bool)) { }
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool ownsStream) : base (default(System.IO.Stream), default(bool)) { }
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool ownsStream, Mono.Security.Protocol.Tls.SecurityProtocolType securityProtocolType) : base (default(System.IO.Stream), default(bool)) { }
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool requestClientCertificate, bool ownsStream) : base (default(System.IO.Stream), default(bool)) { }
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool requestClientCertificate, bool ownsStream, Mono.Security.Protocol.Tls.SecurityProtocolType securityProtocolType) : base (default(System.IO.Stream), default(bool)) { }
- public System.Security.Cryptography.X509Certificates.X509Certificate ClientCertificate { get { throw null; } }
- public Mono.Security.Protocol.Tls.CertificateValidationCallback ClientCertValidationDelegate { get { throw null; } set { } }
- public Mono.Security.Protocol.Tls.PrivateKeySelectionCallback PrivateKeyCertSelectionDelegate { get { throw null; } set { } }
- public event Mono.Security.Protocol.Tls.CertificateValidationCallback2 ClientCertValidation2 { add { } remove { } }
- protected override void Dispose(bool disposing) { }
- ~SslServerStream() { }
- }
- public abstract partial class SslStreamBase : System.IO.Stream, System.IDisposable
- {
- protected SslStreamBase(System.IO.Stream stream, bool ownsStream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool CheckCertRevocationStatus { get { throw null; } set { } }
- public Mono.Security.Protocol.Tls.CipherAlgorithmType CipherAlgorithm { get { throw null; } }
- public int CipherStrength { get { throw null; } }
- public Mono.Security.Protocol.Tls.HashAlgorithmType HashAlgorithm { get { throw null; } }
- public int HashStrength { get { throw null; } }
- public Mono.Security.Protocol.Tls.ExchangeAlgorithmType KeyExchangeAlgorithm { get { throw null; } }
- public int KeyExchangeStrength { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public Mono.Security.Protocol.Tls.SecurityProtocolType SecurityProtocol { get { throw null; } }
- public System.Security.Cryptography.X509Certificates.X509Certificate ServerCertificate { get { throw null; } }
- public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) { throw null; }
- public override void Close() { }
- protected override void Dispose(bool disposing) { }
- public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
- public override void EndWrite(System.IAsyncResult asyncResult) { }
- ~SslStreamBase() { }
- public override void Flush() { }
- public int Read(byte[] buffer) { throw null; }
- public override int Read(byte[] buffer, int offset, int count) { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long value) { }
- public void Write(byte[] buffer) { }
- public override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class ValidationResult
- {
- public ValidationResult(bool trusted, bool user_denied, int error_code) { }
- public int ErrorCode { get { throw null; } }
- public bool Trusted { get { throw null; } }
- public bool UserDenied { get { throw null; } }
- }
-}
namespace System
{
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
diff --git a/src/v4.5/System.Xml.Serialization.cs b/src/v4.5/System.Xml.Serialization.cs
index 7c3cf34..20d0efe 100644
--- a/src/v4.5/System.Xml.Serialization.cs
+++ b/src/v4.5/System.Xml.Serialization.cs
@@ -14,13 +14,30 @@
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.XmlSerializerFormatAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.IXmlSerializable))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlAnyAttributeAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlAnyElementAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlAnyElementAttributes))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlArrayAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlArrayItemAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlArrayItemAttributes))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlAttributeAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlAttributeOverrides))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlAttributes))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlChoiceIdentifierAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlElementAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlElementAttributes))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlEnumAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlIgnoreAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlIncludeAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlMapping))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlMappingAccess))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlNamespaceDeclarationsAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlReflectionImporter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlRootAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlSchemaProviderAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlSerializer))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlSerializerNamespaces))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlTextAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlTypeAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlTypeMapping))]
diff --git a/src/v4.5/System.cs b/src/v4.5/System.cs
index dee7880..d5d063a 100644
--- a/src/v4.5/System.cs
+++ b/src/v4.5/System.cs
@@ -25,6 +25,7 @@
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.SemaphoreFullException))]
namespace Microsoft.CSharp
{
public partial class CSharpCodeProvider : System.CodeDom.Compiler.CodeDomProvider
diff --git a/src/v4.5/WindowsBase.cs b/src/v4.5/WindowsBase.cs
index 6cf564e..77fe49e 100644
--- a/src/v4.5/WindowsBase.cs
+++ b/src/v4.5/WindowsBase.cs
@@ -38,7 +38,38 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedAction))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedEventArgs))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.AmbientAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ArrayExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ConstructorArgumentAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ContentPropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ContentWrapperAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.DateTimeValueSerializer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.DependsOnAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.DictionaryKeyPropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IComponentConnector))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.INameScope))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IProvideValueTarget))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IUriContext))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IValueSerializerContext))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IXamlTypeResolver))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.MarkupExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.MarkupExtensionReturnTypeAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.NameScopePropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.NullExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.RootNamespaceAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.RuntimeNamePropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.StaticExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.TrimSurroundingWhitespaceAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.TypeExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.UidPropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.UsableDuringInitializationAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ValueSerializer))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ValueSerializerAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.WhitespaceSignificantCollectionAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.XmlLangPropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.XmlnsCompatibleWithAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.XmlnsDefinitionAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.XmlnsPrefixAttribute))]
namespace System
{
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
diff --git a/src/v4.6.1/Facades/System.IO.cs b/src/v4.6.1/Facades/System.IO.cs
index bc69925..7e50f6b 100644
--- a/src/v4.6.1/Facades/System.IO.cs
+++ b/src/v4.6.1/Facades/System.IO.cs
@@ -17,7 +17,6 @@
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.BinaryReader))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.BinaryWriter))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.BufferedStream))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.EndOfStreamException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.FileNotFoundException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.InvalidDataException))]
diff --git a/src/v4.6.1/Facades/System.Reflection.cs b/src/v4.6.1/Facades/System.Reflection.cs
index e21f322..216b455 100644
--- a/src/v4.6.1/Facades/System.Reflection.cs
+++ b/src/v4.6.1/Facades/System.Reflection.cs
@@ -19,33 +19,25 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Assembly))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyContentType))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyName))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.BindingFlags))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ConstructorInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.CustomAttributeData))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.CustomAttributeNamedArgument))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.CustomAttributeTypedArgument))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.EventInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.FieldInfo))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ICustomAttributeProvider))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.IntrospectionExtensions))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.InvalidFilterCriteriaException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.IReflectableType))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.LocalVariableInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ManifestResourceInfo))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MemberFilter))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MemberInfo))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MemberTypes))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MethodBase))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MethodInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Module))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ParameterInfo))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ParameterModifier))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.PropertyInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ReflectionContext))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ReflectionTypeLoadException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ResourceLocation))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TargetException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TargetInvocationException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TargetParameterCountException))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TypeFilter))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TypeInfo))]
diff --git a/src/v4.6.1/Facades/System.Runtime.cs b/src/v4.6.1/Facades/System.Runtime.cs
index cadeb0d..cf5128a 100644
--- a/src/v4.6.1/Facades/System.Runtime.cs
+++ b/src/v4.6.1/Facades/System.Runtime.cs
@@ -234,8 +234,6 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.CharSet))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComVisibleAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.FieldOffsetAttribute))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.GCHandle))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.GCHandleType))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.LayoutKind))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.OutAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.StructLayoutAttribute))]
diff --git a/src/v4.6.1/Facades/System.ServiceModel.Http.cs b/src/v4.6.1/Facades/System.ServiceModel.Http.cs
index 177dd59..85218ad 100644
--- a/src/v4.6.1/Facades/System.ServiceModel.Http.cs
+++ b/src/v4.6.1/Facades/System.ServiceModel.Http.cs
@@ -17,11 +17,8 @@
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpBinding))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpMessageCredentialType))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpsBinding))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpSecurity))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpSecurityMode))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpsSecurity))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpsSecurityMode))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.HttpRequestMessageProperty))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.HttpResponseMessageProperty))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.HttpsTransportBindingElement))]
@@ -34,4 +31,3 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.HttpTransportSecurity))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.NetHttpBinding))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.NetHttpMessageEncoding))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.NetHttpsBinding))]
diff --git a/src/v4.6.1/Facades/System.ServiceModel.Primitives.cs b/src/v4.6.1/Facades/System.ServiceModel.Primitives.cs
index 105228a..ee7fd67 100644
--- a/src/v4.6.1/Facades/System.ServiceModel.Primitives.cs
+++ b/src/v4.6.1/Facades/System.ServiceModel.Primitives.cs
@@ -15,7 +15,6 @@
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IdentityModel.Selectors.X509CertificateValidator))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ActionNotSupportedException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ChannelFactory))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ChannelFactory<>))]
@@ -132,7 +131,6 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageContractMemberAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageCredentialType))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageHeader<>))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageHeaderAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageHeaderException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageParameterAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.OperationContext))]
@@ -146,10 +144,6 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.SecurityAccessDeniedException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.UserNamePasswordClientCredential))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.WindowsClientCredential))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.X509CertificateInitiatorClientCredential))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.X509CertificateRecipientClientCredential))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.X509CertificateValidationMode))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.X509ServiceCertificateAuthentication))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.SecurityMode))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ServerTooBusyException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ServiceActivationException))]
diff --git a/src/v4.6.1/Facades/System.Text.RegularExpressions.cs b/src/v4.6.1/Facades/System.Text.RegularExpressions.cs
index 9f5d394..1086441 100644
--- a/src/v4.6.1/Facades/System.Text.RegularExpressions.cs
+++ b/src/v4.6.1/Facades/System.Text.RegularExpressions.cs
@@ -25,5 +25,3 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.Regex))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.RegexMatchTimeoutException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.RegexOptions))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.RegexRunner))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.RegexRunnerFactory))]
diff --git a/src/v4.6.1/System.IdentityModel.extra.cs b/src/v4.6.1/System.IdentityModel.extra.cs
new file mode 100644
index 0000000..20912c3
--- /dev/null
+++ b/src/v4.6.1/System.IdentityModel.extra.cs
@@ -0,0 +1,19 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+namespace System.ServiceModel.Security
+{
+ internal partial class EncryptedKey { }
+ internal partial class EncryptedKeyHashIdentifierClause { }
+ internal partial class EncryptedType { }
+ internal partial interface ISspiNegotiation { }
+ internal partial interface ISspiNegotiationInfo { }
+ internal partial class ReferenceList { }
+ internal partial class RelAssertionDirectKeyIdentifierClause { }
+ internal partial class SamlAssertionDirectKeyIdentifierClause { }
+}
+namespace System.ServiceModel.Security.Tokens
+{
+ internal partial class BufferedGenericXmlSecurityToken { }
+}
diff --git a/src/v4.6.1/System.Net.cs b/src/v4.6.1/System.Net.cs
index 319ba08..a09e029 100644
--- a/src/v4.6.1/System.Net.cs
+++ b/src/v4.6.1/System.Net.cs
@@ -26,22 +26,51 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.CookieCollection))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.CookieContainer))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.CookieException))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DnsEndPoint))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DownloadProgressChangedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DownloadProgressChangedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DownloadStringCompletedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DownloadStringCompletedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.EndPoint))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpRequestHeader))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpStatusCode))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpWebRequest))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpWebResponse))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.ICredentials))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.IPAddress))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.IPEndPoint))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.IWebRequestCreate))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkCredential))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.NetworkAddressChangedEventHandler))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.NetworkChange))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.NetworkInterface))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.OpenReadCompletedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.OpenReadCompletedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.OpenWriteCompletedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.OpenWriteCompletedEventHandler))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.ProtocolViolationException))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.SocketAddress))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.AddressFamily))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.ProtocolType))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.Socket))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketAsyncEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketAsyncOperation))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketError))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketException))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketShutdown))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketType))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.UploadProgressChangedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.UploadProgressChangedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.UploadStringCompletedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.UploadStringCompletedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebClient))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebExceptionStatus))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebHeaderCollection))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebRequest))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebResponse))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WriteStreamClosedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WriteStreamClosedEventHandler))]
namespace System
{
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
diff --git a/src/v4.6.1/System.ServiceModel.Activation.cs b/src/v4.6.1/System.ServiceModel.Activation.cs
index 5c191ea..8cc1755 100644
--- a/src/v4.6.1/System.ServiceModel.Activation.cs
+++ b/src/v4.6.1/System.ServiceModel.Activation.cs
@@ -79,16 +79,20 @@ namespace System.ServiceModel.Activation
}
#if WEB_DEP
public sealed partial class ServiceBuildProvider : System.Web.Compilation.BuildProvider
+#else
+ public sealed partial class ServiceBuildProvider
+#endif
{
public ServiceBuildProvider() { }
+#if WEB_DEP
public override System.Web.Compilation.CompilerType CodeCompilerType { get { throw null; } }
public override System.Collections.ICollection VirtualPathDependencies { get { throw null; } }
public override void GenerateCode(System.Web.Compilation.AssemblyBuilder assemblyBuilder) { }
protected override System.CodeDom.CodeCompileUnit GetCodeCompileUnit(out System.Collections.IDictionary linePragmasTable) { linePragmasTable = default(System.Collections.IDictionary); throw null; }
public override string GetCustomString(System.CodeDom.Compiler.CompilerResults results) { throw null; }
public override System.Web.Compilation.BuildProviderResultFlags GetResultFlags(System.CodeDom.Compiler.CompilerResults results) { throw null; }
- }
#endif
+ }
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
#if SERVICEMODEL_DEP
public partial class ServiceHostFactory : System.ServiceModel.Activation.ServiceHostFactoryBase
@@ -106,20 +110,28 @@ namespace System.ServiceModel.Activation
}
#if SERVICEMODEL_DEP
public partial class ServiceRoute : System.Web.Routing.Route
+#else
+ public partial class ServiceRoute
+#endif
{
+#if SERVICEMODEL_DEP
public ServiceRoute(string routePrefix, System.ServiceModel.Activation.ServiceHostFactoryBase serviceHostFactory, System.Type serviceType) : base (default(string), default(System.Web.Routing.IRouteHandler)) { }
- }
#endif
+ }
}
namespace System.ServiceModel.Activities.Activation
{
#if WORKFLOW_DEP
public partial class WorkflowServiceHostFactory : System.ServiceModel.Activation.ServiceHostFactoryBase
+#else
+ public partial class WorkflowServiceHostFactory
+#endif
{
public WorkflowServiceHostFactory() { }
+#if WORKFLOW_DEP
public override System.ServiceModel.ServiceHostBase CreateServiceHost(string constructorString, System.Uri[] baseAddresses) { throw null; }
protected virtual System.ServiceModel.Activities.WorkflowServiceHost CreateWorkflowServiceHost(System.Activities.Activity activity, System.Uri[] baseAddresses) { throw null; }
protected virtual System.ServiceModel.Activities.WorkflowServiceHost CreateWorkflowServiceHost(System.ServiceModel.Activities.WorkflowService service, System.Uri[] baseAddresses) { throw null; }
- }
#endif
+ }
}
diff --git a/src/v4.6.1/System.ServiceModel.Web.cs b/src/v4.6.1/System.ServiceModel.Web.cs
index 727516d..a4f996e 100644
--- a/src/v4.6.1/System.ServiceModel.Web.cs
+++ b/src/v4.6.1/System.ServiceModel.Web.cs
@@ -21,6 +21,48 @@
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.DataContractJsonSerializer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.IXmlJsonReaderInitializer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.IXmlJsonWriterInitializer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.JsonReaderWriterFactory))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Atom10FeedFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Atom10FeedFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Atom10ItemFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Atom10ItemFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.CategoriesDocument))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.CategoriesDocumentFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.InlineCategoriesDocument))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.ReferencedCategoriesDocument))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.ResourceCollectionInfo))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Rss20FeedFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Rss20FeedFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Rss20ItemFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Rss20ItemFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.ServiceDocument))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.ServiceDocumentFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationCategory))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationContent))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationElementExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationElementExtensionCollection))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationFeed))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationFeedFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationItem))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationItemFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationLink))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationPerson))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationVersions))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.TextSyndicationContent))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.TextSyndicationContentKind))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.UrlSyndicationContent))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Workspace))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.XmlSyndicationContent))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplate))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplateEquivalenceComparer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplateMatch))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplateMatchException))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplateTable))]
namespace System.ServiceModel
{
public partial class WebHttpBinding : System.ServiceModel.Channels.Binding, System.ServiceModel.Channels.IBindingRuntimePreferences
diff --git a/src/v4.6.1/System.ServiceModel.cs b/src/v4.6.1/System.ServiceModel.cs
index 7b8b065..8b6fe68 100644
--- a/src/v4.6.1/System.ServiceModel.cs
+++ b/src/v4.6.1/System.ServiceModel.cs
@@ -26,832 +26,25 @@
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
[assembly:System.Security.SecurityCriticalAttribute((System.Security.SecurityCriticalScope)(0))]
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Activation.HostedTransportConfiguration))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Activation.ServiceBuildProvider))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Activation.ServiceHostFactory))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.BinarySecretKeyIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.EncryptedKey))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.EncryptedKeyHashIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.EncryptedType))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.ISspiNegotiation))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.ISspiNegotiationInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.KeyNameIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.ReferenceList))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.RelAssertionDirectKeyIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.SamlAssertionDirectKeyIdentifierClause))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.SecurityContextKeyIdentifierClause))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.Tokens.BinarySecretSecurityToken))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.Tokens.BufferedGenericXmlSecurityToken))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.Tokens.WrappedKeySecurityToken))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.X509CertificateValidationMode))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ServiceHostingEnvironment))]
-namespace Mono.CodeGeneration
-{
- public partial class CodeAdd : Mono.CodeGeneration.CodeArithmeticOperation
- {
- public CodeAdd(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- }
- public partial class CodeAddOne : Mono.CodeGeneration.CodeExpression
- {
- public CodeAddOne(Mono.CodeGeneration.CodeValueReference exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeAnd : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeAnd(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeArgument : Mono.CodeGeneration.CodeExpression
- {
- public CodeArgument(int arg, System.Type type) { }
- public int Argument { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeArgumentReference : Mono.CodeGeneration.CodeValueReference
- {
- public CodeArgumentReference(System.Type type, int argNum, string name) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeArithmeticOperation : Mono.CodeGeneration.CodeExpression
- {
- protected Mono.CodeGeneration.CodeExpression exp1;
- protected Mono.CodeGeneration.CodeExpression exp2;
- protected string symbol;
- protected System.Type t1;
- protected System.Type t2;
- protected CodeArithmeticOperation() { }
- public CodeArithmeticOperation(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2, string symbol) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeArrayItem : Mono.CodeGeneration.CodeValueReference
- {
- public CodeArrayItem(Mono.CodeGeneration.CodeExpression array, Mono.CodeGeneration.CodeExpression index) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeArrayLength : Mono.CodeGeneration.CodeExpression
- {
- public CodeArrayLength(Mono.CodeGeneration.CodeExpression array) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeAssignment : Mono.CodeGeneration.CodeExpression
- {
- public CodeAssignment(Mono.CodeGeneration.CodeValueReference var, Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateAsStatement(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeBinaryComparison : Mono.CodeGeneration.CodeConditionExpression
- {
- protected Mono.CodeGeneration.CodeExpression exp1;
- protected Mono.CodeGeneration.CodeExpression exp2;
- protected System.Type t1;
- protected System.Type t2;
- public CodeBinaryComparison(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2, string symbol) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeBinaryOperation : Mono.CodeGeneration.CodeConditionExpression
- {
- protected Mono.CodeGeneration.CodeExpression exp1;
- protected Mono.CodeGeneration.CodeExpression exp2;
- protected System.Type t1;
- protected System.Type t2;
- public CodeBinaryOperation(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2, string symbol) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeBlock : Mono.CodeGeneration.CodeItem
- {
- public CodeBlock() { }
- public bool IsEmpty { get { throw null; } }
- public void Add(Mono.CodeGeneration.CodeItem code) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public Mono.CodeGeneration.CodeItem GetLastItem() { throw null; }
- public static Mono.CodeGeneration.CodeBlock operator +(Mono.CodeGeneration.CodeBlock cb, Mono.CodeGeneration.CodeExpression e) { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeBuilder
- {
- public CodeBuilder(Mono.CodeGeneration.CodeClass codeClass) { }
- public Mono.CodeGeneration.CodeBlock CurrentBlock { get { throw null; } }
- public Mono.CodeGeneration.CodeClass OwnerClass { get { throw null; } }
- public void Assign(Mono.CodeGeneration.CodeValueReference var, Mono.CodeGeneration.CodeExpression val) { }
- public void Call(Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodBase method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(Mono.CodeGeneration.CodeExpression target, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(System.Type type, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public Mono.CodeGeneration.CodeExpression CallFunc(Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(Mono.CodeGeneration.CodeExpression target, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(System.Type type, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public void Case(Mono.CodeGeneration.CodeExpression condition) { }
- public void ConsoleWriteLine(params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void ConsoleWriteLine(params object[] parameters) { }
- public void Dec(Mono.CodeGeneration.CodeValueReference val) { }
- public Mono.CodeGeneration.CodeVariableReference DeclareVariable(Mono.CodeGeneration.CodeExpression initValue) { throw null; }
- public Mono.CodeGeneration.CodeVariableReference DeclareVariable(System.Type type) { throw null; }
- public Mono.CodeGeneration.CodeVariableReference DeclareVariable(System.Type type, Mono.CodeGeneration.CodeExpression initValue) { throw null; }
- public Mono.CodeGeneration.CodeVariableReference DeclareVariable(System.Type type, object ob) { throw null; }
- public void Else() { }
- public void ElseIf(Mono.CodeGeneration.CodeExpression condition) { }
- public void EndFor() { }
- public void EndForeach() { }
- public void EndIf() { }
- public void EndSelect() { }
- public void EndWhile() { }
- public void For(Mono.CodeGeneration.CodeExpression initExp, Mono.CodeGeneration.CodeExpression conditionExp, Mono.CodeGeneration.CodeExpression nextExp) { }
- public void Foreach(System.Type type, out Mono.CodeGeneration.CodeExpression item, Mono.CodeGeneration.CodeExpression array) { item = default(Mono.CodeGeneration.CodeExpression); }
- public void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public void If(Mono.CodeGeneration.CodeExpression condition) { }
- public void Inc(Mono.CodeGeneration.CodeValueReference val) { }
- public static Mono.CodeGeneration.CodeBuilder operator +(Mono.CodeGeneration.CodeBuilder cb, Mono.CodeGeneration.CodeItem e) { throw null; }
- public string PrintCode() { throw null; }
- public void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- public void Return() { }
- public void Return(Mono.CodeGeneration.CodeExpression exp) { }
- public void Select() { }
- public Mono.CodeGeneration.CodeExpression When(Mono.CodeGeneration.CodeExpression condition, Mono.CodeGeneration.CodeExpression trueResult, Mono.CodeGeneration.CodeExpression falseResult) { throw null; }
- public void While(Mono.CodeGeneration.CodeExpression condition) { }
- }
- public partial class CodeCast : Mono.CodeGeneration.CodeExpression
- {
- public CodeCast(System.Type type, Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeClass
- {
- public CodeClass(System.Reflection.Emit.ModuleBuilder mb, string name) { }
- public CodeClass(System.Reflection.Emit.ModuleBuilder mb, string name, System.Reflection.TypeAttributes attr, System.Type baseType, params System.Type[] interfaces) { }
- public CodeClass(System.Reflection.Emit.ModuleBuilder mb, string name, System.Type baseType, params System.Type[] interfaces) { }
- public System.Reflection.Emit.TypeBuilder TypeBuilder { get { throw null; } }
- public Mono.CodeGeneration.CodeMethod CreateConstructor(System.Reflection.MethodAttributes attributes, params System.Type[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateConstructor(params System.Type[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.FieldInfo[] fields, Mono.CodeGeneration.CodeLiteral[] fieldValues) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs, string[] namedArgFieldNames, object[] namedArgValues) { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateMethod(string name, System.Reflection.MethodAttributes attributes, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateMethod(string name, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeProperty CreateProperty(string name, System.Type returnType, System.Reflection.MethodAttributes methodAttributes, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeProperty CreateProperty(string name, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateStaticMethod(string name, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public System.Type CreateType() { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateVirtualMethod(string name, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeFieldReference DefineField(string name, System.Type type, params Mono.CodeGeneration.CodeCustomAttribute[] customAttributes) { throw null; }
- public Mono.CodeGeneration.CodeFieldReference DefineField(string name, System.Type type, System.Reflection.FieldAttributes attrs, Mono.CodeGeneration.CodeExpression initialValue, params Mono.CodeGeneration.CodeCustomAttribute[] customAttributes) { throw null; }
- public Mono.CodeGeneration.CodeFieldReference DefineStaticField(Mono.CodeGeneration.CodeExpression initialValue, params Mono.CodeGeneration.CodeCustomAttribute[] customAttributes) { throw null; }
- public Mono.CodeGeneration.CodeFieldReference DefineStaticField(string name, System.Type type, Mono.CodeGeneration.CodeExpression initialValue, params Mono.CodeGeneration.CodeCustomAttribute[] customAttributes) { throw null; }
- public Mono.CodeGeneration.CodeMethod GetDefaultConstructor() { throw null; }
- public Mono.CodeGeneration.CodeMethod GetStaticConstructor() { throw null; }
- public Mono.CodeGeneration.CodeMethod ImplementMethod(System.Reflection.MethodInfo basem) { throw null; }
- public Mono.CodeGeneration.CodeMethod ImplementMethod(System.Type baseType, System.Reflection.MethodInfo basem) { throw null; }
- public Mono.CodeGeneration.CodeMethod ImplementMethod(System.Type baseType, string methodName) { throw null; }
- public string PrintCode() { throw null; }
- public void PrintCode(Mono.CodeGeneration.CodeWriter cw) { }
- }
- public abstract partial class CodeConditionExpression : Mono.CodeGeneration.CodeExpression
- {
- protected CodeConditionExpression() { }
- public virtual void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool jumpCase) { }
- }
- public partial class CodeCustomAttribute
- {
- public CodeCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder attributeBuilder, System.Type type, System.Reflection.ConstructorInfo constructor, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.MemberInfo[] namedArgMembers, Mono.CodeGeneration.CodeLiteral[] namedArgValues) { }
- public System.Reflection.Emit.CustomAttributeBuilder Builder { get { throw null; } }
- public static Mono.CodeGeneration.CodeCustomAttribute Create(System.Type attributeType) { throw null; }
- public static Mono.CodeGeneration.CodeCustomAttribute Create(System.Type attributeType, System.Type[] ctorArgTypes, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.MemberInfo[] members, Mono.CodeGeneration.CodeLiteral[] values) { throw null; }
- public static Mono.CodeGeneration.CodeCustomAttribute Create(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs, string[] namedArgNames, object[] namedArgValues) { throw null; }
- public string PrintCode() { throw null; }
- public void PrintCode(Mono.CodeGeneration.CodeWriter cw) { }
- }
- public partial class CodeDecrement : Mono.CodeGeneration.CodeValueReference
- {
- public CodeDecrement(Mono.CodeGeneration.CodeValueReference exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeDiv : Mono.CodeGeneration.CodeArithmeticOperation
- {
- public CodeDiv(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- }
- public partial class CodeEquals : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeEquals(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeExpression : Mono.CodeGeneration.CodeItem
- {
- protected CodeExpression() { }
- public Mono.CodeGeneration.CodeExpression ArrayLength { get { throw null; } }
- public Mono.CodeGeneration.CodeExpression IsNull { get { throw null; } }
- public bool IsNumber { get { throw null; } }
- public Mono.CodeGeneration.CodeValueReference this[Mono.CodeGeneration.CodeExpression index] { get { throw null; } }
- public Mono.CodeGeneration.CodeValueReference this[System.Reflection.FieldInfo field] { get { throw null; } }
- public Mono.CodeGeneration.CodeValueReference this[System.Reflection.PropertyInfo prop] { get { throw null; } }
- public Mono.CodeGeneration.CodeValueReference this[string name] { get { throw null; } }
- public static Mono.CodeGeneration.CodeExpression Add(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public Mono.CodeGeneration.CodeExpression And(Mono.CodeGeneration.CodeExpression other) { throw null; }
- public static Mono.CodeGeneration.CodeExpression AreEqual(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression AreNotEqual(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public Mono.CodeGeneration.CodeExpression Call(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression Call(string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallToString() { throw null; }
- public Mono.CodeGeneration.CodeExpression CastTo(System.Type type) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Divide(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public virtual void GenerateAsStatement(System.Reflection.Emit.ILGenerator gen) { }
- public abstract System.Type GetResultType();
- public Mono.CodeGeneration.CodeExpression Is(System.Type type) { throw null; }
- public static Mono.CodeGeneration.CodeExpression IsGreaterEqualThan(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression IsGreaterThan(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression IsSmallerEqualThan(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression IsSmallerThan(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public Mono.CodeGeneration.CodeValueReference MemGet(System.Reflection.MemberInfo member) { throw null; }
- public Mono.CodeGeneration.CodeValueReference MemGet(string name) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Multiply(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Not(Mono.CodeGeneration.CodeExpression e) { throw null; }
- public static Mono.CodeGeneration.CodeExpression NullValue(System.Type type) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Subtract(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- }
- public partial class CodeFieldReference : Mono.CodeGeneration.CodeValueReference
- {
- public CodeFieldReference(Mono.CodeGeneration.CodeExpression target, System.Reflection.FieldInfo field) { }
- public CodeFieldReference(System.Reflection.FieldInfo field) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeFor : Mono.CodeGeneration.CodeStatement
- {
- public CodeFor(Mono.CodeGeneration.CodeExpression initExp, Mono.CodeGeneration.CodeExpression conditionExp, Mono.CodeGeneration.CodeExpression nextExp) { }
- public Mono.CodeGeneration.CodeBlock ForBlock { get { throw null; } set { } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeForeach : Mono.CodeGeneration.CodeStatement
- {
- public CodeForeach(Mono.CodeGeneration.CodeExpression array, System.Type itemType) { }
- public Mono.CodeGeneration.CodeBlock ForBlock { get { throw null; } set { } }
- public Mono.CodeGeneration.CodeValueReference ItemExpression { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeGenerationHelper
- {
- public CodeGenerationHelper() { }
- public static void GenerateMethodCall(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public static void GenerateMethodCall(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodBase method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public static void GeneratePrimitiveValue() { }
- public static void GenerateSafeConversion(System.Reflection.Emit.ILGenerator gen, System.Type targetType, System.Type sourceType) { }
- public static System.Exception GetMethodException(System.Reflection.MethodBase method, string msg) { throw null; }
- public static bool IsNumber(System.Type t) { throw null; }
- public static void LoadFromPtr(System.Reflection.Emit.ILGenerator ig, System.Type t) { }
- public static void SaveToPtr(System.Reflection.Emit.ILGenerator ig, System.Type t) { }
- }
- public partial class CodeGreaterEqualThan : Mono.CodeGeneration.CodeBinaryComparison
- {
- public CodeGreaterEqualThan(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) : base (default(Mono.CodeGeneration.CodeExpression), default(Mono.CodeGeneration.CodeExpression), default(string)) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- }
- public partial class CodeGreaterThan : Mono.CodeGeneration.CodeBinaryComparison
- {
- public CodeGreaterThan(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) : base (default(Mono.CodeGeneration.CodeExpression), default(Mono.CodeGeneration.CodeExpression), default(string)) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- }
- public partial class CodeIf : Mono.CodeGeneration.CodeStatement
- {
- public CodeIf(Mono.CodeGeneration.CodeExpression condition) { }
- public Mono.CodeGeneration.CodeBlock FalseBlock { get { throw null; } set { } }
- public Mono.CodeGeneration.CodeBlock TrueBlock { get { throw null; } set { } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeIncrement : Mono.CodeGeneration.CodeValueReference
- {
- public CodeIncrement(Mono.CodeGeneration.CodeValueReference exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateAsStatement(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeIs : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeIs(System.Type type, Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeItem
- {
- protected CodeItem() { }
- public abstract void Generate(System.Reflection.Emit.ILGenerator gen);
- public abstract void PrintCode(Mono.CodeGeneration.CodeWriter cp);
- }
- public partial class CodeLessEqualThan : Mono.CodeGeneration.CodeBinaryComparison
- {
- public CodeLessEqualThan(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) : base (default(Mono.CodeGeneration.CodeExpression), default(Mono.CodeGeneration.CodeExpression), default(string)) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- }
- public partial class CodeLessThan : Mono.CodeGeneration.CodeBinaryComparison
- {
- public CodeLessThan(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) : base (default(Mono.CodeGeneration.CodeExpression), default(Mono.CodeGeneration.CodeExpression), default(string)) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- }
- public partial class CodeLiteral : Mono.CodeGeneration.CodeExpression
- {
- public CodeLiteral(object value) { }
- public CodeLiteral(object value, System.Type type) { }
- public object Value { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeMethod
- {
- internal CodeMethod() { }
- public System.Reflection.MethodAttributes Attributes { get { throw null; } }
- public Mono.CodeGeneration.CodeBuilder CodeBuilder { get { throw null; } }
- public System.Reflection.Emit.TypeBuilder DeclaringType { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public System.Reflection.MethodBase MethodBase { get { throw null; } }
- public System.Reflection.MethodInfo MethodInfo { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Type[] ParameterTypes { get { throw null; } }
- public System.Type ReturnType { get { throw null; } }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.FieldInfo[] fields, Mono.CodeGeneration.CodeLiteral[] fieldValues) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs, string[] namedArgFieldNames, object[] namedArgValues) { throw null; }
- public static Mono.CodeGeneration.CodeMethod DefineConstructor(Mono.CodeGeneration.CodeClass cls, System.Reflection.MethodAttributes attributes, System.Type[] parameterTypes) { throw null; }
- public void Generate() { }
- public Mono.CodeGeneration.CodeArgumentReference GetArg(int n) { throw null; }
- public Mono.CodeGeneration.CodeArgumentReference GetThis() { throw null; }
- public string PrintCode() { throw null; }
- public virtual void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- public void UpdateMethodBase(System.Type type) { }
- }
- public partial class CodeMethodCall : Mono.CodeGeneration.CodeExpression
- {
- public CodeMethodCall(Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodBase method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(Mono.CodeGeneration.CodeExpression target, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(System.Type type, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateAsStatement(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeModule
- {
- public CodeModule(string name) { }
- public System.Reflection.Emit.ModuleBuilder ModuleBuilder { get { throw null; } }
- public static Mono.CodeGeneration.CodeModule Shared { get { throw null; } }
- public Mono.CodeGeneration.CodeClass CreateClass(string name) { throw null; }
- public Mono.CodeGeneration.CodeClass CreateClass(string name, System.Reflection.TypeAttributes attr, System.Type baseType, params System.Type[] interfaces) { throw null; }
- public Mono.CodeGeneration.CodeClass CreateClass(string name, System.Type baseType, params System.Type[] interfaces) { throw null; }
- }
- public partial class CodeMul : Mono.CodeGeneration.CodeArithmeticOperation
- {
- public CodeMul(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- }
- public partial class CodeNeg : Mono.CodeGeneration.CodeExpression
- {
- public CodeNeg(Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeNew : Mono.CodeGeneration.CodeExpression
- {
- public CodeNew(System.Type type, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeNewArray : Mono.CodeGeneration.CodeExpression
- {
- public CodeNewArray(System.Type type, Mono.CodeGeneration.CodeExpression size) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeNot : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeNot(Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeNotEquals : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeNotEquals(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeOr : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeOr(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeProperty
- {
- internal CodeProperty() { }
- public System.Reflection.PropertyAttributes Attributes { get { throw null; } }
- public Mono.CodeGeneration.CodeBuilder CodeBuilderGet { get { throw null; } }
- public Mono.CodeGeneration.CodeBuilder CodeBuilderSet { get { throw null; } }
- public System.Reflection.Emit.TypeBuilder DeclaringType { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Type[] ParameterTypes { get { throw null; } }
- public System.Reflection.Emit.PropertyBuilder PropertyBuilder { get { throw null; } }
- public System.Type ReturnType { get { throw null; } }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.FieldInfo[] fields, Mono.CodeGeneration.CodeLiteral[] fieldValues) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs, string[] namedArgFieldNames, object[] namedArgValues) { throw null; }
- public void Generate() { }
- public Mono.CodeGeneration.CodeArgumentReference GetArg(int n) { throw null; }
- public Mono.CodeGeneration.CodeArgumentReference GetThis() { throw null; }
- public string PrintCode() { throw null; }
- public void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- public void UpdatePropertyInfo(System.Type type) { }
- }
- public partial class CodePropertyReference : Mono.CodeGeneration.CodeValueReference
- {
- public CodePropertyReference(Mono.CodeGeneration.CodeExpression target, System.Reflection.PropertyInfo property) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeReturn : Mono.CodeGeneration.CodeStatement
- {
- internal CodeReturn() { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeSelect : Mono.CodeGeneration.CodeStatement
- {
- public CodeSelect() { }
- public void AddCase(Mono.CodeGeneration.CodeExpression condition, Mono.CodeGeneration.CodeBlock block) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeSelfIncrement : Mono.CodeGeneration.CodeExpression
- {
- public CodeSelfIncrement(Mono.CodeGeneration.CodeValueReference exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeStatement : Mono.CodeGeneration.CodeItem
- {
- protected CodeStatement() { }
- }
- public partial class CodeSub : Mono.CodeGeneration.CodeArithmeticOperation
- {
- public CodeSub(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- }
- public partial class CodeSubstractOne : Mono.CodeGeneration.CodeExpression
- {
- public CodeSubstractOne(Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeTry : Mono.CodeGeneration.CodeStatement
- {
- public CodeTry() { }
- public System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<Mono.CodeGeneration.CodeVariableDeclaration, Mono.CodeGeneration.CodeBlock>> CatchBlocks { get { throw null; } }
- public Mono.CodeGeneration.CodeBlock FinallyBlock { get { throw null; } set { } }
- public Mono.CodeGeneration.CodeBlock TryBlock { get { throw null; } set { } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeValueReference : Mono.CodeGeneration.CodeExpression
- {
- protected CodeValueReference() { }
- public abstract void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value);
- }
- public partial class CodeVariableDeclaration : Mono.CodeGeneration.CodeStatement
- {
- public CodeVariableDeclaration(System.Type type, string name) { }
- public Mono.CodeGeneration.CodeVariableReference Variable { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeVariableReference : Mono.CodeGeneration.CodeValueReference
- {
- public CodeVariableReference(System.Type type, string name) { }
- public string Name { get { throw null; } }
- public System.Type Type { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeWhen : Mono.CodeGeneration.CodeExpression
- {
- public CodeWhen(Mono.CodeGeneration.CodeExpression condition, Mono.CodeGeneration.CodeExpression trueResult, Mono.CodeGeneration.CodeExpression falseResult) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeWhile : Mono.CodeGeneration.CodeStatement
- {
- public CodeWhile(Mono.CodeGeneration.CodeExpression condition) { }
- public Mono.CodeGeneration.CodeBlock WhileBlock { get { throw null; } set { } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeWriter
- {
- public CodeWriter(System.IO.TextWriter tw) { }
- public Mono.CodeGeneration.CodeWriter BeginLine() { throw null; }
- public Mono.CodeGeneration.CodeWriter EndLine() { throw null; }
- public void Indent() { }
- public void Unindent() { }
- public Mono.CodeGeneration.CodeWriter Write(string s) { throw null; }
- public Mono.CodeGeneration.CodeWriter WriteLine(string s) { throw null; }
- public Mono.CodeGeneration.CodeWriter WriteLineInd(string s) { throw null; }
- public Mono.CodeGeneration.CodeWriter WriteLineUnind(string s) { throw null; }
- }
- public partial class Exp
- {
- internal Exp() { }
- public static Mono.CodeGeneration.CodeExpression And(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression And(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2, Mono.CodeGeneration.CodeExpression e3) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(Mono.CodeGeneration.CodeExpression target, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(System.Type type, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeValueReference Inc(Mono.CodeGeneration.CodeValueReference e) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Literal(object ob) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Literal(string ob) { throw null; }
- public static Mono.CodeGeneration.CodeExpression New(System.Type type, params Mono.CodeGeneration.CodeExpression[] pars) { throw null; }
- public static Mono.CodeGeneration.CodeExpression NewArray(System.Type type, Mono.CodeGeneration.CodeExpression size) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Or(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- }
-}
-namespace Mono.Security.Protocol.Ntlm
-{
- public partial class ChallengeResponse : System.IDisposable
- {
- public ChallengeResponse() { }
- public ChallengeResponse(string password, byte[] challenge) { }
- public byte[] Challenge { get { throw null; } set { } }
- public byte[] LM { get { throw null; } }
- public byte[] LMSessionKey { get { throw null; } }
- public byte[] NT { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public void Dispose() { }
- ~ChallengeResponse() { }
- }
- public abstract partial class MessageBase
- {
- protected MessageBase(int messageType) { }
- protected MessageBase(int messageType, Mono.Security.Protocol.Ntlm.NtlmVersion version) { }
- public Mono.Security.Protocol.Ntlm.NtlmFlags Flags { get { throw null; } set { } }
- public byte[] OSVersion { get { throw null; } set { } }
- public int Type { get { throw null; } }
- public Mono.Security.Protocol.Ntlm.NtlmVersion Version { get { throw null; } }
- protected bool CheckHeader(byte[] message) { throw null; }
- protected virtual void Decode(byte[] message) { }
- public abstract byte[] GetBytes();
- protected byte[] PrepareMessage(int messageSize) { throw null; }
- }
- [System.FlagsAttribute]
- public enum NtlmFlags
- {
- Negotiate128 = 536870912,
- Negotiate56 = -2147483648,
- NegotiateAlwaysSign = 32768,
- NegotiateAnonymous = 2048,
- NegotiateDatagramStyle = 64,
- NegotiateDomainSupplied = 4096,
- NegotiateKeyExchange = 1073741824,
- NegotiateLm = 128,
- NegotiateNtlm = 512,
- NegotiateNtlm2Key = 524288,
- NegotiateOem = 2,
- NegotiateSeal = 32,
- NegotiateSign = 16,
- NegotiateUnicode = 1,
- NegotiateWorkstationSupplied = 8192,
- RequestTarget = 4,
- }
- public partial class NtlmTargetInformation
- {
- public NtlmTargetInformation() { }
- public string DnsDomainName { get { throw null; } set { } }
- public string DnsHostName { get { throw null; } set { } }
- public string DomainName { get { throw null; } set { } }
- public string ServerName { get { throw null; } set { } }
- public void Decode(byte[] bytes, int length, int offset) { }
- public byte[] ToBytes() { throw null; }
- }
- public enum NtlmVersion
- {
- Version1 = 0,
- Version2 = 1,
- Version3 = 2,
- }
- public partial class Type1Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type1Message() : base (default(int)) { }
- public Type1Message(Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public Type1Message(byte[] message) : base (default(int)) { }
- public Type1Message(byte[] message, Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public string Domain { get { throw null; } set { } }
- public string Host { get { throw null; } set { } }
- protected override void Decode(byte[] message) { }
- public override byte[] GetBytes() { throw null; }
- }
- public partial class Type2Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type2Message() : base (default(int)) { }
- public Type2Message(Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public Type2Message(byte[] message) : base (default(int)) { }
- public Type2Message(byte[] message, Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public byte[] Context { get { throw null; } set { } }
- public byte[] Nonce { get { throw null; } set { } }
- public Mono.Security.Protocol.Ntlm.NtlmTargetInformation Target { get { throw null; } }
- public string TargetName { get { throw null; } set { } }
- protected override void Decode(byte[] message) { }
- ~Type2Message() { }
- public override byte[] GetBytes() { throw null; }
- }
- public partial class Type3Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type3Message() : base (default(int)) { }
- public Type3Message(Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public Type3Message(byte[] message) : base (default(int)) { }
- public Type3Message(byte[] message, Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public byte[] Challenge { get { throw null; } set { } }
- public string Domain { get { throw null; } set { } }
- public string Host { get { throw null; } set { } }
- public byte[] LM { get { throw null; } }
- public byte[] NT { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public string Username { get { throw null; } set { } }
- protected override void Decode(byte[] message) { }
- ~Type3Message() { }
- public override byte[] GetBytes() { throw null; }
- }
-}
-namespace Mono.Security.Protocol.Tls
-{
- public delegate System.Security.Cryptography.X509Certificates.X509Certificate CertificateSelectionCallback(System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection serverRequestedCertificates);
- public delegate bool CertificateValidationCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, int[] certificateErrors);
- public delegate Mono.Security.Protocol.Tls.ValidationResult CertificateValidationCallback2(Mono.Security.X509.X509CertificateCollection collection);
- [System.SerializableAttribute]
- public enum CipherAlgorithmType
- {
- Des = 0,
- None = 1,
- Rc2 = 2,
- Rc4 = 3,
- Rijndael = 4,
- SkipJack = 5,
- TripleDes = 6,
- }
- [System.SerializableAttribute]
- public enum ExchangeAlgorithmType
- {
- DiffieHellman = 0,
- Fortezza = 1,
- None = 2,
- RsaKeyX = 3,
- RsaSign = 4,
- }
- [System.SerializableAttribute]
- public enum HashAlgorithmType
- {
- Md5 = 0,
- None = 1,
- Sha1 = 2,
- }
- public delegate System.Security.Cryptography.AsymmetricAlgorithm PrivateKeySelectionCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, string targetHost);
- public enum SecurityCompressionType
- {
- None = 0,
- Zlib = 1,
- }
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum SecurityProtocolType
- {
- Default = -1073741824,
- Ssl2 = 12,
- Ssl3 = 48,
- Tls = 192,
- }
- public partial class SslClientStream : Mono.Security.Protocol.Tls.SslStreamBase
- {
- public SslClientStream(System.IO.Stream stream, string targetHost, bool ownsStream) : base (default(System.IO.Stream), default(bool)) { }
- public SslClientStream(System.IO.Stream stream, string targetHost, bool ownsStream, Mono.Security.Protocol.Tls.SecurityProtocolType securityProtocolType) : base (default(System.IO.Stream), default(bool)) { }
- public SslClientStream(System.IO.Stream stream, string targetHost, bool ownsStream, Mono.Security.Protocol.Tls.SecurityProtocolType securityProtocolType, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates) : base (default(System.IO.Stream), default(bool)) { }
- public SslClientStream(System.IO.Stream stream, string targetHost, System.Security.Cryptography.X509Certificates.X509Certificate clientCertificate) : base (default(System.IO.Stream), default(bool)) { }
- public SslClientStream(System.IO.Stream stream, string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates) : base (default(System.IO.Stream), default(bool)) { }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } }
- public Mono.Security.Protocol.Tls.CertificateSelectionCallback ClientCertSelectionDelegate { get { throw null; } set { } }
- public Mono.Security.Protocol.Tls.PrivateKeySelectionCallback PrivateKeyCertSelectionDelegate { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509Certificate SelectedClientCertificate { get { throw null; } }
- public Mono.Security.Protocol.Tls.CertificateValidationCallback ServerCertValidationDelegate { get { throw null; } set { } }
- public event Mono.Security.Protocol.Tls.CertificateValidationCallback2 ServerCertValidation2 { add { } remove { } }
- protected override void Dispose(bool disposing) { }
- ~SslClientStream() { }
- }
- public partial class SslServerStream : Mono.Security.Protocol.Tls.SslStreamBase
- {
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate) : base (default(System.IO.Stream), default(bool)) { }
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool ownsStream) : base (default(System.IO.Stream), default(bool)) { }
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool ownsStream, Mono.Security.Protocol.Tls.SecurityProtocolType securityProtocolType) : base (default(System.IO.Stream), default(bool)) { }
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool requestClientCertificate, bool ownsStream) : base (default(System.IO.Stream), default(bool)) { }
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool requestClientCertificate, bool ownsStream, Mono.Security.Protocol.Tls.SecurityProtocolType securityProtocolType) : base (default(System.IO.Stream), default(bool)) { }
- public System.Security.Cryptography.X509Certificates.X509Certificate ClientCertificate { get { throw null; } }
- public Mono.Security.Protocol.Tls.CertificateValidationCallback ClientCertValidationDelegate { get { throw null; } set { } }
- public Mono.Security.Protocol.Tls.PrivateKeySelectionCallback PrivateKeyCertSelectionDelegate { get { throw null; } set { } }
- public event Mono.Security.Protocol.Tls.CertificateValidationCallback2 ClientCertValidation2 { add { } remove { } }
- protected override void Dispose(bool disposing) { }
- ~SslServerStream() { }
- }
- public abstract partial class SslStreamBase : System.IO.Stream, System.IDisposable
- {
- protected SslStreamBase(System.IO.Stream stream, bool ownsStream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool CheckCertRevocationStatus { get { throw null; } set { } }
- public Mono.Security.Protocol.Tls.CipherAlgorithmType CipherAlgorithm { get { throw null; } }
- public int CipherStrength { get { throw null; } }
- public Mono.Security.Protocol.Tls.HashAlgorithmType HashAlgorithm { get { throw null; } }
- public int HashStrength { get { throw null; } }
- public Mono.Security.Protocol.Tls.ExchangeAlgorithmType KeyExchangeAlgorithm { get { throw null; } }
- public int KeyExchangeStrength { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public Mono.Security.Protocol.Tls.SecurityProtocolType SecurityProtocol { get { throw null; } }
- public System.Security.Cryptography.X509Certificates.X509Certificate ServerCertificate { get { throw null; } }
- public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) { throw null; }
- public override void Close() { }
- protected override void Dispose(bool disposing) { }
- public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
- public override void EndWrite(System.IAsyncResult asyncResult) { }
- ~SslStreamBase() { }
- public override void Flush() { }
- public int Read(byte[] buffer) { throw null; }
- public override int Read(byte[] buffer, int offset, int count) { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long value) { }
- public void Write(byte[] buffer) { }
- public override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class ValidationResult
- {
- public ValidationResult(bool trusted, bool user_denied, int error_code) { }
- public int ErrorCode { get { throw null; } }
- public bool Trusted { get { throw null; } }
- public bool UserDenied { get { throw null; } }
- }
-}
namespace System
{
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
diff --git a/src/v4.6.1/System.cs b/src/v4.6.1/System.cs
index c8d89a0..49f7036 100644
--- a/src/v4.6.1/System.cs
+++ b/src/v4.6.1/System.cs
@@ -25,6 +25,7 @@
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.SemaphoreFullException))]
namespace Microsoft.CSharp
{
public partial class CSharpCodeProvider : System.CodeDom.Compiler.CodeDomProvider
diff --git a/src/v4.6.1/WindowsBase.cs b/src/v4.6.1/WindowsBase.cs
index 20a4115..a7bcea8 100644
--- a/src/v4.6.1/WindowsBase.cs
+++ b/src/v4.6.1/WindowsBase.cs
@@ -39,7 +39,38 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedAction))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedEventArgs))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.AmbientAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ArrayExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ConstructorArgumentAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ContentPropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ContentWrapperAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.DateTimeValueSerializer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.DependsOnAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.DictionaryKeyPropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IComponentConnector))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.INameScope))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IProvideValueTarget))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IUriContext))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IValueSerializerContext))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IXamlTypeResolver))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.MarkupExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.MarkupExtensionReturnTypeAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.NameScopePropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.NullExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.RootNamespaceAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.RuntimeNamePropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.StaticExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.TrimSurroundingWhitespaceAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.TypeExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.UidPropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.UsableDuringInitializationAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ValueSerializer))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ValueSerializerAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.WhitespaceSignificantCollectionAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.XmlLangPropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.XmlnsCompatibleWithAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.XmlnsDefinitionAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.XmlnsPrefixAttribute))]
namespace System
{
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
diff --git a/src/v4.6.2/Facades/System.IO.cs b/src/v4.6.2/Facades/System.IO.cs
index bc69925..7e50f6b 100644
--- a/src/v4.6.2/Facades/System.IO.cs
+++ b/src/v4.6.2/Facades/System.IO.cs
@@ -17,7 +17,6 @@
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.BinaryReader))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.BinaryWriter))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.BufferedStream))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.EndOfStreamException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.FileNotFoundException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.InvalidDataException))]
diff --git a/src/v4.6.2/Facades/System.Reflection.cs b/src/v4.6.2/Facades/System.Reflection.cs
index e21f322..216b455 100644
--- a/src/v4.6.2/Facades/System.Reflection.cs
+++ b/src/v4.6.2/Facades/System.Reflection.cs
@@ -19,33 +19,25 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Assembly))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyContentType))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyName))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.BindingFlags))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ConstructorInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.CustomAttributeData))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.CustomAttributeNamedArgument))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.CustomAttributeTypedArgument))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.EventInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.FieldInfo))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ICustomAttributeProvider))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.IntrospectionExtensions))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.InvalidFilterCriteriaException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.IReflectableType))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.LocalVariableInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ManifestResourceInfo))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MemberFilter))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MemberInfo))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MemberTypes))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MethodBase))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MethodInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Module))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ParameterInfo))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ParameterModifier))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.PropertyInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ReflectionContext))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ReflectionTypeLoadException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ResourceLocation))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TargetException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TargetInvocationException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TargetParameterCountException))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TypeFilter))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TypeInfo))]
diff --git a/src/v4.6.2/Facades/System.Runtime.cs b/src/v4.6.2/Facades/System.Runtime.cs
index cadeb0d..cf5128a 100644
--- a/src/v4.6.2/Facades/System.Runtime.cs
+++ b/src/v4.6.2/Facades/System.Runtime.cs
@@ -234,8 +234,6 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.CharSet))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComVisibleAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.FieldOffsetAttribute))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.GCHandle))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.GCHandleType))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.LayoutKind))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.OutAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.StructLayoutAttribute))]
diff --git a/src/v4.6.2/Facades/System.ServiceModel.Http.cs b/src/v4.6.2/Facades/System.ServiceModel.Http.cs
index 177dd59..85218ad 100644
--- a/src/v4.6.2/Facades/System.ServiceModel.Http.cs
+++ b/src/v4.6.2/Facades/System.ServiceModel.Http.cs
@@ -17,11 +17,8 @@
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpBinding))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpMessageCredentialType))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpsBinding))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpSecurity))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpSecurityMode))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpsSecurity))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpsSecurityMode))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.HttpRequestMessageProperty))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.HttpResponseMessageProperty))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.HttpsTransportBindingElement))]
@@ -34,4 +31,3 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.HttpTransportSecurity))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.NetHttpBinding))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.NetHttpMessageEncoding))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.NetHttpsBinding))]
diff --git a/src/v4.6.2/Facades/System.ServiceModel.Primitives.cs b/src/v4.6.2/Facades/System.ServiceModel.Primitives.cs
index 105228a..ee7fd67 100644
--- a/src/v4.6.2/Facades/System.ServiceModel.Primitives.cs
+++ b/src/v4.6.2/Facades/System.ServiceModel.Primitives.cs
@@ -15,7 +15,6 @@
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IdentityModel.Selectors.X509CertificateValidator))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ActionNotSupportedException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ChannelFactory))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ChannelFactory<>))]
@@ -132,7 +131,6 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageContractMemberAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageCredentialType))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageHeader<>))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageHeaderAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageHeaderException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageParameterAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.OperationContext))]
@@ -146,10 +144,6 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.SecurityAccessDeniedException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.UserNamePasswordClientCredential))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.WindowsClientCredential))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.X509CertificateInitiatorClientCredential))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.X509CertificateRecipientClientCredential))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.X509CertificateValidationMode))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.X509ServiceCertificateAuthentication))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.SecurityMode))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ServerTooBusyException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ServiceActivationException))]
diff --git a/src/v4.6.2/Facades/System.Text.RegularExpressions.cs b/src/v4.6.2/Facades/System.Text.RegularExpressions.cs
index 9f5d394..1086441 100644
--- a/src/v4.6.2/Facades/System.Text.RegularExpressions.cs
+++ b/src/v4.6.2/Facades/System.Text.RegularExpressions.cs
@@ -25,5 +25,3 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.Regex))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.RegexMatchTimeoutException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.RegexOptions))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.RegexRunner))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.RegexRunnerFactory))]
diff --git a/src/v4.6.2/System.IdentityModel.extra.cs b/src/v4.6.2/System.IdentityModel.extra.cs
new file mode 100644
index 0000000..20912c3
--- /dev/null
+++ b/src/v4.6.2/System.IdentityModel.extra.cs
@@ -0,0 +1,19 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+namespace System.ServiceModel.Security
+{
+ internal partial class EncryptedKey { }
+ internal partial class EncryptedKeyHashIdentifierClause { }
+ internal partial class EncryptedType { }
+ internal partial interface ISspiNegotiation { }
+ internal partial interface ISspiNegotiationInfo { }
+ internal partial class ReferenceList { }
+ internal partial class RelAssertionDirectKeyIdentifierClause { }
+ internal partial class SamlAssertionDirectKeyIdentifierClause { }
+}
+namespace System.ServiceModel.Security.Tokens
+{
+ internal partial class BufferedGenericXmlSecurityToken { }
+}
diff --git a/src/v4.6.2/System.Net.cs b/src/v4.6.2/System.Net.cs
index 319ba08..a09e029 100644
--- a/src/v4.6.2/System.Net.cs
+++ b/src/v4.6.2/System.Net.cs
@@ -26,22 +26,51 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.CookieCollection))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.CookieContainer))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.CookieException))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DnsEndPoint))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DownloadProgressChangedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DownloadProgressChangedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DownloadStringCompletedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DownloadStringCompletedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.EndPoint))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpRequestHeader))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpStatusCode))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpWebRequest))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpWebResponse))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.ICredentials))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.IPAddress))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.IPEndPoint))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.IWebRequestCreate))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkCredential))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.NetworkAddressChangedEventHandler))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.NetworkChange))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.NetworkInterface))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.OpenReadCompletedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.OpenReadCompletedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.OpenWriteCompletedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.OpenWriteCompletedEventHandler))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.ProtocolViolationException))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.SocketAddress))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.AddressFamily))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.ProtocolType))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.Socket))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketAsyncEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketAsyncOperation))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketError))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketException))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketShutdown))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketType))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.UploadProgressChangedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.UploadProgressChangedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.UploadStringCompletedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.UploadStringCompletedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebClient))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebExceptionStatus))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebHeaderCollection))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebRequest))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebResponse))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WriteStreamClosedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WriteStreamClosedEventHandler))]
namespace System
{
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
diff --git a/src/v4.6.2/System.ServiceModel.Activation.cs b/src/v4.6.2/System.ServiceModel.Activation.cs
index 5c191ea..8cc1755 100644
--- a/src/v4.6.2/System.ServiceModel.Activation.cs
+++ b/src/v4.6.2/System.ServiceModel.Activation.cs
@@ -79,16 +79,20 @@ namespace System.ServiceModel.Activation
}
#if WEB_DEP
public sealed partial class ServiceBuildProvider : System.Web.Compilation.BuildProvider
+#else
+ public sealed partial class ServiceBuildProvider
+#endif
{
public ServiceBuildProvider() { }
+#if WEB_DEP
public override System.Web.Compilation.CompilerType CodeCompilerType { get { throw null; } }
public override System.Collections.ICollection VirtualPathDependencies { get { throw null; } }
public override void GenerateCode(System.Web.Compilation.AssemblyBuilder assemblyBuilder) { }
protected override System.CodeDom.CodeCompileUnit GetCodeCompileUnit(out System.Collections.IDictionary linePragmasTable) { linePragmasTable = default(System.Collections.IDictionary); throw null; }
public override string GetCustomString(System.CodeDom.Compiler.CompilerResults results) { throw null; }
public override System.Web.Compilation.BuildProviderResultFlags GetResultFlags(System.CodeDom.Compiler.CompilerResults results) { throw null; }
- }
#endif
+ }
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
#if SERVICEMODEL_DEP
public partial class ServiceHostFactory : System.ServiceModel.Activation.ServiceHostFactoryBase
@@ -106,20 +110,28 @@ namespace System.ServiceModel.Activation
}
#if SERVICEMODEL_DEP
public partial class ServiceRoute : System.Web.Routing.Route
+#else
+ public partial class ServiceRoute
+#endif
{
+#if SERVICEMODEL_DEP
public ServiceRoute(string routePrefix, System.ServiceModel.Activation.ServiceHostFactoryBase serviceHostFactory, System.Type serviceType) : base (default(string), default(System.Web.Routing.IRouteHandler)) { }
- }
#endif
+ }
}
namespace System.ServiceModel.Activities.Activation
{
#if WORKFLOW_DEP
public partial class WorkflowServiceHostFactory : System.ServiceModel.Activation.ServiceHostFactoryBase
+#else
+ public partial class WorkflowServiceHostFactory
+#endif
{
public WorkflowServiceHostFactory() { }
+#if WORKFLOW_DEP
public override System.ServiceModel.ServiceHostBase CreateServiceHost(string constructorString, System.Uri[] baseAddresses) { throw null; }
protected virtual System.ServiceModel.Activities.WorkflowServiceHost CreateWorkflowServiceHost(System.Activities.Activity activity, System.Uri[] baseAddresses) { throw null; }
protected virtual System.ServiceModel.Activities.WorkflowServiceHost CreateWorkflowServiceHost(System.ServiceModel.Activities.WorkflowService service, System.Uri[] baseAddresses) { throw null; }
- }
#endif
+ }
}
diff --git a/src/v4.6.2/System.ServiceModel.Web.cs b/src/v4.6.2/System.ServiceModel.Web.cs
index 727516d..a4f996e 100644
--- a/src/v4.6.2/System.ServiceModel.Web.cs
+++ b/src/v4.6.2/System.ServiceModel.Web.cs
@@ -21,6 +21,48 @@
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.DataContractJsonSerializer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.IXmlJsonReaderInitializer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.IXmlJsonWriterInitializer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.JsonReaderWriterFactory))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Atom10FeedFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Atom10FeedFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Atom10ItemFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Atom10ItemFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.CategoriesDocument))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.CategoriesDocumentFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.InlineCategoriesDocument))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.ReferencedCategoriesDocument))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.ResourceCollectionInfo))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Rss20FeedFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Rss20FeedFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Rss20ItemFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Rss20ItemFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.ServiceDocument))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.ServiceDocumentFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationCategory))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationContent))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationElementExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationElementExtensionCollection))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationFeed))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationFeedFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationItem))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationItemFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationLink))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationPerson))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationVersions))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.TextSyndicationContent))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.TextSyndicationContentKind))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.UrlSyndicationContent))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Workspace))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.XmlSyndicationContent))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplate))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplateEquivalenceComparer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplateMatch))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplateMatchException))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplateTable))]
namespace System.ServiceModel
{
public partial class WebHttpBinding : System.ServiceModel.Channels.Binding, System.ServiceModel.Channels.IBindingRuntimePreferences
diff --git a/src/v4.6.2/System.ServiceModel.cs b/src/v4.6.2/System.ServiceModel.cs
index 7b8b065..8b6fe68 100644
--- a/src/v4.6.2/System.ServiceModel.cs
+++ b/src/v4.6.2/System.ServiceModel.cs
@@ -26,832 +26,25 @@
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
[assembly:System.Security.SecurityCriticalAttribute((System.Security.SecurityCriticalScope)(0))]
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Activation.HostedTransportConfiguration))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Activation.ServiceBuildProvider))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Activation.ServiceHostFactory))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.BinarySecretKeyIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.EncryptedKey))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.EncryptedKeyHashIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.EncryptedType))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.ISspiNegotiation))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.ISspiNegotiationInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.KeyNameIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.ReferenceList))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.RelAssertionDirectKeyIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.SamlAssertionDirectKeyIdentifierClause))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.SecurityContextKeyIdentifierClause))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.Tokens.BinarySecretSecurityToken))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.Tokens.BufferedGenericXmlSecurityToken))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.Tokens.WrappedKeySecurityToken))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.X509CertificateValidationMode))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ServiceHostingEnvironment))]
-namespace Mono.CodeGeneration
-{
- public partial class CodeAdd : Mono.CodeGeneration.CodeArithmeticOperation
- {
- public CodeAdd(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- }
- public partial class CodeAddOne : Mono.CodeGeneration.CodeExpression
- {
- public CodeAddOne(Mono.CodeGeneration.CodeValueReference exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeAnd : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeAnd(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeArgument : Mono.CodeGeneration.CodeExpression
- {
- public CodeArgument(int arg, System.Type type) { }
- public int Argument { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeArgumentReference : Mono.CodeGeneration.CodeValueReference
- {
- public CodeArgumentReference(System.Type type, int argNum, string name) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeArithmeticOperation : Mono.CodeGeneration.CodeExpression
- {
- protected Mono.CodeGeneration.CodeExpression exp1;
- protected Mono.CodeGeneration.CodeExpression exp2;
- protected string symbol;
- protected System.Type t1;
- protected System.Type t2;
- protected CodeArithmeticOperation() { }
- public CodeArithmeticOperation(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2, string symbol) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeArrayItem : Mono.CodeGeneration.CodeValueReference
- {
- public CodeArrayItem(Mono.CodeGeneration.CodeExpression array, Mono.CodeGeneration.CodeExpression index) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeArrayLength : Mono.CodeGeneration.CodeExpression
- {
- public CodeArrayLength(Mono.CodeGeneration.CodeExpression array) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeAssignment : Mono.CodeGeneration.CodeExpression
- {
- public CodeAssignment(Mono.CodeGeneration.CodeValueReference var, Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateAsStatement(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeBinaryComparison : Mono.CodeGeneration.CodeConditionExpression
- {
- protected Mono.CodeGeneration.CodeExpression exp1;
- protected Mono.CodeGeneration.CodeExpression exp2;
- protected System.Type t1;
- protected System.Type t2;
- public CodeBinaryComparison(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2, string symbol) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeBinaryOperation : Mono.CodeGeneration.CodeConditionExpression
- {
- protected Mono.CodeGeneration.CodeExpression exp1;
- protected Mono.CodeGeneration.CodeExpression exp2;
- protected System.Type t1;
- protected System.Type t2;
- public CodeBinaryOperation(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2, string symbol) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeBlock : Mono.CodeGeneration.CodeItem
- {
- public CodeBlock() { }
- public bool IsEmpty { get { throw null; } }
- public void Add(Mono.CodeGeneration.CodeItem code) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public Mono.CodeGeneration.CodeItem GetLastItem() { throw null; }
- public static Mono.CodeGeneration.CodeBlock operator +(Mono.CodeGeneration.CodeBlock cb, Mono.CodeGeneration.CodeExpression e) { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeBuilder
- {
- public CodeBuilder(Mono.CodeGeneration.CodeClass codeClass) { }
- public Mono.CodeGeneration.CodeBlock CurrentBlock { get { throw null; } }
- public Mono.CodeGeneration.CodeClass OwnerClass { get { throw null; } }
- public void Assign(Mono.CodeGeneration.CodeValueReference var, Mono.CodeGeneration.CodeExpression val) { }
- public void Call(Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodBase method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(Mono.CodeGeneration.CodeExpression target, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(System.Type type, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public Mono.CodeGeneration.CodeExpression CallFunc(Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(Mono.CodeGeneration.CodeExpression target, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(System.Type type, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public void Case(Mono.CodeGeneration.CodeExpression condition) { }
- public void ConsoleWriteLine(params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void ConsoleWriteLine(params object[] parameters) { }
- public void Dec(Mono.CodeGeneration.CodeValueReference val) { }
- public Mono.CodeGeneration.CodeVariableReference DeclareVariable(Mono.CodeGeneration.CodeExpression initValue) { throw null; }
- public Mono.CodeGeneration.CodeVariableReference DeclareVariable(System.Type type) { throw null; }
- public Mono.CodeGeneration.CodeVariableReference DeclareVariable(System.Type type, Mono.CodeGeneration.CodeExpression initValue) { throw null; }
- public Mono.CodeGeneration.CodeVariableReference DeclareVariable(System.Type type, object ob) { throw null; }
- public void Else() { }
- public void ElseIf(Mono.CodeGeneration.CodeExpression condition) { }
- public void EndFor() { }
- public void EndForeach() { }
- public void EndIf() { }
- public void EndSelect() { }
- public void EndWhile() { }
- public void For(Mono.CodeGeneration.CodeExpression initExp, Mono.CodeGeneration.CodeExpression conditionExp, Mono.CodeGeneration.CodeExpression nextExp) { }
- public void Foreach(System.Type type, out Mono.CodeGeneration.CodeExpression item, Mono.CodeGeneration.CodeExpression array) { item = default(Mono.CodeGeneration.CodeExpression); }
- public void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public void If(Mono.CodeGeneration.CodeExpression condition) { }
- public void Inc(Mono.CodeGeneration.CodeValueReference val) { }
- public static Mono.CodeGeneration.CodeBuilder operator +(Mono.CodeGeneration.CodeBuilder cb, Mono.CodeGeneration.CodeItem e) { throw null; }
- public string PrintCode() { throw null; }
- public void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- public void Return() { }
- public void Return(Mono.CodeGeneration.CodeExpression exp) { }
- public void Select() { }
- public Mono.CodeGeneration.CodeExpression When(Mono.CodeGeneration.CodeExpression condition, Mono.CodeGeneration.CodeExpression trueResult, Mono.CodeGeneration.CodeExpression falseResult) { throw null; }
- public void While(Mono.CodeGeneration.CodeExpression condition) { }
- }
- public partial class CodeCast : Mono.CodeGeneration.CodeExpression
- {
- public CodeCast(System.Type type, Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeClass
- {
- public CodeClass(System.Reflection.Emit.ModuleBuilder mb, string name) { }
- public CodeClass(System.Reflection.Emit.ModuleBuilder mb, string name, System.Reflection.TypeAttributes attr, System.Type baseType, params System.Type[] interfaces) { }
- public CodeClass(System.Reflection.Emit.ModuleBuilder mb, string name, System.Type baseType, params System.Type[] interfaces) { }
- public System.Reflection.Emit.TypeBuilder TypeBuilder { get { throw null; } }
- public Mono.CodeGeneration.CodeMethod CreateConstructor(System.Reflection.MethodAttributes attributes, params System.Type[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateConstructor(params System.Type[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.FieldInfo[] fields, Mono.CodeGeneration.CodeLiteral[] fieldValues) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs, string[] namedArgFieldNames, object[] namedArgValues) { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateMethod(string name, System.Reflection.MethodAttributes attributes, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateMethod(string name, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeProperty CreateProperty(string name, System.Type returnType, System.Reflection.MethodAttributes methodAttributes, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeProperty CreateProperty(string name, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateStaticMethod(string name, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public System.Type CreateType() { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateVirtualMethod(string name, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeFieldReference DefineField(string name, System.Type type, params Mono.CodeGeneration.CodeCustomAttribute[] customAttributes) { throw null; }
- public Mono.CodeGeneration.CodeFieldReference DefineField(string name, System.Type type, System.Reflection.FieldAttributes attrs, Mono.CodeGeneration.CodeExpression initialValue, params Mono.CodeGeneration.CodeCustomAttribute[] customAttributes) { throw null; }
- public Mono.CodeGeneration.CodeFieldReference DefineStaticField(Mono.CodeGeneration.CodeExpression initialValue, params Mono.CodeGeneration.CodeCustomAttribute[] customAttributes) { throw null; }
- public Mono.CodeGeneration.CodeFieldReference DefineStaticField(string name, System.Type type, Mono.CodeGeneration.CodeExpression initialValue, params Mono.CodeGeneration.CodeCustomAttribute[] customAttributes) { throw null; }
- public Mono.CodeGeneration.CodeMethod GetDefaultConstructor() { throw null; }
- public Mono.CodeGeneration.CodeMethod GetStaticConstructor() { throw null; }
- public Mono.CodeGeneration.CodeMethod ImplementMethod(System.Reflection.MethodInfo basem) { throw null; }
- public Mono.CodeGeneration.CodeMethod ImplementMethod(System.Type baseType, System.Reflection.MethodInfo basem) { throw null; }
- public Mono.CodeGeneration.CodeMethod ImplementMethod(System.Type baseType, string methodName) { throw null; }
- public string PrintCode() { throw null; }
- public void PrintCode(Mono.CodeGeneration.CodeWriter cw) { }
- }
- public abstract partial class CodeConditionExpression : Mono.CodeGeneration.CodeExpression
- {
- protected CodeConditionExpression() { }
- public virtual void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool jumpCase) { }
- }
- public partial class CodeCustomAttribute
- {
- public CodeCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder attributeBuilder, System.Type type, System.Reflection.ConstructorInfo constructor, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.MemberInfo[] namedArgMembers, Mono.CodeGeneration.CodeLiteral[] namedArgValues) { }
- public System.Reflection.Emit.CustomAttributeBuilder Builder { get { throw null; } }
- public static Mono.CodeGeneration.CodeCustomAttribute Create(System.Type attributeType) { throw null; }
- public static Mono.CodeGeneration.CodeCustomAttribute Create(System.Type attributeType, System.Type[] ctorArgTypes, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.MemberInfo[] members, Mono.CodeGeneration.CodeLiteral[] values) { throw null; }
- public static Mono.CodeGeneration.CodeCustomAttribute Create(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs, string[] namedArgNames, object[] namedArgValues) { throw null; }
- public string PrintCode() { throw null; }
- public void PrintCode(Mono.CodeGeneration.CodeWriter cw) { }
- }
- public partial class CodeDecrement : Mono.CodeGeneration.CodeValueReference
- {
- public CodeDecrement(Mono.CodeGeneration.CodeValueReference exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeDiv : Mono.CodeGeneration.CodeArithmeticOperation
- {
- public CodeDiv(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- }
- public partial class CodeEquals : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeEquals(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeExpression : Mono.CodeGeneration.CodeItem
- {
- protected CodeExpression() { }
- public Mono.CodeGeneration.CodeExpression ArrayLength { get { throw null; } }
- public Mono.CodeGeneration.CodeExpression IsNull { get { throw null; } }
- public bool IsNumber { get { throw null; } }
- public Mono.CodeGeneration.CodeValueReference this[Mono.CodeGeneration.CodeExpression index] { get { throw null; } }
- public Mono.CodeGeneration.CodeValueReference this[System.Reflection.FieldInfo field] { get { throw null; } }
- public Mono.CodeGeneration.CodeValueReference this[System.Reflection.PropertyInfo prop] { get { throw null; } }
- public Mono.CodeGeneration.CodeValueReference this[string name] { get { throw null; } }
- public static Mono.CodeGeneration.CodeExpression Add(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public Mono.CodeGeneration.CodeExpression And(Mono.CodeGeneration.CodeExpression other) { throw null; }
- public static Mono.CodeGeneration.CodeExpression AreEqual(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression AreNotEqual(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public Mono.CodeGeneration.CodeExpression Call(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression Call(string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallToString() { throw null; }
- public Mono.CodeGeneration.CodeExpression CastTo(System.Type type) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Divide(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public virtual void GenerateAsStatement(System.Reflection.Emit.ILGenerator gen) { }
- public abstract System.Type GetResultType();
- public Mono.CodeGeneration.CodeExpression Is(System.Type type) { throw null; }
- public static Mono.CodeGeneration.CodeExpression IsGreaterEqualThan(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression IsGreaterThan(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression IsSmallerEqualThan(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression IsSmallerThan(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public Mono.CodeGeneration.CodeValueReference MemGet(System.Reflection.MemberInfo member) { throw null; }
- public Mono.CodeGeneration.CodeValueReference MemGet(string name) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Multiply(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Not(Mono.CodeGeneration.CodeExpression e) { throw null; }
- public static Mono.CodeGeneration.CodeExpression NullValue(System.Type type) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Subtract(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- }
- public partial class CodeFieldReference : Mono.CodeGeneration.CodeValueReference
- {
- public CodeFieldReference(Mono.CodeGeneration.CodeExpression target, System.Reflection.FieldInfo field) { }
- public CodeFieldReference(System.Reflection.FieldInfo field) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeFor : Mono.CodeGeneration.CodeStatement
- {
- public CodeFor(Mono.CodeGeneration.CodeExpression initExp, Mono.CodeGeneration.CodeExpression conditionExp, Mono.CodeGeneration.CodeExpression nextExp) { }
- public Mono.CodeGeneration.CodeBlock ForBlock { get { throw null; } set { } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeForeach : Mono.CodeGeneration.CodeStatement
- {
- public CodeForeach(Mono.CodeGeneration.CodeExpression array, System.Type itemType) { }
- public Mono.CodeGeneration.CodeBlock ForBlock { get { throw null; } set { } }
- public Mono.CodeGeneration.CodeValueReference ItemExpression { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeGenerationHelper
- {
- public CodeGenerationHelper() { }
- public static void GenerateMethodCall(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public static void GenerateMethodCall(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodBase method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public static void GeneratePrimitiveValue() { }
- public static void GenerateSafeConversion(System.Reflection.Emit.ILGenerator gen, System.Type targetType, System.Type sourceType) { }
- public static System.Exception GetMethodException(System.Reflection.MethodBase method, string msg) { throw null; }
- public static bool IsNumber(System.Type t) { throw null; }
- public static void LoadFromPtr(System.Reflection.Emit.ILGenerator ig, System.Type t) { }
- public static void SaveToPtr(System.Reflection.Emit.ILGenerator ig, System.Type t) { }
- }
- public partial class CodeGreaterEqualThan : Mono.CodeGeneration.CodeBinaryComparison
- {
- public CodeGreaterEqualThan(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) : base (default(Mono.CodeGeneration.CodeExpression), default(Mono.CodeGeneration.CodeExpression), default(string)) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- }
- public partial class CodeGreaterThan : Mono.CodeGeneration.CodeBinaryComparison
- {
- public CodeGreaterThan(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) : base (default(Mono.CodeGeneration.CodeExpression), default(Mono.CodeGeneration.CodeExpression), default(string)) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- }
- public partial class CodeIf : Mono.CodeGeneration.CodeStatement
- {
- public CodeIf(Mono.CodeGeneration.CodeExpression condition) { }
- public Mono.CodeGeneration.CodeBlock FalseBlock { get { throw null; } set { } }
- public Mono.CodeGeneration.CodeBlock TrueBlock { get { throw null; } set { } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeIncrement : Mono.CodeGeneration.CodeValueReference
- {
- public CodeIncrement(Mono.CodeGeneration.CodeValueReference exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateAsStatement(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeIs : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeIs(System.Type type, Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeItem
- {
- protected CodeItem() { }
- public abstract void Generate(System.Reflection.Emit.ILGenerator gen);
- public abstract void PrintCode(Mono.CodeGeneration.CodeWriter cp);
- }
- public partial class CodeLessEqualThan : Mono.CodeGeneration.CodeBinaryComparison
- {
- public CodeLessEqualThan(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) : base (default(Mono.CodeGeneration.CodeExpression), default(Mono.CodeGeneration.CodeExpression), default(string)) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- }
- public partial class CodeLessThan : Mono.CodeGeneration.CodeBinaryComparison
- {
- public CodeLessThan(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) : base (default(Mono.CodeGeneration.CodeExpression), default(Mono.CodeGeneration.CodeExpression), default(string)) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- }
- public partial class CodeLiteral : Mono.CodeGeneration.CodeExpression
- {
- public CodeLiteral(object value) { }
- public CodeLiteral(object value, System.Type type) { }
- public object Value { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeMethod
- {
- internal CodeMethod() { }
- public System.Reflection.MethodAttributes Attributes { get { throw null; } }
- public Mono.CodeGeneration.CodeBuilder CodeBuilder { get { throw null; } }
- public System.Reflection.Emit.TypeBuilder DeclaringType { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public System.Reflection.MethodBase MethodBase { get { throw null; } }
- public System.Reflection.MethodInfo MethodInfo { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Type[] ParameterTypes { get { throw null; } }
- public System.Type ReturnType { get { throw null; } }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.FieldInfo[] fields, Mono.CodeGeneration.CodeLiteral[] fieldValues) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs, string[] namedArgFieldNames, object[] namedArgValues) { throw null; }
- public static Mono.CodeGeneration.CodeMethod DefineConstructor(Mono.CodeGeneration.CodeClass cls, System.Reflection.MethodAttributes attributes, System.Type[] parameterTypes) { throw null; }
- public void Generate() { }
- public Mono.CodeGeneration.CodeArgumentReference GetArg(int n) { throw null; }
- public Mono.CodeGeneration.CodeArgumentReference GetThis() { throw null; }
- public string PrintCode() { throw null; }
- public virtual void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- public void UpdateMethodBase(System.Type type) { }
- }
- public partial class CodeMethodCall : Mono.CodeGeneration.CodeExpression
- {
- public CodeMethodCall(Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodBase method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(Mono.CodeGeneration.CodeExpression target, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(System.Type type, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateAsStatement(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeModule
- {
- public CodeModule(string name) { }
- public System.Reflection.Emit.ModuleBuilder ModuleBuilder { get { throw null; } }
- public static Mono.CodeGeneration.CodeModule Shared { get { throw null; } }
- public Mono.CodeGeneration.CodeClass CreateClass(string name) { throw null; }
- public Mono.CodeGeneration.CodeClass CreateClass(string name, System.Reflection.TypeAttributes attr, System.Type baseType, params System.Type[] interfaces) { throw null; }
- public Mono.CodeGeneration.CodeClass CreateClass(string name, System.Type baseType, params System.Type[] interfaces) { throw null; }
- }
- public partial class CodeMul : Mono.CodeGeneration.CodeArithmeticOperation
- {
- public CodeMul(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- }
- public partial class CodeNeg : Mono.CodeGeneration.CodeExpression
- {
- public CodeNeg(Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeNew : Mono.CodeGeneration.CodeExpression
- {
- public CodeNew(System.Type type, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeNewArray : Mono.CodeGeneration.CodeExpression
- {
- public CodeNewArray(System.Type type, Mono.CodeGeneration.CodeExpression size) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeNot : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeNot(Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeNotEquals : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeNotEquals(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeOr : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeOr(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeProperty
- {
- internal CodeProperty() { }
- public System.Reflection.PropertyAttributes Attributes { get { throw null; } }
- public Mono.CodeGeneration.CodeBuilder CodeBuilderGet { get { throw null; } }
- public Mono.CodeGeneration.CodeBuilder CodeBuilderSet { get { throw null; } }
- public System.Reflection.Emit.TypeBuilder DeclaringType { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Type[] ParameterTypes { get { throw null; } }
- public System.Reflection.Emit.PropertyBuilder PropertyBuilder { get { throw null; } }
- public System.Type ReturnType { get { throw null; } }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.FieldInfo[] fields, Mono.CodeGeneration.CodeLiteral[] fieldValues) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs, string[] namedArgFieldNames, object[] namedArgValues) { throw null; }
- public void Generate() { }
- public Mono.CodeGeneration.CodeArgumentReference GetArg(int n) { throw null; }
- public Mono.CodeGeneration.CodeArgumentReference GetThis() { throw null; }
- public string PrintCode() { throw null; }
- public void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- public void UpdatePropertyInfo(System.Type type) { }
- }
- public partial class CodePropertyReference : Mono.CodeGeneration.CodeValueReference
- {
- public CodePropertyReference(Mono.CodeGeneration.CodeExpression target, System.Reflection.PropertyInfo property) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeReturn : Mono.CodeGeneration.CodeStatement
- {
- internal CodeReturn() { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeSelect : Mono.CodeGeneration.CodeStatement
- {
- public CodeSelect() { }
- public void AddCase(Mono.CodeGeneration.CodeExpression condition, Mono.CodeGeneration.CodeBlock block) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeSelfIncrement : Mono.CodeGeneration.CodeExpression
- {
- public CodeSelfIncrement(Mono.CodeGeneration.CodeValueReference exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeStatement : Mono.CodeGeneration.CodeItem
- {
- protected CodeStatement() { }
- }
- public partial class CodeSub : Mono.CodeGeneration.CodeArithmeticOperation
- {
- public CodeSub(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- }
- public partial class CodeSubstractOne : Mono.CodeGeneration.CodeExpression
- {
- public CodeSubstractOne(Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeTry : Mono.CodeGeneration.CodeStatement
- {
- public CodeTry() { }
- public System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<Mono.CodeGeneration.CodeVariableDeclaration, Mono.CodeGeneration.CodeBlock>> CatchBlocks { get { throw null; } }
- public Mono.CodeGeneration.CodeBlock FinallyBlock { get { throw null; } set { } }
- public Mono.CodeGeneration.CodeBlock TryBlock { get { throw null; } set { } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeValueReference : Mono.CodeGeneration.CodeExpression
- {
- protected CodeValueReference() { }
- public abstract void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value);
- }
- public partial class CodeVariableDeclaration : Mono.CodeGeneration.CodeStatement
- {
- public CodeVariableDeclaration(System.Type type, string name) { }
- public Mono.CodeGeneration.CodeVariableReference Variable { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeVariableReference : Mono.CodeGeneration.CodeValueReference
- {
- public CodeVariableReference(System.Type type, string name) { }
- public string Name { get { throw null; } }
- public System.Type Type { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeWhen : Mono.CodeGeneration.CodeExpression
- {
- public CodeWhen(Mono.CodeGeneration.CodeExpression condition, Mono.CodeGeneration.CodeExpression trueResult, Mono.CodeGeneration.CodeExpression falseResult) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeWhile : Mono.CodeGeneration.CodeStatement
- {
- public CodeWhile(Mono.CodeGeneration.CodeExpression condition) { }
- public Mono.CodeGeneration.CodeBlock WhileBlock { get { throw null; } set { } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeWriter
- {
- public CodeWriter(System.IO.TextWriter tw) { }
- public Mono.CodeGeneration.CodeWriter BeginLine() { throw null; }
- public Mono.CodeGeneration.CodeWriter EndLine() { throw null; }
- public void Indent() { }
- public void Unindent() { }
- public Mono.CodeGeneration.CodeWriter Write(string s) { throw null; }
- public Mono.CodeGeneration.CodeWriter WriteLine(string s) { throw null; }
- public Mono.CodeGeneration.CodeWriter WriteLineInd(string s) { throw null; }
- public Mono.CodeGeneration.CodeWriter WriteLineUnind(string s) { throw null; }
- }
- public partial class Exp
- {
- internal Exp() { }
- public static Mono.CodeGeneration.CodeExpression And(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression And(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2, Mono.CodeGeneration.CodeExpression e3) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(Mono.CodeGeneration.CodeExpression target, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(System.Type type, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeValueReference Inc(Mono.CodeGeneration.CodeValueReference e) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Literal(object ob) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Literal(string ob) { throw null; }
- public static Mono.CodeGeneration.CodeExpression New(System.Type type, params Mono.CodeGeneration.CodeExpression[] pars) { throw null; }
- public static Mono.CodeGeneration.CodeExpression NewArray(System.Type type, Mono.CodeGeneration.CodeExpression size) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Or(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- }
-}
-namespace Mono.Security.Protocol.Ntlm
-{
- public partial class ChallengeResponse : System.IDisposable
- {
- public ChallengeResponse() { }
- public ChallengeResponse(string password, byte[] challenge) { }
- public byte[] Challenge { get { throw null; } set { } }
- public byte[] LM { get { throw null; } }
- public byte[] LMSessionKey { get { throw null; } }
- public byte[] NT { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public void Dispose() { }
- ~ChallengeResponse() { }
- }
- public abstract partial class MessageBase
- {
- protected MessageBase(int messageType) { }
- protected MessageBase(int messageType, Mono.Security.Protocol.Ntlm.NtlmVersion version) { }
- public Mono.Security.Protocol.Ntlm.NtlmFlags Flags { get { throw null; } set { } }
- public byte[] OSVersion { get { throw null; } set { } }
- public int Type { get { throw null; } }
- public Mono.Security.Protocol.Ntlm.NtlmVersion Version { get { throw null; } }
- protected bool CheckHeader(byte[] message) { throw null; }
- protected virtual void Decode(byte[] message) { }
- public abstract byte[] GetBytes();
- protected byte[] PrepareMessage(int messageSize) { throw null; }
- }
- [System.FlagsAttribute]
- public enum NtlmFlags
- {
- Negotiate128 = 536870912,
- Negotiate56 = -2147483648,
- NegotiateAlwaysSign = 32768,
- NegotiateAnonymous = 2048,
- NegotiateDatagramStyle = 64,
- NegotiateDomainSupplied = 4096,
- NegotiateKeyExchange = 1073741824,
- NegotiateLm = 128,
- NegotiateNtlm = 512,
- NegotiateNtlm2Key = 524288,
- NegotiateOem = 2,
- NegotiateSeal = 32,
- NegotiateSign = 16,
- NegotiateUnicode = 1,
- NegotiateWorkstationSupplied = 8192,
- RequestTarget = 4,
- }
- public partial class NtlmTargetInformation
- {
- public NtlmTargetInformation() { }
- public string DnsDomainName { get { throw null; } set { } }
- public string DnsHostName { get { throw null; } set { } }
- public string DomainName { get { throw null; } set { } }
- public string ServerName { get { throw null; } set { } }
- public void Decode(byte[] bytes, int length, int offset) { }
- public byte[] ToBytes() { throw null; }
- }
- public enum NtlmVersion
- {
- Version1 = 0,
- Version2 = 1,
- Version3 = 2,
- }
- public partial class Type1Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type1Message() : base (default(int)) { }
- public Type1Message(Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public Type1Message(byte[] message) : base (default(int)) { }
- public Type1Message(byte[] message, Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public string Domain { get { throw null; } set { } }
- public string Host { get { throw null; } set { } }
- protected override void Decode(byte[] message) { }
- public override byte[] GetBytes() { throw null; }
- }
- public partial class Type2Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type2Message() : base (default(int)) { }
- public Type2Message(Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public Type2Message(byte[] message) : base (default(int)) { }
- public Type2Message(byte[] message, Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public byte[] Context { get { throw null; } set { } }
- public byte[] Nonce { get { throw null; } set { } }
- public Mono.Security.Protocol.Ntlm.NtlmTargetInformation Target { get { throw null; } }
- public string TargetName { get { throw null; } set { } }
- protected override void Decode(byte[] message) { }
- ~Type2Message() { }
- public override byte[] GetBytes() { throw null; }
- }
- public partial class Type3Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type3Message() : base (default(int)) { }
- public Type3Message(Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public Type3Message(byte[] message) : base (default(int)) { }
- public Type3Message(byte[] message, Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public byte[] Challenge { get { throw null; } set { } }
- public string Domain { get { throw null; } set { } }
- public string Host { get { throw null; } set { } }
- public byte[] LM { get { throw null; } }
- public byte[] NT { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public string Username { get { throw null; } set { } }
- protected override void Decode(byte[] message) { }
- ~Type3Message() { }
- public override byte[] GetBytes() { throw null; }
- }
-}
-namespace Mono.Security.Protocol.Tls
-{
- public delegate System.Security.Cryptography.X509Certificates.X509Certificate CertificateSelectionCallback(System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection serverRequestedCertificates);
- public delegate bool CertificateValidationCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, int[] certificateErrors);
- public delegate Mono.Security.Protocol.Tls.ValidationResult CertificateValidationCallback2(Mono.Security.X509.X509CertificateCollection collection);
- [System.SerializableAttribute]
- public enum CipherAlgorithmType
- {
- Des = 0,
- None = 1,
- Rc2 = 2,
- Rc4 = 3,
- Rijndael = 4,
- SkipJack = 5,
- TripleDes = 6,
- }
- [System.SerializableAttribute]
- public enum ExchangeAlgorithmType
- {
- DiffieHellman = 0,
- Fortezza = 1,
- None = 2,
- RsaKeyX = 3,
- RsaSign = 4,
- }
- [System.SerializableAttribute]
- public enum HashAlgorithmType
- {
- Md5 = 0,
- None = 1,
- Sha1 = 2,
- }
- public delegate System.Security.Cryptography.AsymmetricAlgorithm PrivateKeySelectionCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, string targetHost);
- public enum SecurityCompressionType
- {
- None = 0,
- Zlib = 1,
- }
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum SecurityProtocolType
- {
- Default = -1073741824,
- Ssl2 = 12,
- Ssl3 = 48,
- Tls = 192,
- }
- public partial class SslClientStream : Mono.Security.Protocol.Tls.SslStreamBase
- {
- public SslClientStream(System.IO.Stream stream, string targetHost, bool ownsStream) : base (default(System.IO.Stream), default(bool)) { }
- public SslClientStream(System.IO.Stream stream, string targetHost, bool ownsStream, Mono.Security.Protocol.Tls.SecurityProtocolType securityProtocolType) : base (default(System.IO.Stream), default(bool)) { }
- public SslClientStream(System.IO.Stream stream, string targetHost, bool ownsStream, Mono.Security.Protocol.Tls.SecurityProtocolType securityProtocolType, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates) : base (default(System.IO.Stream), default(bool)) { }
- public SslClientStream(System.IO.Stream stream, string targetHost, System.Security.Cryptography.X509Certificates.X509Certificate clientCertificate) : base (default(System.IO.Stream), default(bool)) { }
- public SslClientStream(System.IO.Stream stream, string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates) : base (default(System.IO.Stream), default(bool)) { }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } }
- public Mono.Security.Protocol.Tls.CertificateSelectionCallback ClientCertSelectionDelegate { get { throw null; } set { } }
- public Mono.Security.Protocol.Tls.PrivateKeySelectionCallback PrivateKeyCertSelectionDelegate { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509Certificate SelectedClientCertificate { get { throw null; } }
- public Mono.Security.Protocol.Tls.CertificateValidationCallback ServerCertValidationDelegate { get { throw null; } set { } }
- public event Mono.Security.Protocol.Tls.CertificateValidationCallback2 ServerCertValidation2 { add { } remove { } }
- protected override void Dispose(bool disposing) { }
- ~SslClientStream() { }
- }
- public partial class SslServerStream : Mono.Security.Protocol.Tls.SslStreamBase
- {
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate) : base (default(System.IO.Stream), default(bool)) { }
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool ownsStream) : base (default(System.IO.Stream), default(bool)) { }
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool ownsStream, Mono.Security.Protocol.Tls.SecurityProtocolType securityProtocolType) : base (default(System.IO.Stream), default(bool)) { }
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool requestClientCertificate, bool ownsStream) : base (default(System.IO.Stream), default(bool)) { }
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool requestClientCertificate, bool ownsStream, Mono.Security.Protocol.Tls.SecurityProtocolType securityProtocolType) : base (default(System.IO.Stream), default(bool)) { }
- public System.Security.Cryptography.X509Certificates.X509Certificate ClientCertificate { get { throw null; } }
- public Mono.Security.Protocol.Tls.CertificateValidationCallback ClientCertValidationDelegate { get { throw null; } set { } }
- public Mono.Security.Protocol.Tls.PrivateKeySelectionCallback PrivateKeyCertSelectionDelegate { get { throw null; } set { } }
- public event Mono.Security.Protocol.Tls.CertificateValidationCallback2 ClientCertValidation2 { add { } remove { } }
- protected override void Dispose(bool disposing) { }
- ~SslServerStream() { }
- }
- public abstract partial class SslStreamBase : System.IO.Stream, System.IDisposable
- {
- protected SslStreamBase(System.IO.Stream stream, bool ownsStream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool CheckCertRevocationStatus { get { throw null; } set { } }
- public Mono.Security.Protocol.Tls.CipherAlgorithmType CipherAlgorithm { get { throw null; } }
- public int CipherStrength { get { throw null; } }
- public Mono.Security.Protocol.Tls.HashAlgorithmType HashAlgorithm { get { throw null; } }
- public int HashStrength { get { throw null; } }
- public Mono.Security.Protocol.Tls.ExchangeAlgorithmType KeyExchangeAlgorithm { get { throw null; } }
- public int KeyExchangeStrength { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public Mono.Security.Protocol.Tls.SecurityProtocolType SecurityProtocol { get { throw null; } }
- public System.Security.Cryptography.X509Certificates.X509Certificate ServerCertificate { get { throw null; } }
- public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) { throw null; }
- public override void Close() { }
- protected override void Dispose(bool disposing) { }
- public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
- public override void EndWrite(System.IAsyncResult asyncResult) { }
- ~SslStreamBase() { }
- public override void Flush() { }
- public int Read(byte[] buffer) { throw null; }
- public override int Read(byte[] buffer, int offset, int count) { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long value) { }
- public void Write(byte[] buffer) { }
- public override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class ValidationResult
- {
- public ValidationResult(bool trusted, bool user_denied, int error_code) { }
- public int ErrorCode { get { throw null; } }
- public bool Trusted { get { throw null; } }
- public bool UserDenied { get { throw null; } }
- }
-}
namespace System
{
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
diff --git a/src/v4.6.2/System.cs b/src/v4.6.2/System.cs
index c8d89a0..49f7036 100644
--- a/src/v4.6.2/System.cs
+++ b/src/v4.6.2/System.cs
@@ -25,6 +25,7 @@
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.SemaphoreFullException))]
namespace Microsoft.CSharp
{
public partial class CSharpCodeProvider : System.CodeDom.Compiler.CodeDomProvider
diff --git a/src/v4.6.2/WindowsBase.cs b/src/v4.6.2/WindowsBase.cs
index 9423c98..2b4a18e 100644
--- a/src/v4.6.2/WindowsBase.cs
+++ b/src/v4.6.2/WindowsBase.cs
@@ -39,7 +39,38 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedAction))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedEventArgs))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.AmbientAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ArrayExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ConstructorArgumentAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ContentPropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ContentWrapperAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.DateTimeValueSerializer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.DependsOnAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.DictionaryKeyPropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IComponentConnector))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.INameScope))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IProvideValueTarget))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IUriContext))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IValueSerializerContext))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IXamlTypeResolver))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.MarkupExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.MarkupExtensionReturnTypeAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.NameScopePropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.NullExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.RootNamespaceAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.RuntimeNamePropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.StaticExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.TrimSurroundingWhitespaceAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.TypeExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.UidPropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.UsableDuringInitializationAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ValueSerializer))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ValueSerializerAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.WhitespaceSignificantCollectionAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.XmlLangPropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.XmlnsCompatibleWithAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.XmlnsDefinitionAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.XmlnsPrefixAttribute))]
namespace System
{
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
diff --git a/src/v4.6/Facades/System.IO.cs b/src/v4.6/Facades/System.IO.cs
index bc69925..7e50f6b 100644
--- a/src/v4.6/Facades/System.IO.cs
+++ b/src/v4.6/Facades/System.IO.cs
@@ -17,7 +17,6 @@
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.BinaryReader))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.BinaryWriter))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.BufferedStream))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.EndOfStreamException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.FileNotFoundException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.InvalidDataException))]
diff --git a/src/v4.6/Facades/System.Reflection.cs b/src/v4.6/Facades/System.Reflection.cs
index e21f322..216b455 100644
--- a/src/v4.6/Facades/System.Reflection.cs
+++ b/src/v4.6/Facades/System.Reflection.cs
@@ -19,33 +19,25 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Assembly))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyContentType))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyName))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.BindingFlags))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ConstructorInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.CustomAttributeData))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.CustomAttributeNamedArgument))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.CustomAttributeTypedArgument))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.EventInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.FieldInfo))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ICustomAttributeProvider))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.IntrospectionExtensions))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.InvalidFilterCriteriaException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.IReflectableType))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.LocalVariableInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ManifestResourceInfo))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MemberFilter))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MemberInfo))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MemberTypes))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MethodBase))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MethodInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Module))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ParameterInfo))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ParameterModifier))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.PropertyInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ReflectionContext))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ReflectionTypeLoadException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ResourceLocation))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TargetException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TargetInvocationException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TargetParameterCountException))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TypeFilter))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TypeInfo))]
diff --git a/src/v4.6/Facades/System.Runtime.cs b/src/v4.6/Facades/System.Runtime.cs
index cadeb0d..cf5128a 100644
--- a/src/v4.6/Facades/System.Runtime.cs
+++ b/src/v4.6/Facades/System.Runtime.cs
@@ -234,8 +234,6 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.CharSet))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComVisibleAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.FieldOffsetAttribute))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.GCHandle))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.GCHandleType))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.LayoutKind))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.OutAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.StructLayoutAttribute))]
diff --git a/src/v4.6/Facades/System.ServiceModel.Http.cs b/src/v4.6/Facades/System.ServiceModel.Http.cs
index 177dd59..85218ad 100644
--- a/src/v4.6/Facades/System.ServiceModel.Http.cs
+++ b/src/v4.6/Facades/System.ServiceModel.Http.cs
@@ -17,11 +17,8 @@
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpBinding))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpMessageCredentialType))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpsBinding))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpSecurity))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpSecurityMode))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpsSecurity))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpsSecurityMode))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.HttpRequestMessageProperty))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.HttpResponseMessageProperty))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.HttpsTransportBindingElement))]
@@ -34,4 +31,3 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.HttpTransportSecurity))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.NetHttpBinding))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.NetHttpMessageEncoding))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.NetHttpsBinding))]
diff --git a/src/v4.6/Facades/System.ServiceModel.Primitives.cs b/src/v4.6/Facades/System.ServiceModel.Primitives.cs
index 105228a..ee7fd67 100644
--- a/src/v4.6/Facades/System.ServiceModel.Primitives.cs
+++ b/src/v4.6/Facades/System.ServiceModel.Primitives.cs
@@ -15,7 +15,6 @@
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IdentityModel.Selectors.X509CertificateValidator))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ActionNotSupportedException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ChannelFactory))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ChannelFactory<>))]
@@ -132,7 +131,6 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageContractMemberAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageCredentialType))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageHeader<>))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageHeaderAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageHeaderException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageParameterAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.OperationContext))]
@@ -146,10 +144,6 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.SecurityAccessDeniedException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.UserNamePasswordClientCredential))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.WindowsClientCredential))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.X509CertificateInitiatorClientCredential))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.X509CertificateRecipientClientCredential))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.X509CertificateValidationMode))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.X509ServiceCertificateAuthentication))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.SecurityMode))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ServerTooBusyException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ServiceActivationException))]
diff --git a/src/v4.6/Facades/System.Text.RegularExpressions.cs b/src/v4.6/Facades/System.Text.RegularExpressions.cs
index 9f5d394..1086441 100644
--- a/src/v4.6/Facades/System.Text.RegularExpressions.cs
+++ b/src/v4.6/Facades/System.Text.RegularExpressions.cs
@@ -25,5 +25,3 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.Regex))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.RegexMatchTimeoutException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.RegexOptions))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.RegexRunner))]
-[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.RegexRunnerFactory))]
diff --git a/src/v4.6/System.IdentityModel.extra.cs b/src/v4.6/System.IdentityModel.extra.cs
new file mode 100644
index 0000000..20912c3
--- /dev/null
+++ b/src/v4.6/System.IdentityModel.extra.cs
@@ -0,0 +1,19 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+namespace System.ServiceModel.Security
+{
+ internal partial class EncryptedKey { }
+ internal partial class EncryptedKeyHashIdentifierClause { }
+ internal partial class EncryptedType { }
+ internal partial interface ISspiNegotiation { }
+ internal partial interface ISspiNegotiationInfo { }
+ internal partial class ReferenceList { }
+ internal partial class RelAssertionDirectKeyIdentifierClause { }
+ internal partial class SamlAssertionDirectKeyIdentifierClause { }
+}
+namespace System.ServiceModel.Security.Tokens
+{
+ internal partial class BufferedGenericXmlSecurityToken { }
+}
diff --git a/src/v4.6/System.Net.cs b/src/v4.6/System.Net.cs
index 319ba08..a09e029 100644
--- a/src/v4.6/System.Net.cs
+++ b/src/v4.6/System.Net.cs
@@ -26,22 +26,51 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.CookieCollection))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.CookieContainer))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.CookieException))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DnsEndPoint))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DownloadProgressChangedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DownloadProgressChangedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DownloadStringCompletedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DownloadStringCompletedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.EndPoint))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpRequestHeader))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpStatusCode))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpWebRequest))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpWebResponse))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.ICredentials))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.IPAddress))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.IPEndPoint))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.IWebRequestCreate))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkCredential))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.NetworkAddressChangedEventHandler))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.NetworkChange))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.NetworkInterface))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.OpenReadCompletedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.OpenReadCompletedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.OpenWriteCompletedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.OpenWriteCompletedEventHandler))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.ProtocolViolationException))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.SocketAddress))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.AddressFamily))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.ProtocolType))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.Socket))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketAsyncEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketAsyncOperation))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketError))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketException))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketShutdown))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Sockets.SocketType))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.UploadProgressChangedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.UploadProgressChangedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.UploadStringCompletedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.UploadStringCompletedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebClient))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebException))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebExceptionStatus))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebHeaderCollection))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebRequest))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebResponse))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WriteStreamClosedEventArgs))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WriteStreamClosedEventHandler))]
namespace System
{
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
diff --git a/src/v4.6/System.ServiceModel.Activation.cs b/src/v4.6/System.ServiceModel.Activation.cs
index 5c191ea..8cc1755 100644
--- a/src/v4.6/System.ServiceModel.Activation.cs
+++ b/src/v4.6/System.ServiceModel.Activation.cs
@@ -79,16 +79,20 @@ namespace System.ServiceModel.Activation
}
#if WEB_DEP
public sealed partial class ServiceBuildProvider : System.Web.Compilation.BuildProvider
+#else
+ public sealed partial class ServiceBuildProvider
+#endif
{
public ServiceBuildProvider() { }
+#if WEB_DEP
public override System.Web.Compilation.CompilerType CodeCompilerType { get { throw null; } }
public override System.Collections.ICollection VirtualPathDependencies { get { throw null; } }
public override void GenerateCode(System.Web.Compilation.AssemblyBuilder assemblyBuilder) { }
protected override System.CodeDom.CodeCompileUnit GetCodeCompileUnit(out System.Collections.IDictionary linePragmasTable) { linePragmasTable = default(System.Collections.IDictionary); throw null; }
public override string GetCustomString(System.CodeDom.Compiler.CompilerResults results) { throw null; }
public override System.Web.Compilation.BuildProviderResultFlags GetResultFlags(System.CodeDom.Compiler.CompilerResults results) { throw null; }
- }
#endif
+ }
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
#if SERVICEMODEL_DEP
public partial class ServiceHostFactory : System.ServiceModel.Activation.ServiceHostFactoryBase
@@ -106,20 +110,28 @@ namespace System.ServiceModel.Activation
}
#if SERVICEMODEL_DEP
public partial class ServiceRoute : System.Web.Routing.Route
+#else
+ public partial class ServiceRoute
+#endif
{
+#if SERVICEMODEL_DEP
public ServiceRoute(string routePrefix, System.ServiceModel.Activation.ServiceHostFactoryBase serviceHostFactory, System.Type serviceType) : base (default(string), default(System.Web.Routing.IRouteHandler)) { }
- }
#endif
+ }
}
namespace System.ServiceModel.Activities.Activation
{
#if WORKFLOW_DEP
public partial class WorkflowServiceHostFactory : System.ServiceModel.Activation.ServiceHostFactoryBase
+#else
+ public partial class WorkflowServiceHostFactory
+#endif
{
public WorkflowServiceHostFactory() { }
+#if WORKFLOW_DEP
public override System.ServiceModel.ServiceHostBase CreateServiceHost(string constructorString, System.Uri[] baseAddresses) { throw null; }
protected virtual System.ServiceModel.Activities.WorkflowServiceHost CreateWorkflowServiceHost(System.Activities.Activity activity, System.Uri[] baseAddresses) { throw null; }
protected virtual System.ServiceModel.Activities.WorkflowServiceHost CreateWorkflowServiceHost(System.ServiceModel.Activities.WorkflowService service, System.Uri[] baseAddresses) { throw null; }
- }
#endif
+ }
}
diff --git a/src/v4.6/System.ServiceModel.Web.cs b/src/v4.6/System.ServiceModel.Web.cs
index 727516d..a4f996e 100644
--- a/src/v4.6/System.ServiceModel.Web.cs
+++ b/src/v4.6/System.ServiceModel.Web.cs
@@ -21,6 +21,48 @@
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.DataContractJsonSerializer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.IXmlJsonReaderInitializer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.IXmlJsonWriterInitializer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.JsonReaderWriterFactory))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Atom10FeedFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Atom10FeedFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Atom10ItemFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Atom10ItemFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.CategoriesDocument))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.CategoriesDocumentFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.InlineCategoriesDocument))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.ReferencedCategoriesDocument))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.ResourceCollectionInfo))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Rss20FeedFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Rss20FeedFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Rss20ItemFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Rss20ItemFormatter<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.ServiceDocument))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.ServiceDocumentFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationCategory))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationContent))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationElementExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationElementExtensionCollection))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationFeed))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationFeedFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationItem))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationItemFormatter))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationLink))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationPerson))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.SyndicationVersions))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.TextSyndicationContent))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.TextSyndicationContentKind))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.UrlSyndicationContent))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.Workspace))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Syndication.XmlSyndicationContent))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplate))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplateEquivalenceComparer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplateMatch))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplateMatchException))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriTemplateTable))]
namespace System.ServiceModel
{
public partial class WebHttpBinding : System.ServiceModel.Channels.Binding, System.ServiceModel.Channels.IBindingRuntimePreferences
diff --git a/src/v4.6/System.ServiceModel.cs b/src/v4.6/System.ServiceModel.cs
index 7b8b065..8b6fe68 100644
--- a/src/v4.6/System.ServiceModel.cs
+++ b/src/v4.6/System.ServiceModel.cs
@@ -26,832 +26,25 @@
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
[assembly:System.Security.SecurityCriticalAttribute((System.Security.SecurityCriticalScope)(0))]
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Activation.HostedTransportConfiguration))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Activation.ServiceBuildProvider))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Activation.ServiceHostFactory))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.BinarySecretKeyIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.EncryptedKey))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.EncryptedKeyHashIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.EncryptedType))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.ISspiNegotiation))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.ISspiNegotiationInfo))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.KeyNameIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.ReferenceList))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.RelAssertionDirectKeyIdentifierClause))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.SamlAssertionDirectKeyIdentifierClause))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.SecurityContextKeyIdentifierClause))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.Tokens.BinarySecretSecurityToken))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.Tokens.BufferedGenericXmlSecurityToken))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.Tokens.WrappedKeySecurityToken))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.X509CertificateValidationMode))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ServiceHostingEnvironment))]
-namespace Mono.CodeGeneration
-{
- public partial class CodeAdd : Mono.CodeGeneration.CodeArithmeticOperation
- {
- public CodeAdd(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- }
- public partial class CodeAddOne : Mono.CodeGeneration.CodeExpression
- {
- public CodeAddOne(Mono.CodeGeneration.CodeValueReference exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeAnd : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeAnd(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeArgument : Mono.CodeGeneration.CodeExpression
- {
- public CodeArgument(int arg, System.Type type) { }
- public int Argument { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeArgumentReference : Mono.CodeGeneration.CodeValueReference
- {
- public CodeArgumentReference(System.Type type, int argNum, string name) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeArithmeticOperation : Mono.CodeGeneration.CodeExpression
- {
- protected Mono.CodeGeneration.CodeExpression exp1;
- protected Mono.CodeGeneration.CodeExpression exp2;
- protected string symbol;
- protected System.Type t1;
- protected System.Type t2;
- protected CodeArithmeticOperation() { }
- public CodeArithmeticOperation(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2, string symbol) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeArrayItem : Mono.CodeGeneration.CodeValueReference
- {
- public CodeArrayItem(Mono.CodeGeneration.CodeExpression array, Mono.CodeGeneration.CodeExpression index) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeArrayLength : Mono.CodeGeneration.CodeExpression
- {
- public CodeArrayLength(Mono.CodeGeneration.CodeExpression array) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeAssignment : Mono.CodeGeneration.CodeExpression
- {
- public CodeAssignment(Mono.CodeGeneration.CodeValueReference var, Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateAsStatement(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeBinaryComparison : Mono.CodeGeneration.CodeConditionExpression
- {
- protected Mono.CodeGeneration.CodeExpression exp1;
- protected Mono.CodeGeneration.CodeExpression exp2;
- protected System.Type t1;
- protected System.Type t2;
- public CodeBinaryComparison(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2, string symbol) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeBinaryOperation : Mono.CodeGeneration.CodeConditionExpression
- {
- protected Mono.CodeGeneration.CodeExpression exp1;
- protected Mono.CodeGeneration.CodeExpression exp2;
- protected System.Type t1;
- protected System.Type t2;
- public CodeBinaryOperation(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2, string symbol) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeBlock : Mono.CodeGeneration.CodeItem
- {
- public CodeBlock() { }
- public bool IsEmpty { get { throw null; } }
- public void Add(Mono.CodeGeneration.CodeItem code) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public Mono.CodeGeneration.CodeItem GetLastItem() { throw null; }
- public static Mono.CodeGeneration.CodeBlock operator +(Mono.CodeGeneration.CodeBlock cb, Mono.CodeGeneration.CodeExpression e) { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeBuilder
- {
- public CodeBuilder(Mono.CodeGeneration.CodeClass codeClass) { }
- public Mono.CodeGeneration.CodeBlock CurrentBlock { get { throw null; } }
- public Mono.CodeGeneration.CodeClass OwnerClass { get { throw null; } }
- public void Assign(Mono.CodeGeneration.CodeValueReference var, Mono.CodeGeneration.CodeExpression val) { }
- public void Call(Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodBase method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(Mono.CodeGeneration.CodeExpression target, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void Call(System.Type type, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public Mono.CodeGeneration.CodeExpression CallFunc(Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(Mono.CodeGeneration.CodeExpression target, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallFunc(System.Type type, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public void Case(Mono.CodeGeneration.CodeExpression condition) { }
- public void ConsoleWriteLine(params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public void ConsoleWriteLine(params object[] parameters) { }
- public void Dec(Mono.CodeGeneration.CodeValueReference val) { }
- public Mono.CodeGeneration.CodeVariableReference DeclareVariable(Mono.CodeGeneration.CodeExpression initValue) { throw null; }
- public Mono.CodeGeneration.CodeVariableReference DeclareVariable(System.Type type) { throw null; }
- public Mono.CodeGeneration.CodeVariableReference DeclareVariable(System.Type type, Mono.CodeGeneration.CodeExpression initValue) { throw null; }
- public Mono.CodeGeneration.CodeVariableReference DeclareVariable(System.Type type, object ob) { throw null; }
- public void Else() { }
- public void ElseIf(Mono.CodeGeneration.CodeExpression condition) { }
- public void EndFor() { }
- public void EndForeach() { }
- public void EndIf() { }
- public void EndSelect() { }
- public void EndWhile() { }
- public void For(Mono.CodeGeneration.CodeExpression initExp, Mono.CodeGeneration.CodeExpression conditionExp, Mono.CodeGeneration.CodeExpression nextExp) { }
- public void Foreach(System.Type type, out Mono.CodeGeneration.CodeExpression item, Mono.CodeGeneration.CodeExpression array) { item = default(Mono.CodeGeneration.CodeExpression); }
- public void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public void If(Mono.CodeGeneration.CodeExpression condition) { }
- public void Inc(Mono.CodeGeneration.CodeValueReference val) { }
- public static Mono.CodeGeneration.CodeBuilder operator +(Mono.CodeGeneration.CodeBuilder cb, Mono.CodeGeneration.CodeItem e) { throw null; }
- public string PrintCode() { throw null; }
- public void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- public void Return() { }
- public void Return(Mono.CodeGeneration.CodeExpression exp) { }
- public void Select() { }
- public Mono.CodeGeneration.CodeExpression When(Mono.CodeGeneration.CodeExpression condition, Mono.CodeGeneration.CodeExpression trueResult, Mono.CodeGeneration.CodeExpression falseResult) { throw null; }
- public void While(Mono.CodeGeneration.CodeExpression condition) { }
- }
- public partial class CodeCast : Mono.CodeGeneration.CodeExpression
- {
- public CodeCast(System.Type type, Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeClass
- {
- public CodeClass(System.Reflection.Emit.ModuleBuilder mb, string name) { }
- public CodeClass(System.Reflection.Emit.ModuleBuilder mb, string name, System.Reflection.TypeAttributes attr, System.Type baseType, params System.Type[] interfaces) { }
- public CodeClass(System.Reflection.Emit.ModuleBuilder mb, string name, System.Type baseType, params System.Type[] interfaces) { }
- public System.Reflection.Emit.TypeBuilder TypeBuilder { get { throw null; } }
- public Mono.CodeGeneration.CodeMethod CreateConstructor(System.Reflection.MethodAttributes attributes, params System.Type[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateConstructor(params System.Type[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.FieldInfo[] fields, Mono.CodeGeneration.CodeLiteral[] fieldValues) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs, string[] namedArgFieldNames, object[] namedArgValues) { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateMethod(string name, System.Reflection.MethodAttributes attributes, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateMethod(string name, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeProperty CreateProperty(string name, System.Type returnType, System.Reflection.MethodAttributes methodAttributes, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeProperty CreateProperty(string name, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateStaticMethod(string name, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public System.Type CreateType() { throw null; }
- public Mono.CodeGeneration.CodeMethod CreateVirtualMethod(string name, System.Type returnType, params System.Type[] parameterTypes) { throw null; }
- public Mono.CodeGeneration.CodeFieldReference DefineField(string name, System.Type type, params Mono.CodeGeneration.CodeCustomAttribute[] customAttributes) { throw null; }
- public Mono.CodeGeneration.CodeFieldReference DefineField(string name, System.Type type, System.Reflection.FieldAttributes attrs, Mono.CodeGeneration.CodeExpression initialValue, params Mono.CodeGeneration.CodeCustomAttribute[] customAttributes) { throw null; }
- public Mono.CodeGeneration.CodeFieldReference DefineStaticField(Mono.CodeGeneration.CodeExpression initialValue, params Mono.CodeGeneration.CodeCustomAttribute[] customAttributes) { throw null; }
- public Mono.CodeGeneration.CodeFieldReference DefineStaticField(string name, System.Type type, Mono.CodeGeneration.CodeExpression initialValue, params Mono.CodeGeneration.CodeCustomAttribute[] customAttributes) { throw null; }
- public Mono.CodeGeneration.CodeMethod GetDefaultConstructor() { throw null; }
- public Mono.CodeGeneration.CodeMethod GetStaticConstructor() { throw null; }
- public Mono.CodeGeneration.CodeMethod ImplementMethod(System.Reflection.MethodInfo basem) { throw null; }
- public Mono.CodeGeneration.CodeMethod ImplementMethod(System.Type baseType, System.Reflection.MethodInfo basem) { throw null; }
- public Mono.CodeGeneration.CodeMethod ImplementMethod(System.Type baseType, string methodName) { throw null; }
- public string PrintCode() { throw null; }
- public void PrintCode(Mono.CodeGeneration.CodeWriter cw) { }
- }
- public abstract partial class CodeConditionExpression : Mono.CodeGeneration.CodeExpression
- {
- protected CodeConditionExpression() { }
- public virtual void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool jumpCase) { }
- }
- public partial class CodeCustomAttribute
- {
- public CodeCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder attributeBuilder, System.Type type, System.Reflection.ConstructorInfo constructor, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.MemberInfo[] namedArgMembers, Mono.CodeGeneration.CodeLiteral[] namedArgValues) { }
- public System.Reflection.Emit.CustomAttributeBuilder Builder { get { throw null; } }
- public static Mono.CodeGeneration.CodeCustomAttribute Create(System.Type attributeType) { throw null; }
- public static Mono.CodeGeneration.CodeCustomAttribute Create(System.Type attributeType, System.Type[] ctorArgTypes, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.MemberInfo[] members, Mono.CodeGeneration.CodeLiteral[] values) { throw null; }
- public static Mono.CodeGeneration.CodeCustomAttribute Create(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs, string[] namedArgNames, object[] namedArgValues) { throw null; }
- public string PrintCode() { throw null; }
- public void PrintCode(Mono.CodeGeneration.CodeWriter cw) { }
- }
- public partial class CodeDecrement : Mono.CodeGeneration.CodeValueReference
- {
- public CodeDecrement(Mono.CodeGeneration.CodeValueReference exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeDiv : Mono.CodeGeneration.CodeArithmeticOperation
- {
- public CodeDiv(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- }
- public partial class CodeEquals : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeEquals(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeExpression : Mono.CodeGeneration.CodeItem
- {
- protected CodeExpression() { }
- public Mono.CodeGeneration.CodeExpression ArrayLength { get { throw null; } }
- public Mono.CodeGeneration.CodeExpression IsNull { get { throw null; } }
- public bool IsNumber { get { throw null; } }
- public Mono.CodeGeneration.CodeValueReference this[Mono.CodeGeneration.CodeExpression index] { get { throw null; } }
- public Mono.CodeGeneration.CodeValueReference this[System.Reflection.FieldInfo field] { get { throw null; } }
- public Mono.CodeGeneration.CodeValueReference this[System.Reflection.PropertyInfo prop] { get { throw null; } }
- public Mono.CodeGeneration.CodeValueReference this[string name] { get { throw null; } }
- public static Mono.CodeGeneration.CodeExpression Add(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public Mono.CodeGeneration.CodeExpression And(Mono.CodeGeneration.CodeExpression other) { throw null; }
- public static Mono.CodeGeneration.CodeExpression AreEqual(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression AreNotEqual(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public Mono.CodeGeneration.CodeExpression Call(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression Call(string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public Mono.CodeGeneration.CodeExpression CallToString() { throw null; }
- public Mono.CodeGeneration.CodeExpression CastTo(System.Type type) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Divide(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public virtual void GenerateAsStatement(System.Reflection.Emit.ILGenerator gen) { }
- public abstract System.Type GetResultType();
- public Mono.CodeGeneration.CodeExpression Is(System.Type type) { throw null; }
- public static Mono.CodeGeneration.CodeExpression IsGreaterEqualThan(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression IsGreaterThan(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression IsSmallerEqualThan(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression IsSmallerThan(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public Mono.CodeGeneration.CodeValueReference MemGet(System.Reflection.MemberInfo member) { throw null; }
- public Mono.CodeGeneration.CodeValueReference MemGet(string name) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Multiply(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Not(Mono.CodeGeneration.CodeExpression e) { throw null; }
- public static Mono.CodeGeneration.CodeExpression NullValue(System.Type type) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Subtract(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- }
- public partial class CodeFieldReference : Mono.CodeGeneration.CodeValueReference
- {
- public CodeFieldReference(Mono.CodeGeneration.CodeExpression target, System.Reflection.FieldInfo field) { }
- public CodeFieldReference(System.Reflection.FieldInfo field) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeFor : Mono.CodeGeneration.CodeStatement
- {
- public CodeFor(Mono.CodeGeneration.CodeExpression initExp, Mono.CodeGeneration.CodeExpression conditionExp, Mono.CodeGeneration.CodeExpression nextExp) { }
- public Mono.CodeGeneration.CodeBlock ForBlock { get { throw null; } set { } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeForeach : Mono.CodeGeneration.CodeStatement
- {
- public CodeForeach(Mono.CodeGeneration.CodeExpression array, System.Type itemType) { }
- public Mono.CodeGeneration.CodeBlock ForBlock { get { throw null; } set { } }
- public Mono.CodeGeneration.CodeValueReference ItemExpression { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeGenerationHelper
- {
- public CodeGenerationHelper() { }
- public static void GenerateMethodCall(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public static void GenerateMethodCall(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodBase method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public static void GeneratePrimitiveValue() { }
- public static void GenerateSafeConversion(System.Reflection.Emit.ILGenerator gen, System.Type targetType, System.Type sourceType) { }
- public static System.Exception GetMethodException(System.Reflection.MethodBase method, string msg) { throw null; }
- public static bool IsNumber(System.Type t) { throw null; }
- public static void LoadFromPtr(System.Reflection.Emit.ILGenerator ig, System.Type t) { }
- public static void SaveToPtr(System.Reflection.Emit.ILGenerator ig, System.Type t) { }
- }
- public partial class CodeGreaterEqualThan : Mono.CodeGeneration.CodeBinaryComparison
- {
- public CodeGreaterEqualThan(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) : base (default(Mono.CodeGeneration.CodeExpression), default(Mono.CodeGeneration.CodeExpression), default(string)) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- }
- public partial class CodeGreaterThan : Mono.CodeGeneration.CodeBinaryComparison
- {
- public CodeGreaterThan(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) : base (default(Mono.CodeGeneration.CodeExpression), default(Mono.CodeGeneration.CodeExpression), default(string)) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- }
- public partial class CodeIf : Mono.CodeGeneration.CodeStatement
- {
- public CodeIf(Mono.CodeGeneration.CodeExpression condition) { }
- public Mono.CodeGeneration.CodeBlock FalseBlock { get { throw null; } set { } }
- public Mono.CodeGeneration.CodeBlock TrueBlock { get { throw null; } set { } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeIncrement : Mono.CodeGeneration.CodeValueReference
- {
- public CodeIncrement(Mono.CodeGeneration.CodeValueReference exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateAsStatement(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeIs : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeIs(System.Type type, Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeItem
- {
- protected CodeItem() { }
- public abstract void Generate(System.Reflection.Emit.ILGenerator gen);
- public abstract void PrintCode(Mono.CodeGeneration.CodeWriter cp);
- }
- public partial class CodeLessEqualThan : Mono.CodeGeneration.CodeBinaryComparison
- {
- public CodeLessEqualThan(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) : base (default(Mono.CodeGeneration.CodeExpression), default(Mono.CodeGeneration.CodeExpression), default(string)) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- }
- public partial class CodeLessThan : Mono.CodeGeneration.CodeBinaryComparison
- {
- public CodeLessThan(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) : base (default(Mono.CodeGeneration.CodeExpression), default(Mono.CodeGeneration.CodeExpression), default(string)) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- }
- public partial class CodeLiteral : Mono.CodeGeneration.CodeExpression
- {
- public CodeLiteral(object value) { }
- public CodeLiteral(object value, System.Type type) { }
- public object Value { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeMethod
- {
- internal CodeMethod() { }
- public System.Reflection.MethodAttributes Attributes { get { throw null; } }
- public Mono.CodeGeneration.CodeBuilder CodeBuilder { get { throw null; } }
- public System.Reflection.Emit.TypeBuilder DeclaringType { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public System.Reflection.MethodBase MethodBase { get { throw null; } }
- public System.Reflection.MethodInfo MethodInfo { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Type[] ParameterTypes { get { throw null; } }
- public System.Type ReturnType { get { throw null; } }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.FieldInfo[] fields, Mono.CodeGeneration.CodeLiteral[] fieldValues) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs, string[] namedArgFieldNames, object[] namedArgValues) { throw null; }
- public static Mono.CodeGeneration.CodeMethod DefineConstructor(Mono.CodeGeneration.CodeClass cls, System.Reflection.MethodAttributes attributes, System.Type[] parameterTypes) { throw null; }
- public void Generate() { }
- public Mono.CodeGeneration.CodeArgumentReference GetArg(int n) { throw null; }
- public Mono.CodeGeneration.CodeArgumentReference GetThis() { throw null; }
- public string PrintCode() { throw null; }
- public virtual void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- public void UpdateMethodBase(System.Type type) { }
- }
- public partial class CodeMethodCall : Mono.CodeGeneration.CodeExpression
- {
- public CodeMethodCall(Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodBase method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(Mono.CodeGeneration.CodeExpression target, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public CodeMethodCall(System.Type type, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateAsStatement(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeModule
- {
- public CodeModule(string name) { }
- public System.Reflection.Emit.ModuleBuilder ModuleBuilder { get { throw null; } }
- public static Mono.CodeGeneration.CodeModule Shared { get { throw null; } }
- public Mono.CodeGeneration.CodeClass CreateClass(string name) { throw null; }
- public Mono.CodeGeneration.CodeClass CreateClass(string name, System.Reflection.TypeAttributes attr, System.Type baseType, params System.Type[] interfaces) { throw null; }
- public Mono.CodeGeneration.CodeClass CreateClass(string name, System.Type baseType, params System.Type[] interfaces) { throw null; }
- }
- public partial class CodeMul : Mono.CodeGeneration.CodeArithmeticOperation
- {
- public CodeMul(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- }
- public partial class CodeNeg : Mono.CodeGeneration.CodeExpression
- {
- public CodeNeg(Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeNew : Mono.CodeGeneration.CodeExpression
- {
- public CodeNew(System.Type type, params Mono.CodeGeneration.CodeExpression[] parameters) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeNewArray : Mono.CodeGeneration.CodeExpression
- {
- public CodeNewArray(System.Type type, Mono.CodeGeneration.CodeExpression size) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeNot : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeNot(Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeNotEquals : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeNotEquals(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeOr : Mono.CodeGeneration.CodeConditionExpression
- {
- public CodeOr(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateForBranch(System.Reflection.Emit.ILGenerator gen, System.Reflection.Emit.Label label, bool branchCase) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeProperty
- {
- internal CodeProperty() { }
- public System.Reflection.PropertyAttributes Attributes { get { throw null; } }
- public Mono.CodeGeneration.CodeBuilder CodeBuilderGet { get { throw null; } }
- public Mono.CodeGeneration.CodeBuilder CodeBuilderSet { get { throw null; } }
- public System.Reflection.Emit.TypeBuilder DeclaringType { get { throw null; } }
- public bool IsPublic { get { throw null; } }
- public bool IsStatic { get { throw null; } }
- public string Name { get { throw null; } }
- public System.Type[] ParameterTypes { get { throw null; } }
- public System.Reflection.Emit.PropertyBuilder PropertyBuilder { get { throw null; } }
- public System.Type ReturnType { get { throw null; } }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, Mono.CodeGeneration.CodeLiteral[] ctorArgs, System.Reflection.FieldInfo[] fields, Mono.CodeGeneration.CodeLiteral[] fieldValues) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs) { throw null; }
- public Mono.CodeGeneration.CodeCustomAttribute CreateCustomAttribute(System.Type attributeType, System.Type[] ctorArgTypes, object[] ctorArgs, string[] namedArgFieldNames, object[] namedArgValues) { throw null; }
- public void Generate() { }
- public Mono.CodeGeneration.CodeArgumentReference GetArg(int n) { throw null; }
- public Mono.CodeGeneration.CodeArgumentReference GetThis() { throw null; }
- public string PrintCode() { throw null; }
- public void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- public void UpdatePropertyInfo(System.Type type) { }
- }
- public partial class CodePropertyReference : Mono.CodeGeneration.CodeValueReference
- {
- public CodePropertyReference(Mono.CodeGeneration.CodeExpression target, System.Reflection.PropertyInfo property) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeReturn : Mono.CodeGeneration.CodeStatement
- {
- internal CodeReturn() { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeSelect : Mono.CodeGeneration.CodeStatement
- {
- public CodeSelect() { }
- public void AddCase(Mono.CodeGeneration.CodeExpression condition, Mono.CodeGeneration.CodeBlock block) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeSelfIncrement : Mono.CodeGeneration.CodeExpression
- {
- public CodeSelfIncrement(Mono.CodeGeneration.CodeValueReference exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeStatement : Mono.CodeGeneration.CodeItem
- {
- protected CodeStatement() { }
- }
- public partial class CodeSub : Mono.CodeGeneration.CodeArithmeticOperation
- {
- public CodeSub(Mono.CodeGeneration.CodeExpression exp1, Mono.CodeGeneration.CodeExpression exp2) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- }
- public partial class CodeSubstractOne : Mono.CodeGeneration.CodeExpression
- {
- public CodeSubstractOne(Mono.CodeGeneration.CodeExpression exp) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeTry : Mono.CodeGeneration.CodeStatement
- {
- public CodeTry() { }
- public System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<Mono.CodeGeneration.CodeVariableDeclaration, Mono.CodeGeneration.CodeBlock>> CatchBlocks { get { throw null; } }
- public Mono.CodeGeneration.CodeBlock FinallyBlock { get { throw null; } set { } }
- public Mono.CodeGeneration.CodeBlock TryBlock { get { throw null; } set { } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public abstract partial class CodeValueReference : Mono.CodeGeneration.CodeExpression
- {
- protected CodeValueReference() { }
- public abstract void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value);
- }
- public partial class CodeVariableDeclaration : Mono.CodeGeneration.CodeStatement
- {
- public CodeVariableDeclaration(System.Type type, string name) { }
- public Mono.CodeGeneration.CodeVariableReference Variable { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeVariableReference : Mono.CodeGeneration.CodeValueReference
- {
- public CodeVariableReference(System.Type type, string name) { }
- public string Name { get { throw null; } }
- public System.Type Type { get { throw null; } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void GenerateSet(System.Reflection.Emit.ILGenerator gen, Mono.CodeGeneration.CodeExpression value) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeWhen : Mono.CodeGeneration.CodeExpression
- {
- public CodeWhen(Mono.CodeGeneration.CodeExpression condition, Mono.CodeGeneration.CodeExpression trueResult, Mono.CodeGeneration.CodeExpression falseResult) { }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override System.Type GetResultType() { throw null; }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeWhile : Mono.CodeGeneration.CodeStatement
- {
- public CodeWhile(Mono.CodeGeneration.CodeExpression condition) { }
- public Mono.CodeGeneration.CodeBlock WhileBlock { get { throw null; } set { } }
- public override void Generate(System.Reflection.Emit.ILGenerator gen) { }
- public override void PrintCode(Mono.CodeGeneration.CodeWriter cp) { }
- }
- public partial class CodeWriter
- {
- public CodeWriter(System.IO.TextWriter tw) { }
- public Mono.CodeGeneration.CodeWriter BeginLine() { throw null; }
- public Mono.CodeGeneration.CodeWriter EndLine() { throw null; }
- public void Indent() { }
- public void Unindent() { }
- public Mono.CodeGeneration.CodeWriter Write(string s) { throw null; }
- public Mono.CodeGeneration.CodeWriter WriteLine(string s) { throw null; }
- public Mono.CodeGeneration.CodeWriter WriteLineInd(string s) { throw null; }
- public Mono.CodeGeneration.CodeWriter WriteLineUnind(string s) { throw null; }
- }
- public partial class Exp
- {
- internal Exp() { }
- public static Mono.CodeGeneration.CodeExpression And(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- public static Mono.CodeGeneration.CodeExpression And(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2, Mono.CodeGeneration.CodeExpression e3) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(Mono.CodeGeneration.CodeExpression target, Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(Mono.CodeGeneration.CodeExpression target, System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(Mono.CodeGeneration.CodeExpression target, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(Mono.CodeGeneration.CodeMethod method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(System.Reflection.MethodInfo method, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Call(System.Type type, string name, params Mono.CodeGeneration.CodeExpression[] parameters) { throw null; }
- public static Mono.CodeGeneration.CodeValueReference Inc(Mono.CodeGeneration.CodeValueReference e) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Literal(object ob) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Literal(string ob) { throw null; }
- public static Mono.CodeGeneration.CodeExpression New(System.Type type, params Mono.CodeGeneration.CodeExpression[] pars) { throw null; }
- public static Mono.CodeGeneration.CodeExpression NewArray(System.Type type, Mono.CodeGeneration.CodeExpression size) { throw null; }
- public static Mono.CodeGeneration.CodeExpression Or(Mono.CodeGeneration.CodeExpression e1, Mono.CodeGeneration.CodeExpression e2) { throw null; }
- }
-}
-namespace Mono.Security.Protocol.Ntlm
-{
- public partial class ChallengeResponse : System.IDisposable
- {
- public ChallengeResponse() { }
- public ChallengeResponse(string password, byte[] challenge) { }
- public byte[] Challenge { get { throw null; } set { } }
- public byte[] LM { get { throw null; } }
- public byte[] LMSessionKey { get { throw null; } }
- public byte[] NT { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public void Dispose() { }
- ~ChallengeResponse() { }
- }
- public abstract partial class MessageBase
- {
- protected MessageBase(int messageType) { }
- protected MessageBase(int messageType, Mono.Security.Protocol.Ntlm.NtlmVersion version) { }
- public Mono.Security.Protocol.Ntlm.NtlmFlags Flags { get { throw null; } set { } }
- public byte[] OSVersion { get { throw null; } set { } }
- public int Type { get { throw null; } }
- public Mono.Security.Protocol.Ntlm.NtlmVersion Version { get { throw null; } }
- protected bool CheckHeader(byte[] message) { throw null; }
- protected virtual void Decode(byte[] message) { }
- public abstract byte[] GetBytes();
- protected byte[] PrepareMessage(int messageSize) { throw null; }
- }
- [System.FlagsAttribute]
- public enum NtlmFlags
- {
- Negotiate128 = 536870912,
- Negotiate56 = -2147483648,
- NegotiateAlwaysSign = 32768,
- NegotiateAnonymous = 2048,
- NegotiateDatagramStyle = 64,
- NegotiateDomainSupplied = 4096,
- NegotiateKeyExchange = 1073741824,
- NegotiateLm = 128,
- NegotiateNtlm = 512,
- NegotiateNtlm2Key = 524288,
- NegotiateOem = 2,
- NegotiateSeal = 32,
- NegotiateSign = 16,
- NegotiateUnicode = 1,
- NegotiateWorkstationSupplied = 8192,
- RequestTarget = 4,
- }
- public partial class NtlmTargetInformation
- {
- public NtlmTargetInformation() { }
- public string DnsDomainName { get { throw null; } set { } }
- public string DnsHostName { get { throw null; } set { } }
- public string DomainName { get { throw null; } set { } }
- public string ServerName { get { throw null; } set { } }
- public void Decode(byte[] bytes, int length, int offset) { }
- public byte[] ToBytes() { throw null; }
- }
- public enum NtlmVersion
- {
- Version1 = 0,
- Version2 = 1,
- Version3 = 2,
- }
- public partial class Type1Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type1Message() : base (default(int)) { }
- public Type1Message(Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public Type1Message(byte[] message) : base (default(int)) { }
- public Type1Message(byte[] message, Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public string Domain { get { throw null; } set { } }
- public string Host { get { throw null; } set { } }
- protected override void Decode(byte[] message) { }
- public override byte[] GetBytes() { throw null; }
- }
- public partial class Type2Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type2Message() : base (default(int)) { }
- public Type2Message(Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public Type2Message(byte[] message) : base (default(int)) { }
- public Type2Message(byte[] message, Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public byte[] Context { get { throw null; } set { } }
- public byte[] Nonce { get { throw null; } set { } }
- public Mono.Security.Protocol.Ntlm.NtlmTargetInformation Target { get { throw null; } }
- public string TargetName { get { throw null; } set { } }
- protected override void Decode(byte[] message) { }
- ~Type2Message() { }
- public override byte[] GetBytes() { throw null; }
- }
- public partial class Type3Message : Mono.Security.Protocol.Ntlm.MessageBase
- {
- public Type3Message() : base (default(int)) { }
- public Type3Message(Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public Type3Message(byte[] message) : base (default(int)) { }
- public Type3Message(byte[] message, Mono.Security.Protocol.Ntlm.NtlmVersion version) : base (default(int)) { }
- public byte[] Challenge { get { throw null; } set { } }
- public string Domain { get { throw null; } set { } }
- public string Host { get { throw null; } set { } }
- public byte[] LM { get { throw null; } }
- public byte[] NT { get { throw null; } }
- public string Password { get { throw null; } set { } }
- public string Username { get { throw null; } set { } }
- protected override void Decode(byte[] message) { }
- ~Type3Message() { }
- public override byte[] GetBytes() { throw null; }
- }
-}
-namespace Mono.Security.Protocol.Tls
-{
- public delegate System.Security.Cryptography.X509Certificates.X509Certificate CertificateSelectionCallback(System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection serverRequestedCertificates);
- public delegate bool CertificateValidationCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, int[] certificateErrors);
- public delegate Mono.Security.Protocol.Tls.ValidationResult CertificateValidationCallback2(Mono.Security.X509.X509CertificateCollection collection);
- [System.SerializableAttribute]
- public enum CipherAlgorithmType
- {
- Des = 0,
- None = 1,
- Rc2 = 2,
- Rc4 = 3,
- Rijndael = 4,
- SkipJack = 5,
- TripleDes = 6,
- }
- [System.SerializableAttribute]
- public enum ExchangeAlgorithmType
- {
- DiffieHellman = 0,
- Fortezza = 1,
- None = 2,
- RsaKeyX = 3,
- RsaSign = 4,
- }
- [System.SerializableAttribute]
- public enum HashAlgorithmType
- {
- Md5 = 0,
- None = 1,
- Sha1 = 2,
- }
- public delegate System.Security.Cryptography.AsymmetricAlgorithm PrivateKeySelectionCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, string targetHost);
- public enum SecurityCompressionType
- {
- None = 0,
- Zlib = 1,
- }
- [System.FlagsAttribute]
- [System.SerializableAttribute]
- public enum SecurityProtocolType
- {
- Default = -1073741824,
- Ssl2 = 12,
- Ssl3 = 48,
- Tls = 192,
- }
- public partial class SslClientStream : Mono.Security.Protocol.Tls.SslStreamBase
- {
- public SslClientStream(System.IO.Stream stream, string targetHost, bool ownsStream) : base (default(System.IO.Stream), default(bool)) { }
- public SslClientStream(System.IO.Stream stream, string targetHost, bool ownsStream, Mono.Security.Protocol.Tls.SecurityProtocolType securityProtocolType) : base (default(System.IO.Stream), default(bool)) { }
- public SslClientStream(System.IO.Stream stream, string targetHost, bool ownsStream, Mono.Security.Protocol.Tls.SecurityProtocolType securityProtocolType, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates) : base (default(System.IO.Stream), default(bool)) { }
- public SslClientStream(System.IO.Stream stream, string targetHost, System.Security.Cryptography.X509Certificates.X509Certificate clientCertificate) : base (default(System.IO.Stream), default(bool)) { }
- public SslClientStream(System.IO.Stream stream, string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates) : base (default(System.IO.Stream), default(bool)) { }
- public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } }
- public Mono.Security.Protocol.Tls.CertificateSelectionCallback ClientCertSelectionDelegate { get { throw null; } set { } }
- public Mono.Security.Protocol.Tls.PrivateKeySelectionCallback PrivateKeyCertSelectionDelegate { get { throw null; } set { } }
- public System.Security.Cryptography.X509Certificates.X509Certificate SelectedClientCertificate { get { throw null; } }
- public Mono.Security.Protocol.Tls.CertificateValidationCallback ServerCertValidationDelegate { get { throw null; } set { } }
- public event Mono.Security.Protocol.Tls.CertificateValidationCallback2 ServerCertValidation2 { add { } remove { } }
- protected override void Dispose(bool disposing) { }
- ~SslClientStream() { }
- }
- public partial class SslServerStream : Mono.Security.Protocol.Tls.SslStreamBase
- {
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate) : base (default(System.IO.Stream), default(bool)) { }
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool ownsStream) : base (default(System.IO.Stream), default(bool)) { }
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool ownsStream, Mono.Security.Protocol.Tls.SecurityProtocolType securityProtocolType) : base (default(System.IO.Stream), default(bool)) { }
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool requestClientCertificate, bool ownsStream) : base (default(System.IO.Stream), default(bool)) { }
- public SslServerStream(System.IO.Stream stream, System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool requestClientCertificate, bool ownsStream, Mono.Security.Protocol.Tls.SecurityProtocolType securityProtocolType) : base (default(System.IO.Stream), default(bool)) { }
- public System.Security.Cryptography.X509Certificates.X509Certificate ClientCertificate { get { throw null; } }
- public Mono.Security.Protocol.Tls.CertificateValidationCallback ClientCertValidationDelegate { get { throw null; } set { } }
- public Mono.Security.Protocol.Tls.PrivateKeySelectionCallback PrivateKeyCertSelectionDelegate { get { throw null; } set { } }
- public event Mono.Security.Protocol.Tls.CertificateValidationCallback2 ClientCertValidation2 { add { } remove { } }
- protected override void Dispose(bool disposing) { }
- ~SslServerStream() { }
- }
- public abstract partial class SslStreamBase : System.IO.Stream, System.IDisposable
- {
- protected SslStreamBase(System.IO.Stream stream, bool ownsStream) { }
- public override bool CanRead { get { throw null; } }
- public override bool CanSeek { get { throw null; } }
- public override bool CanWrite { get { throw null; } }
- public bool CheckCertRevocationStatus { get { throw null; } set { } }
- public Mono.Security.Protocol.Tls.CipherAlgorithmType CipherAlgorithm { get { throw null; } }
- public int CipherStrength { get { throw null; } }
- public Mono.Security.Protocol.Tls.HashAlgorithmType HashAlgorithm { get { throw null; } }
- public int HashStrength { get { throw null; } }
- public Mono.Security.Protocol.Tls.ExchangeAlgorithmType KeyExchangeAlgorithm { get { throw null; } }
- public int KeyExchangeStrength { get { throw null; } }
- public override long Length { get { throw null; } }
- public override long Position { get { throw null; } set { } }
- public Mono.Security.Protocol.Tls.SecurityProtocolType SecurityProtocol { get { throw null; } }
- public System.Security.Cryptography.X509Certificates.X509Certificate ServerCertificate { get { throw null; } }
- public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) { throw null; }
- public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) { throw null; }
- public override void Close() { }
- protected override void Dispose(bool disposing) { }
- public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
- public override void EndWrite(System.IAsyncResult asyncResult) { }
- ~SslStreamBase() { }
- public override void Flush() { }
- public int Read(byte[] buffer) { throw null; }
- public override int Read(byte[] buffer, int offset, int count) { throw null; }
- public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
- public override void SetLength(long value) { }
- public void Write(byte[] buffer) { }
- public override void Write(byte[] buffer, int offset, int count) { }
- }
- public partial class ValidationResult
- {
- public ValidationResult(bool trusted, bool user_denied, int error_code) { }
- public int ErrorCode { get { throw null; } }
- public bool Trusted { get { throw null; } }
- public bool UserDenied { get { throw null; } }
- }
-}
namespace System
{
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
diff --git a/src/v4.6/System.cs b/src/v4.6/System.cs
index 44ee25c..05a9af6 100644
--- a/src/v4.6/System.cs
+++ b/src/v4.6/System.cs
@@ -25,6 +25,7 @@
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.SemaphoreFullException))]
namespace Microsoft.CSharp
{
public partial class CSharpCodeProvider : System.CodeDom.Compiler.CodeDomProvider
diff --git a/src/v4.6/WindowsBase.cs b/src/v4.6/WindowsBase.cs
index 20a4115..a7bcea8 100644
--- a/src/v4.6/WindowsBase.cs
+++ b/src/v4.6/WindowsBase.cs
@@ -39,7 +39,38 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedAction))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedEventArgs))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedEventHandler))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.AmbientAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ArrayExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ConstructorArgumentAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ContentPropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ContentWrapperAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.DateTimeValueSerializer))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.DependsOnAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.DictionaryKeyPropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IComponentConnector))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.INameScope))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IProvideValueTarget))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IUriContext))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IValueSerializerContext))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.IXamlTypeResolver))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.MarkupExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.MarkupExtensionReturnTypeAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.NameScopePropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.NullExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.RootNamespaceAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.RuntimeNamePropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.StaticExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.TrimSurroundingWhitespaceAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.TypeExtension))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.UidPropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.UsableDuringInitializationAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ValueSerializer))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ValueSerializerAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.WhitespaceSignificantCollectionAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.XmlLangPropertyAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.XmlnsCompatibleWithAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.XmlnsDefinitionAttribute))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.XmlnsPrefixAttribute))]
namespace System
{
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
diff --git a/v4.5/Makefile b/v4.5/Makefile
index a071ba9..4f617df 100644
--- a/v4.5/Makefile
+++ b/v4.5/Makefile
@@ -155,7 +155,7 @@ System.ServiceModel.Discovery_REFS := mscorlib System.ServiceModel System System
System.ServiceModel.Internals_REFS := mscorlib System System.Xml
System.ServiceModel.Routing_REFS := mscorlib System.ServiceModel System.Configuration System System.Runtime.Serialization
System.ServiceModel.Web_REFS := mscorlib System.ServiceModel System System.Runtime.Serialization System.Xml System.Xml.Linq System.Configuration System.ServiceModel.Activation System.Core System.Web.Extensions
-System.ServiceModel_REFS := mscorlib System.Xml System.Xml.Linq System.Xaml System Mono.Security System.EnterpriseServices System.Transactions System.IdentityModel System.Runtime.Serialization System.Runtime.DurableInstancing System.Security System.Web.ApplicationServices System.Messaging System.Net.Http System.IdentityModel.Selectors System.Web.Services System.Configuration System.Web System.Core bare/System.ServiceModel.Activation
+System.ServiceModel_REFS := mscorlib System.Xml System.Xml.Linq System.Xaml System System.EnterpriseServices System.Transactions System.IdentityModel System.Runtime.Serialization System.Runtime.DurableInstancing System.Security System.Web.ApplicationServices System.Messaging System.Net.Http System.IdentityModel.Selectors System.Web.Services System.Configuration System.Web System.Core bare/System.ServiceModel.Activation
System.ServiceProcess_REFS := mscorlib System System.Configuration.Install System.Windows.Forms
System.Threading.Tasks.Dataflow_REFS := mscorlib System.Core System
System.Transactions_REFS := mscorlib System.Configuration
diff --git a/v4.6.1/Makefile b/v4.6.1/Makefile
index 72ed1be..a2eb97e 100644
--- a/v4.6.1/Makefile
+++ b/v4.6.1/Makefile
@@ -159,7 +159,7 @@ System.ServiceModel.Discovery_REFS := mscorlib System.ServiceModel System System
System.ServiceModel.Internals_REFS := mscorlib System System.Xml
System.ServiceModel.Routing_REFS := mscorlib System.ServiceModel System.Configuration System System.Runtime.Serialization
System.ServiceModel.Web_REFS := mscorlib System.ServiceModel System System.Runtime.Serialization System.Xml System.Xml.Linq System.Configuration System.ServiceModel.Activation System.Core System.Web.Extensions
-System.ServiceModel_REFS := mscorlib System.Xml System.Xml.Linq System.Xaml System Mono.Security System.EnterpriseServices System.Transactions System.IdentityModel System.Runtime.Serialization System.Runtime.DurableInstancing System.Security System.Web.ApplicationServices System.Messaging System.Net.Http System.IdentityModel.Selectors System.Web.Services System.Configuration System.Web System.Core bare/System.ServiceModel.Activation
+System.ServiceModel_REFS := mscorlib System.Xml System.Xml.Linq System.Xaml System System.EnterpriseServices System.Transactions System.IdentityModel System.Runtime.Serialization System.Runtime.DurableInstancing System.Security System.Web.ApplicationServices System.Messaging System.Net.Http System.IdentityModel.Selectors System.Web.Services System.Configuration System.Web System.Core bare/System.ServiceModel.Activation
System.ServiceProcess_REFS := mscorlib System System.Configuration.Install System.Windows.Forms
System.Threading.Tasks.Dataflow_REFS := mscorlib System.Core System
System.Transactions_REFS := mscorlib System.Configuration
diff --git a/v4.6.2/Makefile b/v4.6.2/Makefile
index 0e7f3ad..12ea449 100644
--- a/v4.6.2/Makefile
+++ b/v4.6.2/Makefile
@@ -159,7 +159,7 @@ System.ServiceModel.Discovery_REFS := mscorlib System.ServiceModel System System
System.ServiceModel.Internals_REFS := mscorlib System System.Xml
System.ServiceModel.Routing_REFS := mscorlib System.ServiceModel System.Configuration System System.Runtime.Serialization
System.ServiceModel.Web_REFS := mscorlib System.ServiceModel System System.Runtime.Serialization System.Xml System.Xml.Linq System.Configuration System.ServiceModel.Activation System.Core System.Web.Extensions
-System.ServiceModel_REFS := mscorlib System.Xml System.Xml.Linq System.Xaml System Mono.Security System.EnterpriseServices System.Transactions System.IdentityModel System.Runtime.Serialization System.Runtime.DurableInstancing System.Security System.Web.ApplicationServices System.Messaging System.Net.Http System.IdentityModel.Selectors System.Web.Services System.Configuration System.Web System.Core bare/System.ServiceModel.Activation
+System.ServiceModel_REFS := mscorlib System.Xml System.Xml.Linq System.Xaml System System.EnterpriseServices System.Transactions System.IdentityModel System.Runtime.Serialization System.Runtime.DurableInstancing System.Security System.Web.ApplicationServices System.Messaging System.Net.Http System.IdentityModel.Selectors System.Web.Services System.Configuration System.Web System.Core bare/System.ServiceModel.Activation
System.ServiceProcess_REFS := mscorlib System System.Configuration.Install System.Windows.Forms
System.Threading.Tasks.Dataflow_REFS := mscorlib System.Core System
System.Transactions_REFS := mscorlib System.Configuration
diff --git a/v4.6/Makefile b/v4.6/Makefile
index 9ae14e4..9b6ebb4 100644
--- a/v4.6/Makefile
+++ b/v4.6/Makefile
@@ -159,7 +159,7 @@ System.ServiceModel.Discovery_REFS := mscorlib System.ServiceModel System System
System.ServiceModel.Internals_REFS := mscorlib System System.Xml
System.ServiceModel.Routing_REFS := mscorlib System.ServiceModel System.Configuration System System.Runtime.Serialization
System.ServiceModel.Web_REFS := mscorlib System.ServiceModel System System.Runtime.Serialization System.Xml System.Xml.Linq System.Configuration System.ServiceModel.Activation System.Core System.Web.Extensions
-System.ServiceModel_REFS := mscorlib System.Xml System.Xml.Linq System.Xaml System Mono.Security System.EnterpriseServices System.Transactions System.IdentityModel System.Runtime.Serialization System.Runtime.DurableInstancing System.Security System.Web.ApplicationServices System.Messaging System.Net.Http System.IdentityModel.Selectors System.Web.Services System.Configuration System.Web System.Core bare/System.ServiceModel.Activation
+System.ServiceModel_REFS := mscorlib System.Xml System.Xml.Linq System.Xaml System System.EnterpriseServices System.Transactions System.IdentityModel System.Runtime.Serialization System.Runtime.DurableInstancing System.Security System.Web.ApplicationServices System.Messaging System.Net.Http System.IdentityModel.Selectors System.Web.Services System.Configuration System.Web System.Core bare/System.ServiceModel.Activation
System.ServiceProcess_REFS := mscorlib System System.Configuration.Install System.Windows.Forms
System.Threading.Tasks.Dataflow_REFS := mscorlib System.Core System
System.Transactions_REFS := mscorlib System.Configuration